QEMU 10.0 welcome setup error

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
The F12 of Maranello
Space Cadet
Posts: 4
Joined: Wed May 09, 2018 3:41 pm

QEMU 10.0 welcome setup error

Post by The F12 of Maranello »

Recently, I wanted to run OS X 10.0 on QEMU, and it sucessfully installed. But when I tried to use it, it shows the welcome screen, but I saw the country list is blank:
Image
And when I clicked "Continue", it shows up this:
Image
And it returns to the welcome screen.
I'm using QEMU from here: http://www.open.ou.nl/hsp/downloads3/Wi ... pre213.zip
Boot options:
qemu-system-ppc.exe -L pc-bios -boot c -m 256 -M mac99 -cpu G3 -drive file=MacOSX.img,format=raw,media=disk -drive file=OSX100.iso,format=raw,media=cdrom -device usb-mouse -device usb-kbd -netdev user,id=network01 -device sungem,netdev=network01
Current PC specs: i7-7700HQ, GTX 1050Ti, 8GB DDR4 RAM, Windows 10 Pro 1709 x64
User avatar
Cat_7
Expert User
Posts: 6145
Joined: Fri Feb 13, 2004 8:59 am
Location: Sittard, The Netherlands

Re: QEMU 10.0 welcome setup error

Post by Cat_7 »

Hi,

Please check that the file qemu_vga.ndrv is in your pc-bios folder. Then try to use:
-the vga driver
-the G4 cpu
-sdl
like this:

Code: Select all

qemu-system-ppc.exe -L pc-bios -boot c -m 256 -M mac99 -cpu G4 -prom-env "vga-ndrv?=true" -sdl -drive file=MacOSX.img,format=raw,media=disk -drive file=OSX100.iso,format=raw,media=cdrom -device usb-mouse -device usb-kbd -netdev user,id=network01 -device sungem,netdev=network01
If you don't use -sdl, the mouse will become unworkable.

Best,
Cat_7
Last edited by Cat_7 on Wed May 09, 2018 5:49 pm, edited 1 time in total.
Reason: edited to add -sdl
The F12 of Maranello
Space Cadet
Posts: 4
Joined: Wed May 09, 2018 3:41 pm

Re: QEMU 10.0 welcome setup error

Post by The F12 of Maranello »

Image
Used the code you gave me, same issues happened. It still show no countries. It still restarts after I clicked "Continue".
User avatar
Cat_7
Expert User
Posts: 6145
Joined: Fri Feb 13, 2004 8:59 am
Location: Sittard, The Netherlands

Re: QEMU 10.0 welcome setup error

Post by Cat_7 »

Hi,

I'm sorry, but I can't reproduce that problem. I downloaded my qemu213 build and installed 10.0.3 with it (I downloaded a fresh copy from the macintoshgarden site). After installation, it displays the welcome screen just fine.

Perhaps someone else has an idea.

Best,
Cat_7
User avatar
SistemaRayoXP
Tinkerer
Posts: 82
Joined: Fri Oct 13, 2017 4:34 pm
Location: Mexico
Contact:

Re: QEMU 10.0 welcome setup error

Post by SistemaRayoXP »

Might be the installation media?
Hill radio station first attempt: Failure. Retrying...
The F12 of Maranello
Space Cadet
Posts: 4
Joined: Wed May 09, 2018 3:41 pm

Re: QEMU 10.0 welcome setup error

Post by The F12 of Maranello »

Cat_7 wrote:Hi,

I'm sorry, but I can't reproduce that problem. I downloaded my qemu213 build and installed 10.0.3 with it (I downloaded a fresh copy from the macintoshgarden site). After installation, it displays the welcome screen just fine.

Perhaps someone else has an idea.

Best,
Cat_7
I'm using this file, if you want to test it again.
https://winworldpc.com/download/3e20e28 ... c3a4e284a2
User avatar
Cat_7
Expert User
Posts: 6145
Joined: Fri Feb 13, 2004 8:59 am
Location: Sittard, The Netherlands

Re: QEMU 10.0 welcome setup error

Post by Cat_7 »

And again: no issues with the image you linked to.
Display works OK.

Best,
Cat_7
The F12 of Maranello
Space Cadet
Posts: 4
Joined: Wed May 09, 2018 3:41 pm

Re: QEMU 10.0 welcome setup error

Post by The F12 of Maranello »

SistemaRayoXP wrote:Might be the installation media?
Maybe because when I downloaded another Mac OS X 10.0 iso, reinstalled it and it worked. Keyboard is not working as intended however.
Image
User avatar
Cat_7
Expert User
Posts: 6145
Joined: Fri Feb 13, 2004 8:59 am
Location: Sittard, The Netherlands

Re: QEMU 10.0 welcome setup error

Post by Cat_7 »

Yes, that is an issue with USB in relation to 10.0. Just remove -device usb-mouse -device usb-kbd from the command line.

Best,
Cat_7
Post Reply