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.
You neglected to attach your `emerge --info`
(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 ...
Re-open when you have the info