Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

davewill2010

macrumors member
Original poster
Feb 10, 2013
74
0
Hi Guys,

I managed to get hold of a Leopard install image, followed direction s on the web to make a usbstick bootable and the usb contains the image but cannot get a Powerbook G4 to boot from it! If I go into the usb from within OS X it has the Install Mac OS X file but cant boot from it to install.

Any ideas please!!?
 

davewill2010

macrumors member
Original poster
Feb 10, 2013
74
0
Nobody able to help with this? Come on guys I am desperate to get this working as its near impossible to purchase a Leopard retail disk!
 

davewill2010

macrumors member
Original poster
Feb 10, 2013
74
0
Followed the directions given in this thread; https://forums.macrumors.com/threads/1544519/ but still not able to boot my iBook or PowerBook from the created USB. Also tried creating it using SuperDuper and while it appears to be OK it just refuses to boot.

On Intel PC's you have to go into the BIOS and enable booting from USB, but I don't see a way to do this on either of my macs...
 
Nov 28, 2010
22,670
31
located
Followed the directions given in this thread; https://forums.macrumors.com/threads/1544519/ but still not able to boot my iBook or PowerBook from the created USB. Also tried creating it using SuperDuper and while it appears to be OK it just refuses to boot.

On Intel PC's you have to go into the BIOS and enable booting from USB, but I don't see a way to do this on either of my macs...

What exact iBook and PowerBook do you have? Are serial numbers printed on their bottoms?

As far as I remember, not every PowerPC Mac can boot from USB.
 

davewill2010

macrumors member
Original poster
Feb 10, 2013
74
0
I just found this online, anyone ever tried it?

http://hints.macworld.com/article.php?story=20060301112336384

Without further delay, here's the process to follow.

Note: As with all hints that have to do with Open Firmware, proceed at your own risk! I have not experienced a problem and I don't see how this hint could render your Mac useless, since the default can always be recovered by resetting the SMU.

Here's what you need to do...
You need a USB2 drive with an OS X system installed (I am using 10.4.3, though any I think will work as far as what the machine can boot). As you know, there are many different ways of getting a system on a USB drive; contact me if you have any questions on how to do that, or search macosxhints.com for that information.

Connect the drive to your machine, and find out which partition the OS X system is installed on. I usually find this by going to Disk Utility and looking at the info for the partition on the USB disk with OS X. That is, disk2s3 is usually for a USB disk with no OS 9 drivers installed that is the second disk disk. disk3s9 might be a USB disk with OS 9 drivers that is considered the third disk. There are other ways of finding this out, but in my case, my disk is disk2s3 (the 3 on the end will come into play soon).

Start up the machine in Open Firmware (this is the fun part). Hold Command-Option-F-F right after the machine is turned on.

Here is the moment of truth. If this step does not work, I have had very limited success getting a machine to boot off USB2. In Open Firmware, type devalias, and you should get a list as output. In this list, look for ud, usually below where you see hd (ud is "USB Disk," I presume). If found, it will usually have beside it /pci@f2000000/usb@1/disk1, or something similar. Again, if you see this, I have not had this fail yet.

Now type printenv boot-device, which will usually get you output of boot-device hd:,\\:tbxi. (See where this is going yet?)

Type setenv boot-device ud:3,\\:tbxi where the number after the colon corresponds to that partition number we found in step two. You should get an ok back.

Type printenv boot-device, and you should see the change displayed already. Something like:
boot-device ud:3,\\:tbxi hd:,\\:tbxi"
Type mac-boot and cross your fingers.

And now some more fun, there is a Unix script that can be written to enable this, because after all we are only changing a nvram variable. The command would be similar to this:
nvram boot-device ud:3,\\\\:tbxi
Now this looks a tad bit different then what we typed in Open Firmware, but that's because we have to escape the two backslashes, each with a backslash of its own.

If this fails, there is a remote possibility that you can still boot off of USB2, but you may need to substitute ud for /pci@f2000000/usb@1/disk1, or something similar. If the firmware cannot list the contents of the drive, it seems it cannot boot off of it.

As you should know (thanks to the owner of the iMac G5 w/iSight for letting me know I should mention this), USB2 booting is not supported, therefore you should remember OS X has no support for booting USB 2 and the firmware has no support. So in System Preferences, the USB disk will not be shown as a bootable drive. In the optional boot menu (reached by holding down the Option key during boot), it also will not show.

So the two ways that I know how to enable it are through terminal by using the nvram command, and directly in Open Firmware. Hope this hint helps someone out there. I figured my trick was shot as soon as the Duo Core machines came out, but I now realize there are quite a few people with PPC Macs that might be able to use this hint.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.