Subject: Re: booting 6400
To: Sean Sweda <sweda@advantageit.com>
From: fission <fission@mb.sympatico.ca>
List: port-macppc
Date: 03/11/2000 23:53:19
On Wed, 8 Mar 2000, Sean Sweda wrote:

> I've made sure that "boot-device" and "boot-file" vars are empty.
> I can't get the sucker to boot.
> 
> where am I going wrong?

That _is_ your problem.  On my system, I thought I was doing fine by
putting in:

boot ata/ATA-Disk@0:0

but this also had to be in boot-device.  So, to make it boot for me, I did:

setenv boot-device ata/ATA-Disk@0:0
boot

And that worked for me.  (I think; I'm currently trying to install
NetBSD/macppc on the computer where it used to be).

--fission