View previous topic :: View next topic |
Author |
Message |
Pythonhead Developer
Joined: 16 Dec 2002 Posts: 1801 Location: Redondo Beach, Republic of Calif.
|
Posted: Mon Dec 16, 2002 6:57 pm Post subject: Can't boot because /proc won't mount. |
|
|
Hello,
I've used the alternate install method from Tom's rtbt disk.
Everything went fairly smoothly, except when I go for my
first boot it fails because it can't mount /proc, complaining
Mount command failed only root can do that.
I've tried both of these lines in fstab:
none /proc proc defaults 0 0
proc /proc proc defaults 0 0
I've even tried changing "defaults" to "users".
When I boot into single or emergency mode I can't
seem to mount anything. I always get "only root can do that".
I do have proc enabled in the filesystems options in
the kernel.
Thank you for your time |
|
Back to top |
|
|
KiLLaCaT Guru
Joined: 24 Jul 2002 Posts: 306 Location: Linz, Austria
|
Posted: Mon Dec 16, 2002 8:20 pm Post subject: |
|
|
very strange problem...
here a cut from my /etc/fstab: Code: | proc /proc proc defaults
0 0
| [/code] |
|
Back to top |
|
|
Pythonhead Developer
Joined: 16 Dec 2002 Posts: 1801 Location: Redondo Beach, Republic of Calif.
|
Posted: Tue Dec 17, 2002 4:16 am Post subject: Problem solved. |
|
|
For those of you doing an alternate installation,
ie from floppy, be carefull if you use Tom's
rtbt disk. While the guide warns you that you
should chown root:root /mnt/gentoo, I found
that all files were untarred with a strange uid.
So, /sbin/init was owned by somebody besides
root. This made things very interesting since
that strange uid was running everything. |
|
Back to top |
|
|
rtn Guru
Joined: 15 Nov 2002 Posts: 427
|
Posted: Tue Dec 17, 2002 3:34 pm Post subject: Re: Problem solved. |
|
|
Pythonhead wrote: | For those of you doing an alternate installation,
ie from floppy, be carefull if you use Tom's
rtbt disk. While the guide warns you that you
should chown root:root /mnt/gentoo, I found
that all files were untarred with a strange uid.
|
Did you use the -p option to tar when you untarred the stageX file?
--rtn |
|
Back to top |
|
|
|