Changes between Version 5 and Version 6 of jazz/Hackintosh
- Timestamp:
- May 28, 2024, 2:41:31 PM (6 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
jazz/Hackintosh
v5 v6 159 159 ubuntu@ip-172-31-18-147:~$ sudo apt-get install qemu-system qemu-utils python3 python3-pip 160 160 }}} 161 * 161 * 下載 git repo 162 162 {{{ 163 163 ubuntu@ip-172-31-18-147:~$ git clone https://github.com/foxlet/macOS-Simple-KVM.git 164 164 ubuntu@ip-172-31-18-147:~$ cd macOS-Simple-KVM/ 165 165 }}} 166 * 直接複製 OSX-KVM 產生的 BaseSystem.img 167 {{{ 168 ubuntu@ip-172-31-18-147:~/macOS-Simple-KVM$ ./jumpstart.sh 169 ubuntu@ip-172-31-18-147:~/macOS-Simple-KVM$ ./basic.sh 170 qemu-system-x86_64: -drive if=pflash,format=raw,readonly,file=/home/ubuntu/macOS-Simple-KVM/firmware/OVMF_CODE.fd: warning: short-form boolean option 'readonly' deprecated 171 Please use readonly=on instead 172 Could not access KVM kernel module: No such file or directory 173 qemu-system-x86_64: failed to initialize kvm: No such file or directory 174 }}}