Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 183627 - checkroot problem using fastboot
Summary: checkroot problem using fastboot
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] baselayout (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-29 09:20 UTC by polytan
Modified: 2007-07-11 13:06 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 polytan 2007-06-29 09:20:47 UTC
I'm doing PXE boot. So I use the fastboot file not to check the hard disk drive (normal, it's a nfs folder).

It's said during the init that the pipe is broken :

if mount -vf -o remount / 2> /dev/null | \
	   awk '{ if ($6 ~ /rw/) exit 0; else exit 1; }' && \
	   ! touch -c / >& /dev/null
then ...

Reproducible: Always

Steps to Reproduce:
1.starts boot. load the kernel.
2.init script starts. pipe broken.
3.can't mount rw the filesystem.

Actual Results:  
can't boot my stations.
Comment 1 Roy Marples (RETIRED) gentoo-dev 2007-07-05 09:47:37 UTC
You neglected to attach your `emerge --info`
Comment 2 polytan 2007-07-05 09:50:51 UTC
(In reply to comment #1)
> You neglected to attach your `emerge --info`
> 

I have to try a new time because the /sbin/awk seems to be simply a like to /sbin/gawk liked to /usr/sbin/gawk.

and /usr is on another nfs partition, so ...
Comment 3 Roy Marples (RETIRED) gentoo-dev 2007-07-11 13:06:18 UTC
Re-open when you have the info