Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 183627

Summary: checkroot problem using fastboot
Product: Gentoo Linux Reporter: polytan <polytan>
Component: [OLD] baselayoutAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED NEEDINFO    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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