Changes between Version 5 and Version 6 of jazz/Hackintosh


Ignore:
Timestamp:
May 28, 2024, 2:41:31 PM (5 weeks ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/Hackintosh

    v5 v6  
    159159ubuntu@ip-172-31-18-147:~$ sudo apt-get install qemu-system qemu-utils python3 python3-pip
    160160}}}
    161 *
     161* 下載 git repo
    162162{{{
    163163ubuntu@ip-172-31-18-147:~$ git clone https://github.com/foxlet/macOS-Simple-KVM.git
    164164ubuntu@ip-172-31-18-147:~$ cd macOS-Simple-KVM/
    165165}}}
     166* 直接複製 OSX-KVM 產生的 BaseSystem.img
     167{{{
     168ubuntu@ip-172-31-18-147:~/macOS-Simple-KVM$ ./jumpstart.sh
     169ubuntu@ip-172-31-18-147:~/macOS-Simple-KVM$ ./basic.sh
     170qemu-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
     171Please use readonly=on instead
     172Could not access KVM kernel module: No such file or directory
     173qemu-system-x86_64: failed to initialize kvm: No such file or directory
     174}}}