xboxscene.org forums

Author Topic: Kernel Panic Installing Lenny  (Read 291 times)

jigglywiggly

  • Archived User
  • Newbie
  • *
  • Posts: 41
Kernel Panic Installing Lenny
« on: April 14, 2010, 04:25:00 PM »

Well, I got Etch installed, but I want Lenny (IMG:style_emoticons/default/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
Logged

jigglywiggly

  • Archived User
  • Newbie
  • *
  • Posts: 41
Kernel Panic Installing Lenny
« Reply #1 on: April 14, 2010, 10:30:00 PM »

Well at least someone responded.
Logged

FUCKMICROSOFT

  • Archived User
  • Full Member
  • *
  • Posts: 130
Kernel Panic Installing Lenny
« Reply #2 on: April 14, 2010, 10:33:00 PM »

hahahahahaaa dude thats fuckin hillarious!  laugh.gif
Logged

jigglywiggly

  • Archived User
  • Newbie
  • *
  • Posts: 41
Kernel Panic Installing Lenny
« Reply #3 on: May 03, 2010, 11:28:00 PM »

Doesn't someone have the file? I mean I will host it, and it won't 404 evah.
Logged

jigglywiggly

  • Archived User
  • Newbie
  • *
  • Posts: 41
Kernel Panic Installing Lenny
« Reply #4 on: May 13, 2010, 12:33:00 PM »

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
Logged

jigglywiggly

  • Archived User
  • Newbie
  • *
  • Posts: 41
Kernel Panic Installing Lenny
« Reply #5 on: February 02, 2020, 06:48:00 PM »

Just want to let everyone know it works perfectly.
Logged

jigglywiggly

  • Archived User
  • Newbie
  • *
  • Posts: 41
Kernel Panic Installing Lenny
« Reply #6 on: February 02, 2020, 09:41:00 PM »

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

This post has been edited by jigglywiggly: Yesterday, 05:43 AM
Logged