[Hackintosh][OpenCore] macOS Sequoia のインストール(1)下準備

macOS Sonoma のインストールについて書いた。

wacw blog | [Hackintosh][OpenCore] macOS Sonoma のインストール(1)下準備
https://wacw.cf/post/2024/2024-08-15a_installing-macos-sonoma-as-a-hackintosh-1/

wacw blog | [Hackintosh][OpenCore] macOS Sonoma のインストール(2)USB インストーラーの作成
https://wacw.cf/post/2024/2024-08-15b_installing-macos-sonoma-as-a-hackintosh-2/

wacw blog | [Hackintosh][OpenCore] macOS Sonoma のインストール(3)インストール実行
https://wacw.cf/post/2024/2024-08-15c_installing-macos-sonoma-as-a-hackintosh-3/

wacw blog | [Hackintosh][OpenCore] macOS Sonoma のインストール(4)Wi-Fi 設定
https://wacw.cf/post/2024/2024-08-15d_installing-macos-sonoma-as-a-hackintosh-4/

Wi-Fi だけが OpenCore Legacy Patcher を使ってもうまく動いていなかった。

次は、macOS Sequoia をインストールしてみることにしてみた。

ハードウェア構成は次のようになっている。

作業環境は macOS Ventura 13.6.9(英語環境)だ。

(0)BIOS の設定は以前のまま変えていない。

[Hackintosh] OpenCore で Ventura を立てる(1) BIOS 設定
https://wacw.cf/2023/04/05/hackintosh-ventura-with-opencore-1/

(1)作業環境の macOS Ventura は、macOS Sonoma を作ったときと同じ kext を使っている。Ventura において Kext Updater アプリを使い、kext のアップデートをチェック。Sequoia 用の kext を最新版に差し替えた。

  • AppleALC.kext: 1.9.1 -> 1.9.2
  • Lilu.kext: 1.6.8 -> 1.6.9
  • VirtualSMC.kext: 1.3.3 -> 1.3.4
  • WhateverGreen.kext: 1.6.7 -> 1.6.8
  • IntelMausi.kext: 1.0.7
  • USBPorts.kext(アップデートなし)

なお、IntelMausi.kext は自分でダウンロードサイトにチェックをしに行く必要がある。アップデートされていなかった(というより、ずっとアップデートが止まっている)。

Releases · acidanthera/IntelMausi
https://github.com/acidanthera/IntelMausi/releases

また、USBPorts.kext は自分で作成したものなのでアップデートはない。

参考:
[Hackintosh] USB ポート 15 個制限用の USBPorts.kext を作成する
https://wacw.cf/2023/04/07/usb-port-mapping-with-usbport-kext/

(2)OpenCore は Sonoma で使ったバージョン 1.0.1 を使った。

Releases · acidanthera/OpenCorePkg
https://github.com/acidanthera/OpenCorePkg/releases

ということは、config.plist は Sonoma のものをそのまま流用すればよく、EFI フォルダーは1の kext の差し替えのみを行った。

(続く。)