I have a new install using LVM for the root filesystem.
When I run boot-update, I get:
Copyright 2009-2015 Funtoo Technologies
[use option "-l" for license info, "-h" for help]
* Generating config for grub...
* NOTE : Detected MBR boot. Configuring for Legacy MBR booting.
* ERROR : (rootfstype=auto) - cannot find a valid / entry in /etc/fstab.
* ERROR : No matching kernels or boot entries found in /etc/boot.conf.
* Did not complete successfully.
Question
hick518
I have a new install using LVM for the root filesystem.
When I run boot-update, I get:
/etc/boot.conf looks like this:
boot { generate grub default "Funtoo Linux genkernel lvm" timeout 3 } "Funtoo Linux genkernel lvm" { kernel kernel[-v] initrd initramfs-genkernel[-v] params += dolvm real_root=/dev/mapper/vg1-rootfs rootfstype=ext4 resume=swap:/dev/mapper/vg1-swap }Notice that boot.conf does not contain rootfs=auto, yet boot-update seems to think it does.
Here is /etc/fstab:
Any idea what is wrong?
Link to comment
Share on other sites
1 answer to this question
Recommended Posts