You are not logged in.
Pages: 1
I decided to try lilo after upgrading my packages with pacman -Syu today. I ran sudo lilo like the upgrade instructed, but I now have issues. when I boot it says
No filesystem could mount root, tried:
Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(3,3)
and breaks
can someone supply me with the correct options to enter when I see
boot: on the screen?
thanks
Offline
IF you have a slax live cd laying around, you could boot that and fix lilo...... that's where i'm guessing the error is.
/etc/lilo.conf
initrd=/boot/vmlinuz26.img
change that line to:
initrd=/boot/kernel26.img
This is just a guess, but without more info, we don't have much to go on......
Offline
/etc/lilo.conf
image=/boot/vmlinuz26
change that line to:
initrd=/boot/kernel26.img
That is incorrect. you need both the image and initrd line.
Can you post your lilo.conf?
Offline
ackkkkkkk
sorry.....
I meant just the initrd line had changed.... i corrected my post above.......
fwiw ..... for the OP, my lilo looks like this........
# /etc/lilo.conf
boot=/dev/hda
vga=773
default=arch
timeout=50
lba32
prompt
image=/boot/vmlinuz26
label=arch
append="root=/dev/hda3 earlymods=piix"
initrd=/boot/kernel26.img
read-only
Offline
the root should be'; sda
change hda3 to sda3
i don't think the boot= option needs changing since lilo already finds the kernel;
i dunno much about lilo, but i think u can press [TAB] at the boot prompt to edit it ..
The.Revolution.Is.Coming - - To fight, To hunger, To Resist!
Offline
Pages: 1