I just installed Slackware 14.1 with LUKS and LVM full disk encryption. I'm running into a problem similar to this:
http://postimg.org/image/3nvdh48ex/ and can't find anything that seems to resolve the problem. This is the specific error:
Code:
VFS: Unable to mount root fs on unknown-block(253,1)
Pretty much the same as in that image. Here's my lilo.conf:
Code:
boot = /dev/sda
...
image = /boot/vmlinuz-generic-3.10.17
initrd = /boot/initrd.gz
root = /dev/shadowvg/root
label = Slackware
read-only
The mkinitrd command:
Code:
mkinitrd -c -k 3.10.17 -f ext4 -r /dev/shadowvg/root -m mbcache:jbd2:ext4 -C /dev/sda2 -L -u -o /boot/initrd.gz
Then I run lilo to reinstall. Once I reboot it starts up and I get that error. Now, something I noticed is that upon startup, the menu entry still says 'Linux' even though I specified it as Slackware in /etc/lilo.conf. So it seems to be that the system isn't even using the lilo.conf that I created. Why? What lilo.conf IS it using then? How do I fix this?
EDIT: Also, if I reboot and chroot back in to try and fix things, I find that there is nothing at all in the /boot dir. Not sure if this is normal but it doesn't seem to be.