Error unquoted string in rc.conf

Press 6 in the boot menu: escape to loader prompt. Then type:
Code:
unload
load kernel
boot
you are in single-user mode, and your root filesystem is mounted read-only, so

Code:
% fsck
% mount -uo rw /
Correct your problems. Then:
Code:
% reboot
 
zhoopin said:
Press 6 in the boot menu: escape to loader prompt. Then type:
Code:
unload
load kernel
boot
you are in single-user mode, and your root filesystem is mounted read-only, so
Press "S" when the "beasty" menu comes up. No need to load and unload the kernel to get to single user mode. Simply typing boot -s would have worked too ;)
 
SirDice said:
Press "S" when the "beasty" menu comes up. No need to load and unload the kernel to get to single user mode. Simply typing boot -s would have worked too ;)

You're right :r, It's a bad things that I used to do, because of innumerable kernel problem in the past.
 
Back
Top