Subject: Re: booting off wd0.
To: Ted Lemon <mellon@hoffman.vix.com>
From: Darren Reed <darrenr@reed.wattle.id.au>
List: port-arm32
Date: 09/20/1998 03:05:58
In some email I received from Ted Lemon, sie wrote:
> 
> 
> You need to not have a DOS partition table.   That one bit me
> yesterday.   Then you need to specify a boot file of something like
> disk@0:\netbsd to get it to boot.   I'm not sure that's correct, but
> it's close - if you type "help boot" that may give you some clues as
> well.

Ahh, now I see it:
ok printenv
....
boot-device           romcard:boot disk:\boot net    romcard:boot disk:\boot net
...

ok boot disk:\netbsd

I'd being trying things like "boot /isa/ide/disk netbsd" which didn't
work at all.

Darren