FreeBSD9 running CPUs slow on PowerMac7,2
Andreas Tobler
andreast-list at fgznet.ch
Sat Oct 6 15:08:04 UTC 2012
On 03.10.12 10:33, Matthew Rezny wrote:
> hours of trying other things had I even thought to change that. Is
> there any way to change OD variable from FreeBSD as can be done under
> OS X with nvram command? That would make it easier to get the prompt
> back when needed as long as the system is still booting.
I forgot to answer this one.
In FreeBSD you can use nvram (see man nvram) to set variables in OF.
To enable/disable auto-boot? you just do this:
% nvram auto-boot\?=true
% nvram auto-boot\?=false
Important, do not forget the backslash to before the ?.
% nvram -p shows the content of the nvram.
You can also set the boot-device, here it is important to quote the two
backslashes before :tbxi. E.g:
% nvram boot-device=sd0:2,'\\':tbxi
If something goes wrong, you can always do a 'reset-nvram' and
'reset-all' inside OF.
Andreas
More information about the freebsd-ppc
mailing list