Changes between Version 2 and Version 3 of jazz/Hackintosh


Ignore:
Timestamp:
May 28, 2024, 12:50:03 PM (5 weeks ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/Hackintosh

    v2 v3  
    8787ubuntu@ip-172-31-18-147:~/OSX-KVM$ sudo cp kvm.conf /etc/modprobe.d/kvm.conf
    8888}}}
     89* Add user to the kvm and libvirt groups (might be needed).
     90{{{
     91ubuntu@ip-172-31-18-147:~/OSX-KVM$ sudo usermod -aG kvm $(whoami)
     92sudo usermod -aG libvirt $(whoami)
     93sudo usermod -aG input $(whoami)
     94}}}
     95* Fetch macOS installer.
     96{{{
     97ubuntu@ip-172-31-18-147:~/OSX-KVM$ ./fetch-macOS-v2.py
     981. High Sierra (10.13)
     992. Mojave (10.14)
     1003. Catalina (10.15)
     1014. Big Sur (11.7)
     1025. Monterey (12.6)
     1036. Ventura (13) - RECOMMENDED
     1047. Sonoma (14)
     105
     106Choose a product to download (1-7): 6
     107Downloading 042-23155...
     108Saving http://oscdn.apple.com/content/downloads/28/14/042-23155/4rscm4lvp3084gutfgpkwj5eex0yyxmzkt/RecoveryImage/BaseSystem.dmg to ./BaseSystem.dmg...
     109Note: The total download size is 677.99 MB
     110340.0 MBs downloaded...
     111Download complete!MBs downloaded...                     
     112Saving http://oscdn.apple.com/content/downloads/28/14/042-23155/4rscm4lvp3084gutfgpkwj5eex0yyxmzkt/RecoveryImage/BaseSystem.chunklist to ./BaseSystem.chunklist...
     113Note: The total download size is 2740 bytes
     114Download complete!25 MBs downloaded...                 
     115Verifying image with chunklist...
     116Image verification complete!
     117}}}