Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 527 - GRUB won't install if /boot is not a seperate partition
Summary: GRUB won't install if /boot is not a seperate partition
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Daniel Robbins (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-02-04 13:29 UTC by Ian Smith
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ian Smith 2002-02-04 13:29:12 UTC
For better or worse, I chose to make /boot part of my root partition. When the
grub install starts, I get the error:

mount: can't find /boot in /etc/fstab or /etc/mtab
 * 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 pkg_setup, Line -9, Exitcode 0
!!! Please mount your /boot partition.

I think a check for the existence of /boot/grub should suffice, allowing the
script to continue, as long as the ebuild never tries to create one!!

Since I am capable, I guess I should have done this as a patch, but I don't have
any guidelines for the way I should present one.  If you can give any pointers,
I would appreciate it . . .
Comment 1 Daniel Robbins (RETIRED) gentoo-dev 2002-02-04 19:34:02 UTC
This should now be fixed in grub-0.90-r6 (to appear soon on rsync/anoncvs). 
Thanks for the report!