> perhaps you should try: > cd /usr/src/linux > cat /proc/config >.config > make oldconfig (just hold down return, that selects defaults.) > make dep && make -j4 modules bzImage modules_install > mount /boot > cp arch/i386/boot/bzImage /boot/testkernel && sync && umount /boot > cat << EOF > ~/add_to_grub > title=Testkernel panicmode > root (hd0,0) > kernel /boot/testkernel root=/dev/hda3 init=/bin/sash > EOF > > this should make a new panic-mode bootable in your system, if that > works, start tweaking from there :)
That's a great idea. I hadn't thought of that. Thanks a lot, I'll give it a shot when I get home from work and see if it works. -- Zachary P. Landau <[EMAIL PROTECTED]> GPG: gpg --recv-key 0x24E5AD99 | http://kapheine.hypa.net/kapheine.asc
pgp00000.pgp
Description: PGP signature
