Skip to content

Instantly share code, notes, and snippets.

@llekn
Created January 2, 2020 02:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save llekn/a57b04a2a586c32b161862d2675495cb to your computer and use it in GitHub Desktop.
Save llekn/a57b04a2a586c32b161862d2675495cb to your computer and use it in GitHub Desktop.
Script to run debian live on macos
#!/bin/bash
# Run Debian live on macos using hw acceleration
qemu-system-x86_64 \
-m 512 -vga std -accel hvf -smp 2 -cpu host \
debian-live-10.1.0-amd64-gnome.iso \
-device nec-usb-xhci,id=xhci \
-device usb-host,vendorid=0x054c,productid=0x09c3 \
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment