QEMU stucks at loading Mac OS 9.0.4

About Qemu-system-ppc, a PPC Mac emulator for Windows, macOS and Linux that can run Mac OS 9.0 up to Mac OS X 10.5

Moderators: Cat_7, Ronald P. Regensburg

Post Reply
MicroApple
Space Cadet
Posts: 9
Joined: Sun Oct 04, 2020 5:13 pm

QEMU stucks at loading Mac OS 9.0.4

Post by MicroApple »

I want to install and use Mac OS 9.0.4 using QEMU but QEMU stucks at loading cdrom. Here is the command:

Code: Select all

qemu-system-ppc -display sdl -L pc-bios -boot d -prom-env "auto-boot?=true" -M mac99 -m 384 -hda MacHD.img -cdrom "C:\Users\user\Downloads\Apple_MacOS_9.0.4_USA.iso"
I downloaded Mac OS 9.0.4 ISO from this website: https://macintoshgarden.org/apps/os-904-us
User avatar
Cat_7
Expert User
Posts: 6169
Joined: Fri Feb 13, 2004 8:59 am
Location: Sittard, The Netherlands

Re: QEMU stucks at loading Mac OS 9.0.4

Post by Cat_7 »

Hi,

Some 9.0.4 images will not work, as they have a Mac OS Rom file onboard that is not compatible with Qemu.
Look for the 9.0.4 install image for the G4 Cube on the Mac OS 9 page at the garden.

Best,
Cat_7
MicroApple
Space Cadet
Posts: 9
Joined: Sun Oct 04, 2020 5:13 pm

Re: QEMU stucks at loading Mac OS 9.0.4

Post by MicroApple »

Cat_7 wrote: Sun Oct 04, 2020 5:28 pm Hi,

Some 9.0.4 images will not work, as they have a Mac OS Rom file onboard that is not compatible with Qemu.
Look for the 9.0.4 install image for the G4 Cube on the Mac OS 9 page at the garden.

Best,
Cat_7
It works, but the mouse is unstable for Mac OS.
User avatar
Cat_7
Expert User
Posts: 6169
Joined: Fri Feb 13, 2004 8:59 am
Location: Sittard, The Netherlands

Re: QEMU stucks at loading Mac OS 9.0.4

Post by Cat_7 »

Which issue are you having exactly with the mouse? How does it behave?

Best,
Cat_7
MicroApple
Space Cadet
Posts: 9
Joined: Sun Oct 04, 2020 5:13 pm

Re: QEMU stucks at loading Mac OS 9.0.4

Post by MicroApple »

Cat_7 wrote: Sun Oct 04, 2020 6:18 pm Which issue are you having exactly with the mouse? How does it behave?

Best,
Cat_7
Sometimes the mouse goes to the corner randomly. I am using the same command.
User avatar
Cat_7
Expert User
Posts: 6169
Joined: Fri Feb 13, 2004 8:59 am
Location: Sittard, The Netherlands

Re: QEMU stucks at loading Mac OS 9.0.4

Post by Cat_7 »

Assuming to managed to install onto the hard disk image, you might give this a try:

qemu-system-ppc ^
-sdl -L pc-bios -boot c ^
-M mac99 -m 384 -hda MacHD.img ^
-usb -device usb-mouse

Best,
Cat_7
MicroApple
Space Cadet
Posts: 9
Joined: Sun Oct 04, 2020 5:13 pm

Re: QEMU stucks at loading Mac OS 9.0.4

Post by MicroApple »

Cat_7 wrote: Sun Oct 04, 2020 6:27 pm Assuming to managed to install onto the hard disk image, you might give this a try:

qemu-system-ppc ^
-sdl -L pc-bios -boot c ^
-M mac99 -m 384 -hda MacHD.img ^
-usb -device usb-mouse

Best,
Cat_7
Ok, now it works correctly. Thank you.
Post Reply