after fresh install im trying to boot slackware 10.2
i get this err:
any ideas?Code:kernel panic VPS UNABLE TO MOUNT ROOT FS ON 03:05
Printable View
after fresh install im trying to boot slackware 10.2
i get this err:
any ideas?Code:kernel panic VPS UNABLE TO MOUNT ROOT FS ON 03:05
Hi - Which bootloader are you using? A common problem is that it can't find the correct path to your kernel and related files.
hi
im using GRUB from FC4
here is my grub.conf
Code:title Fedora Core 4
root (hd0,0)
kernel /boot/vmlinuz-2.6.11-1.1369_FC4 ro root=LABEL=/ rhgb quiet
initrd /boot/initrd-2.6.11-1.1369_FC4.img
title Ubuntu Dapper
root (hd1,0)
kernel /boot/vmlinuz-2.6.15-23-386 root=/dev/hdb1 ro
quiet splash
initrd /boot/initrd.img-2.6.15-23-386
title Slackware 10.2
root (hd0,5)
kernel /boot/vmlinuz root=/dev/hda5 ro vga=775
title PC-BSD
root (hd0,3,a)
kernel /boot/loader
boot
title Other
rootnoverify (hd0,2)
chainloader +1
oh im an real IDIOT!!!
how can be (hd0,5) the same like /dev/hda5?
i hate myself coz of mistakes like that grrrrrrrrrrrrrrrrrrrrrrr
is your grub installed to your MBR or a boot partition?