Why QEMU stuck at the BIOS screen?

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
User avatar
Memwhis
Space Cadet
Posts: 3
Joined: Sat Jul 25, 2020 5:11 pm
Location: Earth

Why QEMU stuck at the BIOS screen?

Post by Memwhis »

I downloaded Mac OS 9.0.4 ISO and created QCOW2 hard drive but BIOS can't load MacOS with this command:

Code: Select all

qemu-system-ppc.exe -L pc-bios -M mac99 -m 256 -prom-env "auto-boot?=true" -prom-env "boot-args=-v" -cdrom MacOS904.iso -hda macintosh.qcow2 -boot d
What is the problem about this command?
User avatar
Cat_7
Expert User
Posts: 6176
Joined: Fri Feb 13, 2004 8:59 am
Location: Sittard, The Netherlands

Re: Why QEMU stuck at the BIOS screen?

Post by Cat_7 »

That command line seems OK. The only thing I can think of is that your 9.0.4 image is not new enough for Qemu. Find one with rom version 5.6 or above. You can search for e.g. 9.0.4 for the Cube.

Best,
Cat_7
User avatar
Memwhis
Space Cadet
Posts: 3
Joined: Sat Jul 25, 2020 5:11 pm
Location: Earth

Re: Why QEMU stuck at the BIOS screen?

Post by Memwhis »

Ok, but I can't boot PowerPC images on BIOS.
Mac OS 8.5 PowerPC:

Code: Select all

qemu-system-ppc.exe -L pc-bios -M mac99 -m 256 -prom-env "auto-boot?=true" -prom-env "boot-args=-v" -cdrom MacOS85PPC.iso -boot d
Disk Tools 8.5:

Code: Select all

qemu-system-ppc.exe -L pc-bios -M mac99 -m 256 -prom-env "auto-boot?=true" -prom-env "boot-args=-v" -cdrom DiskTools85_PPC.img -boot d
User avatar
Cat_7
Expert User
Posts: 6176
Joined: Fri Feb 13, 2004 8:59 am
Location: Sittard, The Netherlands

Re: Why QEMU stuck at the BIOS screen?

Post by Cat_7 »

Qemu is not SheepShaver. It cannot run Mac OS below 9.0.4

See our guide over here:
https://www.emaculation.com/doku.php/pp ... or-windows

best,
Cat_7
User avatar
Memwhis
Space Cadet
Posts: 3
Joined: Sat Jul 25, 2020 5:11 pm
Location: Earth

Re: Why QEMU stuck at the BIOS screen?

Post by Memwhis »

1) Mac OS X Server Server 1.1 English ppc
2) Mac OS X Server Server 1.2.Pele1Q10 ppc
3) Mac OS X Server Server 1.0 English ppc

Which Mac OS X Server is bootable on QEMU?

Sorry for the silly questions!
User avatar
carbon
Student Driver
Posts: 11
Joined: Mon Jul 27, 2020 8:22 pm

Re: Why QEMU stuck at the BIOS screen?

Post by carbon »

Coincidentally, I'm also just now trying to install a version of Rhapsody.

Apparently only Mac OS X Server 1.2v3 is able to run under Qemu.

I could boot the image exactly once, but I restarted because during install I got an error that the chosen disk is not bootable (or similar).

After this, every time I restart Qemu with that config the boot process crashes, even with a fresh copy of the image! I don't understand that, if somebody would be so kind and explain how that's possible?
Post Reply