How to install Mac OS X 10.4 “Tiger” on QEMU for Windows

Discuss OS X and OS X Server.
Post Reply
chasemorgan2010
Posts: 134
Joined: Wed Jun 09, 2021 8:15 pm

How to install Mac OS X 10.4 “Tiger” on QEMU for Windows

Post by chasemorgan2010 »

Hello, how do you install Mac OS X 10.4 “Tiger” On QEMU for Windows?
I wish i had Download access...


ondulin
Posts: 1
Joined: Fri Nov 12, 2021 11:42 am

Re: How to install Mac OS X 10.4 “Tiger” on QEMU for Windows

Post by ondulin »

I have recently did install and configure OS X 10.4, and also OS X 10.3 in QEMU. If you're interested I can upload the disk images somewhere (archive.org maybe? the images are about 6-8 GB compressed) and share it.

dgsga
Posts: 12
Joined: Fri Mar 19, 2010 8:37 pm

Re: How to install Mac OS X 10.4 “Tiger” on QEMU for Windows

Post by dgsga »

I have successfully used this command line to install:

qemu.exe -L pc-bios -boot d -M mac99 -m 512 -hda <hd image file> -cdrom <iso file of installation media>

And this one to run:

qemu.exe -L pc-bios -boot c -M mac99,via=pmu -m 512 -hda <hd image file>

Post Reply