Subject: Re: Speaking of booting NetBSD...
To: Greg <raisplin@rcn.com>
From: Donald Lee <donlee_ppc@icompute.com>
List: port-macppc
Date: 06/14/2000 21:42:28
Try (from the OF prompt)

	setenv boot-command boot scsi-int/sd@0:0,ofwboot.xcf
	reset-all

After that, it should boot automatically as long as power is
not lost.  (reboot)

This may not work though, on a cold boot 'cuz the disk hasn't
fully spun up.  You might have to power up, and then wait about
15 seconds, and then hit the NMI.

Ther are some patches out there that you can add to OF to add the
delay to the boot.  THat takes a bit more futzing.

-dgl-

>Was just wondering if there is something I can do in OF on a 7300/180 to
>make NetBSD boot by default?
>
>Currently after a reboot I have to do the dreaded cmd-opt-O-F to get to Open
>Firmware and then type:
>
>boot scsi-int/sd@0:0,ofwboot.xcf
>
>
>Thanks
>
>Greg