new compiled kernel panics. (2.6)
I updated my slack (or tried to) kernel from 2.4 to 2.6
my problem is that when I boot with it I get
Code:
VFS: Cannot open root device "342" or unkown-block(3,66)
please append a correct "root=" boot option
Not Syncing: VFS: unable to mound root fs on unknown block (3,66)
someone else on the forum had this because of a bad hard drive, I doubt
this is the case though because im running on my old kernel right now (I
was smart and made backups heh)
heres my lilo.conf
Code:
# LILO configuration file
# generated by 'liloconfig'
#
# Start LILO global section
boot = /dev/hda
message = /boot/boot_message.txt
prompt
timeout = 1200
# Override dangerous defaults that rewrite the partition table:
change-rules
reset
# VESA framebuffer console @ 1024x768x64k
vga = 791
# Normal VGA console
# vga = normal
# VESA framebuffer console @ 1024x768x64k
# vga=791
# VESA framebuffer console @ 1024x768x32k
# vga=790
# VESA framebuffer console @ 1024x768x256
# vga=773
# VESA framebuffer console @ 800x600x64k
# vga=788
# VESA framebuffer console @ 800x600x32k
# vga=787
# VESA framebuffer console @ 800x600x256
# vga=771
# VESA framebuffer console @ 640x480x64k
# vga=785
# VESA framebuffer console @ 640x480x32k
# vga=784
# VESA framebuffer console @ 640x480x256
# vga=769
# End LILO global section
# Windows bootable partition config begins
other = /dev/hda1
label = Windows
table = /dev/hda
# Windows bootable partition config ends
# Linux bootable partition config begins
image = /boot/vmlinuz.old
root = /dev/hdb2
label = Linux-old
read-only
# Linux bootable partition config ends
image = /boot/vmlinuz
root = /dev/hdb2
label = Linux
read-only
im using reifs journeling file system. the kernel is compiled to be native with ext2, ext3, and reifst or however you spell it..
I also noticed that before i get panic alsa dosnt notice my soundcard either.
if you want i can post the .config i used to build it. thanks.