hello. I think robert is right. Even though you have the target of
the disk set to 0, the ROM wants you to use 3 as the target number. So,
you'd use:
boot sd(0,3,0)
or
boot sd(0,3,0) netbsd
That did it. I guess Sun really, really wanted your boot disk to be SCSI ID 3. Thanks!