(chroot) livecd / # cat /etc/fstab
# /etc/fstab: static file system information.
#
# The root filesystem should have a pass number of either 0 or 1.
# All other filesystems should have a pass number of 0 or greater than 1.
#
# NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.
#
# See the manpage fstab(5) for more information.
#
# <fs><mountpoint><type><opts><dump/pass>
/dev/sda1 /boot ext2 noauto,noatime 1 2
/dev/sda2 none swap sw 0 0
LABEL="ROOT" / ext4 noatime 0 1
#/dev/cdrom /mnt/cdrom auto noauto,ro 0 0
LABEL="ROOT' is /dev/VolGroup00/LogVol00
I have no idea what is going on and why I get the error I mentioned. Also, someone should update the LVM Wiki page for Funtoo with up to date information
Question
xsilentmurmurx
Hello all
I am installing a VM of Funtoo, using LVM, and I keep getting the following error after running boot-update after grub-install:
(chroot) livecd / # boot-update boot-update 1.8.2 / Copyright 2009-2017 Funtoo Technologies [use option "-l" for license info, "-h" for help] * Generating config for grub... * NOTE: Detected MBR boot. Configuring for Legacy MBR booting. * ERR : (rootfstype=auto) - cannot find a valid / entry in /etc/fstab. * ERR : No matching kernels or boot entries found in /etc/boot.conf. * ERR : Did not complete successfully.
My /etc/boot.conf was configured to look like this:
(chroot) livecd / # cat /etc/boot.conf boot { generate grub default "Funtoo Linux genkernel" timeout 3 } "Funtoo Linux" { kernel bzImage[-v] } "Funtoo Linux genkernel" { kernel kernel[-v] initrd initramfs[-v] params += dolvm real_root=/dev/mapper/VolGroup-LogVol00 rootfstype=ext4 resume=swap:/dev/sda2 quiet }
My /etc/fstab looks like this:
LABEL="ROOT' is /dev/VolGroup00/LogVol00
I have no idea what is going on and why I get the error I mentioned. Also, someone should update the LVM Wiki page for Funtoo with up to date information
All help is greatly appreciated! Thanks!
Link to comment
Share on other sites
6 answers to this question
Recommended Posts