Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 206734 - /boot entry in example fstab needs to be deleted if no seperate /boot partation before genkernel is run
Summary: /boot entry in example fstab needs to be deleted if no seperate /boot partati...
Status: RESOLVED DUPLICATE of bug 203933
Alias: None
Product: [OLD] Docs on www.gentoo.org
Classification: Unclassified
Component: Installation Handbook (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Docs Team
URL: http://www.gentoo.org/doc/en/handbook...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-20 05:17 UTC by Kyle Elbert
Modified: 2008-01-20 22:54 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 Kyle Elbert 2008-01-20 05:17:15 UTC
because the example /etc/fstab has an entry for a /boot on /dev/BOOT , people using genkernel recieve a warning stating "cannot mount /boot" . also the manual should be clarified to tell people that they need to emerge some kernel sources.

Reproducible: Always

Steps to Reproduce:
1.follow the install guide
2. use genkernel
3.

Actual Results:  
genkernel issues a warning about /boot because it tries to mount /boot using the example entry in fstab 

Expected Results:  
The handbook should tell people to edit their fstab to have the /boot entry referancing the appropriate partation (or delete/comment it out if no seperate partation is desired)
Comment 1 Xavier Neys (RETIRED) gentoo-dev 2008-01-20 08:09:49 UTC
Important: The default /etc/fstab file provided by Gentoo is not a valid fstab file. You have to create your own /etc/fstab.

Code Listing 1.1: Opening /etc/fstab

# nano -w /etc/fstab

Let us take a look at how we write down the options for the /boot partition. This is just an example, if you didn't or couldn't create a /boot, don't copy it. 
Comment 2 Kyle Elbert 2008-01-20 20:51:58 UTC
but the manual doesn't talk about fstab til the next chapter. Perhaps fstab should be moved up in the manual or Kernel installation moved down.
Comment 3 Kyle Elbert 2008-01-20 20:53:02 UTC
btw I know all this, and I don't use genkernel, but someone I was helping out on irc had this problem. He followed the manual exactly.
Comment 4 Kyle Elbert 2008-01-20 20:54:42 UTC
a kernel can't boot without a valid fstab anyway, so the order shouldn't really matter too much
Comment 5 Xavier Neys (RETIRED) gentoo-dev 2008-01-20 21:40:54 UTC

*** This bug has been marked as a duplicate of bug 203933 ***
Comment 6 Kyle Elbert 2008-01-20 22:54:19 UTC
well, so it's a dup . but i still think it should be fixed, after all it does alarm new users.