Configuring QEMU

Customization of a script to boot PowerMac via CLI.

None of the Configuring CLI pages include steps of within the OS X installation! This page assumes you can go through the OS X installation process on your own, but explains key knowledge for changing the boot order for post installation.

All DarwinPPC Installation Targets come with an accompanying Template.sh located within the DarwinPPC folder from the root of the DarwinKVM repository.

This guide targets Snow Leopard, as such, we will use Template-SnowLeopard.sh to run this release via CLI.

Theoretically, all you have to do at the moment is simply update the following line to tell QEMU to boot from the Installation Media that is on the CD-ROM Drive.

Specify C to boot from the Hard Drive, and specify D to boot from the first CD-ROM device !

-boot d \

You can now start the Virtual Machine, and run through the Mac OS X Cheetah Installation Process.

Once prompted to restart the machine, you should instead fully shut it down.

Update the script once more, to return the boot option to the C drive.

-boot c \

After a few seconds, you will begin seeing Verbose Boot of your installation.

You can now continue to the next page.


DarwinKVM Docs Version 2.0.0~prerelease
Copyright © 2024 RoyalGraphX. Distributed by a BSD 3-Clause License.
Last Modified: Sat, 7 Sep 2024 18:00:00 CDT