Skip to content

Instantly share code, notes, and snippets.

@VegaBobo
Created April 6, 2021 19:31
Show Gist options
  • Save VegaBobo/bba3c8801fc24345a5442ddd7869c4d4 to your computer and use it in GitHub Desktop.
Save VegaBobo/bba3c8801fc24345a5442ddd7869c4d4 to your computer and use it in GitHub Desktop.
linha_de_comando_qemu_win
qemu-system-aarch64 ^
-M virt ^
-cpu cortex-a57 ^
-accel tcg,thread=multi ^
-smp <NUCLEOS> ^
-m <MEMORIA_RAM> ^
-bios <CAMINHO_QEMU_EFI.fd> ^
-vnc localhost:0 ^
-device ramfb ^
-device ich9-usb-ehci1 ^
-device usb-kbd ^
-device usb-mouse ^
-device usb-tablet ^
-device usb-storage,drive=install ^
-drive if=none,id=install,format=raw,media=cdrom,file=<CAMINHO_WINDOWS_ARM> ^
-device usb-storage,drive=drivers ^
-drive if=none,id=drivers,media=cdrom,file=<CAMINHO_VIRTIO_IMAGEM> ^
-hda <CAMINHO_VHDX>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment