Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 92061 - grub fails, tries to mount /boot when it's not a partition (just a folder)
Summary: grub fails, tries to mount /boot when it's not a partition (just a folder)
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Sven Wegener
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-09 17:01 UTC by Eric Brown
Modified: 2005-05-14 14:41 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 Eric Brown 2005-05-09 17:01:46 UTC
>>> Merging sys-boot/grub-0.96-r1 to /
 *
 * Cannot automatically mount your /boot partition.
 * Your boot partition has to be mounted rw before the installation
 * can continue. grub needs to install important files there.
 *

!!! ERROR: sys-boot/grub-0.96-r1 failed.
!!! Function mount-boot_mount_boot_partition, Line 53, Exitcode 0
!!! Please mount your /boot partition manually!
!!! If you need support, post the topmost build error, NOT this status message.



I should note this is in a chroot install:

/boot is a directory, not a partition!
/proc is mounted


This makes me think it would be better to have all of this automount stuff under the control of a USE flag, lots of people do installs without /boot partitions anyway.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Sven Wegener gentoo-dev 2005-05-10 04:52:54 UTC
Could you paste your /etc/fstab please?
Comment 2 Sven Wegener gentoo-dev 2005-05-14 14:41:09 UTC
I assume you have a line for /boot with the noauto option in /etc/fstab and
grub assumes that it needs to mount it before installing the files. If /boot
is not on a seperate partition you need to comment or remove the lines.