Subject: Re: booting problems after install on IPC
To: None <port-sparc@netbsd.org>
From: Christos Zoulas <christos@zoulas.com>
List: port-sparc
Date: 11/09/2001 15:56:29
In article <CF31D36E39@fs2.scg.man.ac.uk>,
Peter W Waterland <mmmckpww@stud.man.ac.uk> wrote:
>
>'probe-scsi' at the openboot version 2 prom does
>this:
>target 5
Notice that it says target 5.
>boot device: /sbus/esp@0,800000/sd@3,0 file
>and args: bsd
>scsi device 3,0 is not responding
>cant open boot device.
And you trying to boot target 3
Either:
re-jumper your drive to scsi id 3.
The jumpers in the back of the drive look like:
:|:| [101 == 5] and they should look like ::|| [11 == 3]
Or at the ok prompt type:
boot disk5
if that does not work [you have an ancient prom]
boot /sbus/esp@0,800000/sd@5,0
to make the change permanent
setenv boot-device disk5
or
setenv boot-device /sbus/esp@0,800000/sd@5,0
whichever worked above.
christos