utmapp / UTM

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

Discrepancy between UTM and Qemu video devices #6409

Closed Behinder closed 1 month ago

Behinder commented 3 months ago

Describe the issue
Trying to install ubuntu arm64 and have to choose option virtio-ramfb-gl to make it work( for now). However trying to launch qemu with options:

qemu-system-aarch64 \
  -machine virt,accel=hvf,highmem=on \
  -cpu host \
  -smp 4 \
  -m 4096 \
  -device virtio-gpu-pci \
  -device virtio-keyboard \
  -device virtio-mouse \
  -drive file="/Volumes/T7/SteamOS/mysteamdisk.qcow2",if=virtio \
  -cdrom /Volumes/T7/ubuntu.iso \
  -L qemu-bundle/usr/local/share/qemu  

is giving me "display not ready yet" error. changing virtio-vga or virtio ramfb-gl results it "unknown device" error. my qemu is compiled from source with all options enabled. Why UTM which is based on qemu uses additional drivers that are not available for qemu???

Configuration

osy commented 1 month ago

The problem is you aren't passing in the UEFI BIOS so there is nothing to boot from. Also, this is an QEMU issue and not UTM.

Behinder commented 1 month ago

But UTM contains older version of Qemu instead of the latest one, so yes this is also UTM issue.

wt., 20 sie 2024 o 02:11 osy @.***> napisał(a):

The problem is you aren't passing in the UEFI BIOS so there is nothing to boot from. Also, this is an QEMU issue and not UTM.

— Reply to this email directly, view it on GitHub https://github.com/utmapp/UTM/issues/6409#issuecomment-2297729525, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAEQPFWN3RD2RQP4SAUEIOLZSKCTHAVCNFSM6AAAAABI653Y2GVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEOJXG4ZDSNJSGU . You are receiving this because you authored the thread.Message ID: @.***>