Subject: Re: Power Computing PowerWave 150 boot info needed
To: John Klos <john@ziaspace.com>
From: Greg Evans <greg.evans7@verizon.net>
List: port-macppc
Date: 06/05/2005 12:38:04
This system has 2 SCSI buses.

boot scsi-int/sd@1:0 resulted in a 'can't OPEN'
boot scsi/sd@1:0 resulted in RESETing scsi bus

so I changed where it was plugged into

now boot scsi-int/sd@1:0 works :)

thanks for the help :)

Next question is then how do I set up OF to autoboot netBSD?  I think  
(looking at the install doc) I should do:

0 > setenv auto-boot? true
0 > setenv boot-device scsi-int/sd@1:0
0 > setenv boot-file netbsd
0 > reset-all

is that correct?

Thanks again

Geg

On Jun 5, 2005, at 11:38 AM, John Klos wrote:

>> OK..easy enough. So it appears (unless I am totally dumb  
>> today :) ) that when I boot from floppy I get
>>
>> sd0 at scsibus0 target 1 lun 0: <IBM, DNES-309170, SA30>
>> sd0 8748 MB, 11474 cyl, 5 head, 312 sec, 512 bytes/sect x 17916240  
>> sectors
>> sd0 sync (160.00ns offset 15), 8-bit (6.250MB/s) transfers
>>
>> which would mean that my boot command should be ??? ( boot scsi- 
>> int/sd@1:0) ??
>>
>
> Yes, target 1 here means SCSI ID 1. I don't remember if your  
> machine has one or two SCSI busses (if you captured the whole  
> kernel output, you'll see), but if scsi-int/sd@1:0 doesn't work,  
> try scsi/sd@1:0.
>
> John Klos
>