Quote:jPV wrote:
Quote:
asapreta wrote:
So I did what is meant to, format an usb flashdisk FAT32, copy the ISO and the ppc64 boot.img to its root.
The default boot command using ud as drive didn't worked and as the mentioned on this post, my USB flashdisk is on usb2/disk@1.
And I cant go far, the I get the same error messages.
Before trying to boot the whole thing, I'd suggest you to check if you can list files on the drive from the OF prompt. Use the dir command for that, here are instructions:
http://library.morph.zone/Open_Firmware#Listing_Files.
If you can't list the files, then maybe the USB stick or its formatting isn't compatible with OF and it's useless to try to execute any boot lines either, or you're using a wrong device after all and should search correct one better. But if you can list the files, it takes us a step forward in debugging. And remember that the disk must be connected before going into OF, it doesn't detect USB devices inserted while it's on already.
Thank you for the tip.
This would explain why earlier tries didn't work.
Will do!