On 1/28/25 12:23, BALATON Zoltan wrote:
Oh, you're right, OpenBIOS hangs with "milliseconds isn't unique" when running "qemu-
system-ppc64 -M mac99 -display none -serial stdio" ... that's weird... so you need to
keep the -nographic here, indeed!
That's because of -display none, without that you can see the output in the window. I
think if OpenBIOS finds a VGA card it tries to output there so you have to remove that too
to get output on serial.
Yes. You need to add -vga none to remove the graphics card.
With -display none, you merely remove the qemu interface.
r~