Hello,
I've been trying to install lilo over grub. i removed grub and installed lilo. but every time i try to boot kubuntu i get the following error.
here is my lilo.conf
any suggestions?
I've been trying to install lilo over grub. i removed grub and installed lilo. but every time i try to boot kubuntu i get the following error.
Code:
VFS: Cannot open root device "320" or unknown-block(3,2) Please append a correct "root=" boot option Kernel panic: VFS: Unable to mount root fs on unknown-block(3,2)
Code:
boot=/dev/hda
map=/boot/map
install=/boot/boot.b
lba32
prompt
timeout=50
image=/vmlinuz
label=linux
root=/dev/hda2
read-only
other=/dev/hda1
label=win

Comment