utmapp / UTM

Virtual machines for iOS and macOS
https://getutm.app
Apache License 2.0
27.14k stars 1.34k forks source link

SPARC timeout waiting for ARP/RARP packet #6757

Open jonad2002 opened 1 month ago

jonad2002 commented 1 month ago

When booting any Solaris VM after upgrading to 4.6.0 beta the boot is stuck in a loop "Timeout waiting for ARP/RARP packet". I believe this to be related to a fix in QEMU (re: https://gitlab.com/qemu-project/qemu/-/issues/2017). The suggested workaround (issue a stop-a) doesn't appear to be available (re: https://github.com/utmapp/UTM/issues/5684).

Upload VM

Screenshot 2024-10-17 at 2 33 30 PM
osy commented 1 week ago

I think in the future we will add a menu to send keyboard keys like Stop-A. For now, there is a workaround: create a new serial device and set it to QEMU Monitor (HMP). Then you can get a terminal window where you can type in sendkey stop-a. Not a graceful solution, but I'm hoping QEMU can fix this upstream at some point.