Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 63899 - /etc/mtab missing on first boot
Summary: /etc/mtab missing on first boot
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] baselayout (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-13 08:31 UTC by Eric Brown
Modified: 2004-09-13 15:00 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 2004-09-13 08:31:56 UTC
every single gentoo system i install (2004.1, 2004.2), has a problem on the first boot with /etc/mtab being missing.  If i simply login and reboot, the next time the problem is gone.  Can anyone else reproduce that problem?  I think mtab gets [!!] in one of the first 5 scripts that run...

Reproducible: Always
Steps to Reproduce:
1. install gentoo
2. boot up for the first time
3.
Comment 1 Canal Vorfeed 2004-09-13 14:15:46 UTC
Hmm. mtab is created in install process:

...
10. Configuring the Bootloader
...
Code Listing 6: Updating /etc/mtab

# cp /proc/mounts /etc/mtab
...


Boot scripts will refresh it but it does not exist at all I think there are can be some [harmless] warnings...
Comment 2 SpanKY gentoo-dev 2004-09-13 15:00:12 UTC
yeah, mtab is not a critical file but mount will spit warnings at you