Linux - HardwareThis forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Eh, uninstalling lilo is weird and i dont even know if grub will work, i dont think its worth it. just gotta find a way to get rid of that kernel panic crap Ive searched and it seems to be a very common error but i cant find any solution
Originally posted by DiZASTiX I think we may be getting somewhere, i did what you said, change root=/dev/hda1 to root=/dev/hda and rebooted...still gave me LI. But then i changed the part that said boot=/dev/hda1 to boot=/dev/hda and Lilo started!!! I had 2 options slack (new) or linux (old) obviously i booted slack but while it was starting i got this error (crushed my hopes lol ):
ds: no socket drivers loaded! (<---- Dont know if that has something to do with it)
kernel panic:VFS: Unable to mount root fs on 03:00.
I have no clue what that means, i was hoping you could help me out?
*edit*
Just found this, maybe it can help?
*edit #2*
Ok, i tried making it so root=/dev/hda1 but boot=/dev/hda. I tried booting slack again and i got a new error:
EXT2-fs: ide0(3,1): couldnt mount because of unsoported optional features (4)
kernel panic:VFS: Unable to mount root fs on 03:01. (note beore it was 03:00)
So now, should i put root= back to /dev/hda or /dev/hda1???
Read the whole thing, at the end (edit 2) is what i get now. And this is my /etc/lilo.conf:
Quote:
# LILO configuration file
# generated by 'liloconfig'
#
# Start LILO global section
append="op13=0x388"
boot = /dev/hda
message = /boot/boot_message.txt
LBA32
prompt
timeout = 1200
# Override dangerous defaults that rewrite the partition table:
change-rules
reset
# 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
# Linux bootable partition config begins
image = /boot/vmlinuz
root = /dev/hda1
label = slack
read-only
image=/boot/vmlinuz.old
root=/dev/hda1
label=linux
read-only
# Linux bootable partition config ends
Maybe, it's probably just one setting that you missed, not a hard thing to do considering the number of options available.
Email me your .config and I'll have a quick look to see if I can spot anything obvious.
Now you know why the kernel guide has the vmlinuz.old instructions, so you always have a known working kernel to boot if something goes wrong with your old one.
Also that ESS1868 page had what it was supposed to say wen i get it to work, so if i can get to boot from the new kernel, i can find out if the sound actually worked.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.