Advertisement
Guest User

Untitled

a guest
Jan 17th, 2021
10,680
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. ## First Do:
  2.  
  3. git clone https://github.com/kholia/OSX-KVM
  4.  
  5. ./fetch-macOS-v2.py (you may need to run chmod +x on this file if it doesn't run at first)
  6.  
  7. #Once finished, do:
  8.  
  9. qemu-img create -f qcow2 macOS.qcow2 64G
  10.  
  11.  
  12. # Then go edit basic.sh and append these two lines at the end of the qemu-system command:
  13.  
  14. -drive id=SystemDisk,if=none,file=DISKNAME.qcow2 \
  15. -device ide-hd,bus=sata.4,drive=SystemDisk \
  16.  
  17. #Then start the vm by
  18. ./OpenCore-Boot.sh
  19.  
  20.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement