Boot from USB Stick with 9.9.2 easily...
"boot usb0/disk@1:,\\:tbxi"
If you have any doubts, I can also post a video that will remove your doubts 🙂
Well, the command to boot Tiger from the USB stick should be the same as booting Mac OS 9.
Try and see what is going wrong.
See is you can get a directory of the files on the Tiger Install USB from Open Firmware and maybe that will give us some more useful info:
Normally the dir command will look for the first partition that has a file system format it can understand( HFS+ in most cases ). However sometimes that doesn't work as expected and we need to be specific about the partition number, so we append the command to direct Open Firmware to gives us a directory of a specific partition as such:
That command would give us at directory of the same disk, we just added partition #4.
With your USB Tiger Install disk inserted, you can boot Mac OS X from another disk and glean the partition map from the diskutil command line:
Use that to see what partition number the HFS+ partition is on the USB stick that contains the installer files.
Specifically when we want to boot Mac OS X from Open Firmware we need the file BootX( that file is the bootloader and has the file type :tbxi".
When we do this:
We are saying to Open Firmware to search the first partition of the disk that has a file system format Open Firmware can understand, and search recursively for the file with the type :tbxi.
However we can also provide the exact path to BootX.
Code:
dir usb0/disk@1:,\System\Library\CoreServices\BootX
If we need to we just append the partition number to that:
Code:
dir usb0/disk@1:4,\System\Library\CoreServices\BootX
As before, that's the same command we just tell Open Firmware to only look on partition #4. So use whatever partition number that diskutil tells you that file exists on the HFS+ partition of the Tiger USB Installer disk.
If Open Firmware can't give you a directory of the files on the USB HFS+ partition, then it isn't mapped and Open Firmware can't read files from that disk for some reason. If OF can't read the files, you can' load BootX, thus you can't boot from that disk.
It depends on how you create the Tiger USB Install disk, just restoring a Mac OS X install disk image to the bare USB drive may give you a partition format that OF is unable to read as disk images made from CD/DVD may not have a partition table( map ) that OF can understand when it is written to a physical disk as opposed to a CD/DVD media.
As a work around to this( if OF can't give you a directory of the USB HFS+ partition ). The you can use Disk Utility to format the USB stick HFS+ and just copy the HFS+ partition of the Installer Disk Image to the HFS+ partition of the USB stick. This should fix any issues OF has with the partition map of the USB stick and you should be able to get a directory of the files on the HFS+ partition of the USB stick from OF. Thus you can load BootX and boot from it to proceed to the install.