Hi, I'm a new user of the "Gentoo Linux" distrobution :-) I followed the "Gentoo Linux 1.4 Installation Instructions", but got an error when running "emerge system" at the point where the Grub bootloader was going to be installed: >>> emerge sys-apps/grub-0.90-r7 to / >>> md5 ;-) grub-0.90.tar.gz * Cannot mount automatically your boot partition. * Your boot partition has to be mounted on /boot before the installation * can continue. grub needs to install important files there. !!! ERROR: The ebuild did not complete successfully. !!! Function mount-boot_pkg_setup, Line -1331, Exitcode 0 !!! Please mount your /boot partition. I am not using a boot partition, and I have not modified the "/etc/fstab" file before running "emerge system". However I made the installation continue by re-runinng "emerge system" after removing the the following line from the "/etc/fstab" file: /dev/BOOT /boot ext2 noauto,noatime 1 1 Preferably the dependency on the "/etc/fstab" should be removed from the grub install script; or the installation instructions should be updated, so that the modification to the "/etc/fstab" are carried out before running the "emerge system" command :-)
the ebuild is functioning properly, the docs just have to be updated
Created attachment 4645 [details] patch to mount-boot.eclass
fixed; thanks maurizio