This Mac OS 9.2.2 'boot kit' was made by @that-ben and makes the process of booting (and installing) Mac OS 9 on any G3 and most G4's from an USB stick a little bit easier, because not all the Mac OS 9 install CD images can be used to boot a Mac from an unlocked volume (such as from an USB stick or hard drive). But the hfs file of Mac os high serria 10.13.6 given above is corrupt or damaged after successful boot the mac installer says “mac can’t be installed by this due damaged or missing file.” So don’t download it. If you want to install an operating system from the USB drive, you’ll need to add a hard disk later from within the virtual machine’s settings window. Be sure the USB drive is the first disk in the list. Linux and Mac Hosts. The process is basically the same on Linux and Mac host systems. In particular, Mac OS X 10.7 is distributed only online, through the Mac App Store, or on flash drives; for a MacBook Air with Boot Camp and no external optical drive, a flash drive can be used to run installation of Windows or Linux.
(There's no video for Mac OS 9.2.2 'boot kit' for booting your G3/G4 from an USB stick yet. Please contribute to MR and add a video now!)
What is Mac OS 9.2.2 'boot kit' for booting your G3/G4 from an USB stick? Stop wasting plastic! You've been doing it wrong if you burn install CD's for your old Mac :PThis Mac OS 9.2.2 'boot kit' was made by @that-ben and makes the process of booting (and installing) Mac OS 9 on any G3 and most G4's from an USB stick a little bit easier, because not all the Mac OS 9 install CD images can be used to boot a Mac from an unlocked volume (such as from an USB stick or hard drive). This disk image does boot the computer into a fully useable desktop (albeit quite slow) and it's loaded with utilities and disk image mounting tools which will enable you to prepare and install Mac OS, everything without the need for a CD-ROM drive at all. Since the USB drive is unlocked, you can even surf the web using the pre-installed Classilla browser and go get more files, directly from the same computer you're about to install Mac OS on :P There is no Mac OS installer on this disk image. You still have to download a Mac OS install CD ISO of your choice (Mac OS 9.2.2 Universal 2002 edition is highly suggested unless you know and want to use your machine specific Mac OS install CD) in order to install it on your Mac. Follow these steps to clone this disk image onto an USB stick and follow the link at the bottom of that article to learn how to boot G3's and G4's from an USB stick using Open Firmware. Once the Mac is booted off of the USB stick, what I would do is: 1) Copy anything from the internal hard drive that's worth keeping onto an USB stick or external drive and then format the internal hard drive as HFS Extended using the Drive Setup found under the Applications folder on the USB stick. 2) Use another USB stick (formated as FAT32 if your main computer is a Windows PC or HFS Extended if it's under Mac OS X) or the network to copy your Mac OS install CD image onto that Mac's internal hard drive. 3) Lock that Mac OS install disk image (click on it to select it, then under the menu at the top: File > Get Info, then check the Locked attribute on the bottom/left corner). 4) Use the pre-loaded Toast 5 Titanium to mount the Mac OS install CD image (locked). 5) Launch the installer and enjoy your freshly installed Mac! No CD, no pollution. Pre-loaded software installed on the USB stick that you can use when booting off of it include:
Mac OS 9.2.2 Boot Kit.zip(164.02 MiB / 171.99 MB) Mac OS 9.2.2 Boot Kit / Toast (ISO) image / Zipped 1713 / 2019-02-12 / 3772eaedf5a1528c88d0a65252eb1333668b35c1 / / Architecture
Architecture: PPC Use this to boot any G3 and most G4's into a fully useable Mac OS 9.2.2 desktop from an USB stick, pre-loaded with all the tools you need to prepare and install Mac OS 9 on your PowerPC Mac. This could also be used to boot the QEMU emulator if you wanted. Emulating this? It should run fine under: SheepShaver |
Contents |
UNetbootin for Mac OS X can be used to automate the process of extracting the Ubuntu ISO file to USB, and making the USB drive bootable. The resulting USB drive, however, can be booted on PCs only. If attempting to make a USB drive that can be booted from a Mac, follow the instructions below.
We would encourage Mac users to download Ubuntu Desktop Edition by burning a CD for the time being. But if you would prefer to use a USB, please follow the instructions below.
Note: this procedure requires an .img file that you will be required to create from the .iso file you download.
Boot From Usb Stick Macro
TIP: Drag and Drop a file from Finder to Terminal to 'paste' the full path without typing and risking type errors.
- Download the desired file
Open the Terminal (in /Applications/Utilities/ or query Terminal in Spotlight)
Convert the .iso file to .img using the convert option of hdiutil
- Note: OS X tends to put the .dmg ending on the output file automatically.
Run to get the current list of devices
- Insert your flash media
Run again and determine the device node assigned to your flash media (e.g. /dev/disk2)
Run
(replace N with the disk number from the last command; in the previous example, N would be 2)
If you see the error 'Unmount of diskN failed: at least one volume could not be unmounted', start Disk Utility.app and unmount the volume (don't eject).
Execute (replace /path/to/downloaded.img with the path where the image file is located; for example, ./ubuntu.img or ./ubuntu.dmg).
Using /dev/rdisk instead of /dev/disk may be faster.
If you see the error dd: Invalid number '1m', you are using GNU dd. Use the same command but replace bs=1m with bs=1M.
If you see the error dd: /dev/diskN: Resource busy, make sure the disk is not in use. Start Disk Utility.app and unmount the volume (don't eject).
Run and remove your flash media when the command completes
Restart your Mac and press alt while the Mac is restarting to choose the USB-Stick
Please notice: While all of the info and above commands are executed properly on a MacBook Air 3,2 (that is the 2010 version 13' version of the Air) the end result will not produce a bootable USB device, at least not with the image for Ubuntu 10.10 64-bit. When booting of the USB device the following message or something similar will appear: 'Missing operating system' and the process is auto-magically halted.
To get the USB device (e.g. a USB stick) to show up at all in the boot menu you also may have to reboot/turn on/off the computer a couple of times and also resync the partition tables using rEFIt. After doing this the USB should then appear as a bootable device while holding in the alt or c key when you are rebooting the computer. Notice that both the computers built in bootloader and rEFIt will identify the USB device as a Windows device, but that's not a problem and expected.
A workaround to the-usb-device-is-not-booting-problem is to:
- Install rEFIt.
- Create a bootable start disk using Ubuntu and a USB stick.
- Create a separate partition on the Airs HD.
- dd the whole USB stick to that partition.
- Resync with rEFIt. Turn power off and on.
- Select Pingo/Windows logo: Install should start. (Here you might want to press F6 to change parameters, e.g. use nomodeset)
Alternatively, burning a CD and installing via an external CD-drive will work fine on the Macbook Air 3,2.
(Moved from Installation/FromUSBStick)
Boot Up Mac From Usb Stick
We would encourage Mac users to download Ubuntu Desktop Edition by burning a CD for the time being. But if you would prefer to use a USB, please follow the instructions below. Note: this procedure requires an .img file that you will be required to create from the .iso file you download. TIP: Drag and Drop a file from Finder to Terminal to 'paste' the full path without typing and risking type errors.
- Download the desired file
Open the Terminal (in /Applications/Utilities/ or query Terminal in Spotlight)
Convert the .iso file to .img using the convert option of hdiutil (e.g., hdiutil convert -format UDRW -o ~/path/to/target.img ~/path/to/ubuntu.iso)
Note: OS X tends to put the .dmg ending on the output file automatically.
Boot From Usb Stick Mac Os
Run diskutil list to get the current list of devices
- Insert your flash media
Run diskutil list again and determine the device node assigned to your flash media (e.g., /dev/disk2)
Run diskutil unmountDisk /dev/diskN (replace N with the disk number from the last command; in the previous example, N would be 2)
Execute sudo dd if=/path/to/downloaded.img of=/dev/rdiskN bs=1m (replace /path/to/downloaded.img with the path where the image file is located; for example, ./ubuntu.img or ./ubuntu.dmg).
Using /dev/rdisk instead of /dev/disk may be faster.
If you see the error dd: Invalid number '1m', you are using GNU dd. Use the same command but replace bs=1m with bs=1M.
If you see the error dd: /dev/diskN: Resource busy, make sure the disk is not in use. Start the 'Disk Utility.app' and unmount (don't eject) the drive.
Run diskutil eject /dev/diskN and remove your flash media when the command completes
- Restart your Mac and press Alt while the Mac is restarting to choose the USB-Stick
