> I understand that "hd" and "cd" are just devaliases; in my case,
>
> hd /pci@f4000000/ata-6@d/disk@0
> cd /pci@f4000000/ata-6@d/disk@1
>
> Does that mean that those device aliases are somehow mixed up?
Well, given the dmesg says...
> cd0 at scsibus0 targ 0 lun 0: <MATSHITA, DVD-R UJ-825, DAND> ATAPI 5/cdrom
> removable
> wd0 at wdc1 channel 0 drive 1: <ST9808211A>
... I'd say they are.
> Obviously, I would like to boot the /bsd I installed on disk.
> Isuppose this is an Open Firmware problem rather then an OpenBSD
> problem. Namely, Idon't know how to address the harddisk I installed
> on from within open firmware. Can someone enlighten me please?
Try:
setenv boot-device /pci@f4000000/ata-6@d/disk@1:,ofwboot
Miod