On Sun, Jan 05, 2020 at 07:39:10AM +0000, Sid Holliday wrote: > After installing I went to the firmware and typed in 'boot hd:/ofwboot/bsd > then got this response: Not a ATA device can't open > here is a picture of my hard drive. > Any help would be greatly appreciated.
Hi, In openfirmware it's 'boot hd:,ofwboot /bsd' when I boot my 2nd drive in the G5 I actually type 'boot ultra1:,ofwboot' which loads the loader and then I type 'boot -a bsd' inside that to finally boot into the kernel. What's important is the device alias 'hd' or 'ultra0' or 'ultra1' followed by a colon and a comma to load the boot program (usually called ofwboot). Hope that helps, -peter