Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Discrepancy between UTM and Qemu video devices #6409

Closed
Behinder opened this issue Jun 7, 2024 · 2 comments
Closed

Discrepancy between UTM and Qemu video devices #6409

Behinder opened this issue Jun 7, 2024 · 2 comments

Comments

@Behinder
Copy link

Behinder commented Jun 7, 2024

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

  • UTM Version: latest from github
  • macOS Version: latest ventura
  • Mac Chip (Intel, M1, ...): M2 Pro
@osy
Copy link
Contributor

osy commented Aug 20, 2024

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.

@osy osy closed this as not planned Won't fix, can't repro, duplicate, stale Aug 20, 2024
@Behinder
Copy link
Author

Behinder commented Aug 20, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants