Kernel panic (can't mount my encrypted hdd
Posted: Sat Oct 18, 2008 9:56 pm
I get this error:
Kernel panic - not syncing:VSF:unable to mount root fs on unknown-block(0,0)
I run a debian system with an encrypted HDD (LUKS).
Their normal kernel boots fine.
My kernel cfg is based on theirs.
I'm sure this issue comes up. Is it because I'm not running an intrid kernel for grsec and the others are? How do I fix this?
My grub menu stuff (the 2.6.26.6. ones are the new ones... maybe I screwed up?):
Kernel panic - not syncing:VSF:unable to mount root fs on unknown-block(0,0)
I run a debian system with an encrypted HDD (LUKS).
Their normal kernel boots fine.
My kernel cfg is based on theirs.
I'm sure this issue comes up. Is it because I'm not running an intrid kernel for grsec and the others are? How do I fix this?
My grub menu stuff (the 2.6.26.6. ones are the new ones... maybe I screwed up?):
- Code: Select all
## ## End Default Options ##
title Debian GNU/Linux, kernel 2.6.26.6
root (hd0,0)
kernel /vmlinuz-2.6.26.6 root=/dev/mapper/caethaver2-root ro quiet
savedefault
title Debian GNU/Linux, kernel 2.6.26.6 (single-user mode)
root (hd0,0)
kernel /vmlinuz-2.6.26.6 root=/dev/mapper/caethaver2-root ro single
savedefault
title Debian GNU/Linux, kernel 2.6.24-etchnhalf.1-486
root (hd0,0)
kernel /vmlinuz-2.6.24-etchnhalf.1-486 root=/dev/mapper/caethaver2-root ro quiet
initrd /initrd.img-2.6.24-etchnhalf.1-486
savedefault
title Debian GNU/Linux, kernel 2.6.24-etchnhalf.1-486 (single-user mode)
root (hd0,0)
kernel /vmlinuz-2.6.24-etchnhalf.1-486 root=/dev/mapper/caethaver2-root ro single
initrd /initrd.img-2.6.24-etchnhalf.1-486
savedefault
### END DEBIAN AUTOMAGIC KERNELS LIST