knazarov / homebrew-qemu-virgl

A homebrew tap for qemu with support for 3d accelerated guests
415 stars 68 forks source link

No keyboard on EFI shell #56

Closed DUOLabs333 closed 2 years ago

DUOLabs333 commented 3 years ago

I'm trying to use Chromium OS with qemu, and because of the unique nature of Chrome OS, I have to manually boot into the EFI shell to do it. The problem is, the keyboard does not work.

Here is my command:

sudo qemu-system-aarch64 \
-M virt,accel=hvf,highmem=off -m 7G \
-cpu cortex-a57 \
-hda system.bin \
-smp 4 \
-device virtio-gpu-gl-pci,xres=2880,yres=1650 \
-display cocoa,gl=es \
-bios edk2-aarch64-code.fd \
-device virtio-keyboard-pci \
-nic none \
-device qemu-xhci,id=usb-controller-1 \
DUOLabs333 commented 2 years ago

Apparently Tianocore does not have keyboard drivers.