xbox-scene.com - your xbox news information source
Quick Links: Main Forums | Xbox360 Forums | Xbox1 Forums | PS3 Forums
Xbox-Scene Forum Help  Search Xbox-Scene Forums   Xbox-Scene Forum Members   Xbox-Scene Calendar

Giganews Usenet Offers: +1150 days binary retention, 99%+ Completion, and Unlimited Speed/Access!

360 ODD Emulators: X360 Key $99 | Wasabi360 FAT $99 | Wasabi360 Slim $99
C4E's iXtreme Burner MAX Drive: LiteOn iHAS124 DROPPED TO JUST $17


Welcome Guest ( Log In | Register )

 Forum Rules Rules
 
Reply to this topicStart new topic
> Kernel Panic Installing Lenny
jigglywiggly
post Apr 14 2010, 11:25 PM
Post #1


X-S Member
*

Group: Members
Posts: 85
Joined: 13-September 09
Member No.: 419001



Well, I got Etch installed, but I want Lenny smile.gif


Ok so I successfulyl installed Debian 4 from the Gentoo live cd...

But I want Debian 5:

Here is what I did:

Booted gentoo live cd
Got this script:
http://home.comcast.net/~ssmurf/lennyinstall.sh

Then it errors when I install it, 404 eh?

Well I downloaded debootstrap 22 and not 15 in the script... installs fine
Restart with the sda2 dvd loader

Kernel Panic
Any ideas?


EDIT: It might be this
http://lilstevie.com/assets/xbox360/xenosfb_drv.so

It's in the script, and it doesn't respond

Someone just give me all the stuff to host, I'll host it. My webserver has been on for literally 2 years straight.

This post has been edited by jigglywiggly: Apr 14 2010, 11:34 PM
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
jigglywiggly
post Apr 15 2010, 05:30 AM
Post #2


X-S Member
*

Group: Members
Posts: 85
Joined: 13-September 09
Member No.: 419001



Well at least someone responded.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
FUCKMICROSOFT
post Apr 15 2010, 05:33 AM
Post #3


X-S X-perience
**

Group: XS-BANNED
Posts: 340
Joined: 7-December 02
Member No.: 12565
Xbox Version: v1.0
360 version: v1 (xenon)



hahahahahaaa dude thats fuckin hillarious! laugh.gif
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
jigglywiggly
post May 4 2010, 06:28 AM
Post #4


X-S Member
*

Group: Members
Posts: 85
Joined: 13-September 09
Member No.: 419001



Doesn't someone have the file? I mean I will host it, and it won't 404 evah.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
jigglywiggly
post May 13 2010, 07:33 PM
Post #5


X-S Member
*

Group: Members
Posts: 85
Joined: 13-September 09
Member No.: 419001



This may work for you guys
CODE
#!/bin/bash
dd if=/dev/zero of=/dev/sda bs=512 count=1
sfdisk /dev/sda << EOF
,124,S
,,L
EOF
mkfs.ext3 /dev/sda2
mkswap /dev/sda1
sync; sync; sync
swapon /dev/sda1
mkdir /mnt/debian
mount /dev/sda2 /mnt/debian
cd /mnt/debian
mkdir /mnt/debian/work
cd /mnt/debian/work
wget http://http.us.debian.org/debian/pool/main/d/debootstrap/debootstrap_1.0.22_all.deb
ar -xf debootstrap_1.0.22_all.deb
cd /mnt/debian
zcat < /mnt/debian/work/data.tar.gz | tar xv
cp /mnt/debian/usr/sbin/debootstrap /mnt/debian/usr/share/debootstrap    
export DEBOOTSTRAP_DIR=/mnt/debian/usr/share/debootstrap
export PATH=$PATH:/mnt/debian/usr/share/debootstrap
debootstrap --arch powerpc lenny /mnt/debian ftp://mirrors.kernel.org/debian/
echo Xenon > /mnt/debian/etc/hostname
cat > /mnt/debian/etc/fstab << EOF
/dev/sda2     /          ext3     defaults   0   0
/dev/sda1     none    swap    sw           0   0
proc            /proc    proc    defaults  0   0
EOF
cat > /mnt/debian/etc/network/interfaces << EOF
iface lo inet loopback
auto lo
auto eth0
iface eth0 inet dhcp
EOF
cat > /mnt/debian/etc/apt/sources.list << EOF
deb ftp://mirrors.kernel.org/debian/ lenny main contrib non-free
EOF
cp /mnt/debian/root/.bashrc /mnt/debian/root/.bashrc.orginal
cat >> /mnt/debian/root/.bashrc << EOF
passwd
apt-get update
apt-get install ntp wget -y --force-yes
apt-get install x-window-system -y --force-yes
aptitude install gnome -y
apt-get install build-essential firefox gftp khexedit console-tools -y --force-yes
cd /usr/lib/xorg/modules/drivers/
rm -r -f *
wget http://3dslice.net/lenny/xenosfb_drv.so
cd /etc/X11/
rm -r -f xorg.conf
wget http://3dslice.net/lenny/xorg.conf
mkdir /lib/modules/2.6.21.1
touch /lib/modules/2.6.21.1/modules.dep
echo "" > /etc/gdm/gdm.conf-custom
sed -i '/security/ a\AllowRoot=true' /etc/gdm/gdm.conf
sed -i 's/#LEDS=+num/LEDS=+num/' /etc/console-tools/config
rm /root/.bashrc
mv /root/.bashrc.orginal /root/.bashrc
/etc/init.d/gdm start
EOF
echo "Base System Install Complete!"
echo "You may now shutdown the xbox360."
echo "Then continue the install by booting the Xell-Bootloader-sda2."


http://3dslice.net/lenny
http://3dslice.net/lenny/lennyinstall.sh
Haven't gotten a chance to try it.

This post has been edited by jigglywiggly: May 13 2010, 07:39 PM
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
jigglywiggly
post May 14 2010, 02:48 AM
Post #6


X-S Member
*

Group: Members
Posts: 85
Joined: 13-September 09
Member No.: 419001



Just want to let everyone know it works perfectly.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
jigglywiggly
post May 14 2010, 05:41 AM
Post #7


X-S Member
*

Group: Members
Posts: 85
Joined: 13-September 09
Member No.: 419001



EDIT: Actually xorg crashes, but CMI works...

This post has been edited by jigglywiggly: May 14 2010, 05:43 AM
User is offlineProfile CardPM
Go to the top of the page
+Quote Post





Reply to this topicStart new topic

 

Lo-Fi Version Time is now: 22nd May 2013 - 01:03 PM