Created
January 2, 2020 02:48
-
-
Save llekn/a57b04a2a586c32b161862d2675495cb to your computer and use it in GitHub Desktop.
Script to run debian live on macos
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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