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
#!/usr/bin/env bash | |
# Special thanks to: | |
# https://github.com/Leoyzen/KVM-Opencore | |
# https://github.com/thenickdude/KVM-Opencore/ | |
# https://github.com/qemu/qemu/blob/master/docs/usb2.txt | |
# | |
# qemu-img create -f qcow2 mac_hdd_ng.img 128G | |
# | |
# echo 1 > /sys/module/kvm/parameters/ignore_msrs (this is required) |
OlderNewer