Howto macOS Opencore: Difference between revisions

From Vidalinux Wiki
Jump to navigation Jump to search
No edit summary
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
= download mac installer sonoma =  
= download mac installer sonoma =  
* https://swcdn.apple.com/content/downloads/26/09/042-58988-A_114Q05ZS90/yudaal746aeavnzu5qdhk26uhlphm3r79u/InstallAssistant.pkg
* https://swcdn.apple.com/content/downloads/47/20/052-62010-A_IGTQLDJJXD/vu00gjm2kgj82xrpy4z05zgy1hm2e7in1x/InstallAssistant.pkg
= download mac installer ventura =
= download mac installer ventura =
* https://swcdn.apple.com/content/downloads/37/35/032-66588-A_P5QIYDIIZL/kkuzd39hnskjm12vimzblklo3drb3majbf/InstallAssistant.pkg
* https://swcdn.apple.com/content/downloads/48/39/052-60128-A_RFELEU0YJU/boswcupcvcju2f3hj5fuaww9wbezcdbkbt/InstallAssistant.pkg


= openlegacy patcher url =
= openlegacy patcher url =
* https://github.com/dortania/OpenCore-Legacy-Patcher/releases/download/1.0.0/OpenCore-Patcher-GUI.app.zip
* https://github.com/dortania/OpenCore-Legacy-Patcher/releases/download/1.3.0/OpenCore-Patcher-GUI.app.zip


= diskutil cmd mac =
= diskutil cmd mac =
Line 14: Line 14:
format partition:
format partition:
  diskutil partitionDisk /dev/disk0 GPT JHFS+ OpenCore 0b
  diskutil partitionDisk /dev/disk0 GPT JHFS+ OpenCore 0b
= edit config.plist =
on archlinux install ocat:
yay -S ocat-appimage
on mac install ocat:
https://github.com/ic005k/OCAuxiliaryTools/releases/download/20230022/OCAT_Mac.dmg
on windows install ocat:
https://github.com/ic005k/OCAuxiliaryTools/releases/download/20230022/OCAT-Win64.zip
= openlegacy patcher documentation =
= openlegacy patcher documentation =
* https://dortania.github.io/OpenCore-Legacy-Patcher/START.html#how-do-i-get-started
* https://dortania.github.io/OpenCore-Legacy-Patcher/START.html#how-do-i-get-started
= references =
= references =
* https://github.com/dortania/OpenCore-Legacy-Patcher/releases
* https://hackintosh.gitbook.io/r-hackintosh-vanilla-desktop-guide
* https://hackintosh.gitbook.io/r-hackintosh-vanilla-desktop-guide
* https://dortania.github.io/getting-started/
* https://dortania.github.io/getting-started/

Latest revision as of 12:10, 11 March 2024

download mac installer sonoma

download mac installer ventura

openlegacy patcher url

diskutil cmd mac

list partitions:

diskutil list

list drive info:

diskutil info /dev/disk0s1

format partition:

diskutil partitionDisk /dev/disk0 GPT JHFS+ OpenCore 0b

edit config.plist

on archlinux install ocat:

yay -S ocat-appimage

on mac install ocat:

https://github.com/ic005k/OCAuxiliaryTools/releases/download/20230022/OCAT_Mac.dmg

on windows install ocat:

https://github.com/ic005k/OCAuxiliaryTools/releases/download/20230022/OCAT-Win64.zip

openlegacy patcher documentation

references