Skip to content

With this setup you can run mac OS and windows in your windows laptop without any issues

Notifications You must be signed in to change notification settings

mr-desilva/Hackintosh-Monterey-OpenCore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

Hackintosh-Monterey-OpenCore

Acer-Swift3-SF31552G Hackintosh Ventura Guide using Opencore. You can dual boot both windows and macOS using this guide seamlessly. Kext and patches may different from laptop model, I recommend you to follow OpenCore Guide to understand your hardware and gather necessary files.

What's new ?

Main problem with the opencore guide is that you will require a internet connection for downloading the macOS within the recovery process. Unlike the traditional method of opencore, this guide can help you to setup a hackintosh without using the macOS Recovery method. You will requires following.

  • Downloaded macOS dmg
  • Pre configured EFI folder
  • USB drive (minimum of 16GB)

Creating the bootable macOS

  1. Download the desired macOS dmg from a trusted source. Visit Olarila
  2. After downloading the dmg, you need to use the balenaEtcher to create a bootable macOS. Drag and drop the downloaded dmg to the USB drive. (Alternatively you can use Rufus )
  3. Next you need to mount the EFI partition of the bootable drive. Use a partition software and assign a letter to mount the EFI partition. Recommended -> MiniTool
  4. Next you need to open the mounted EFI partition. You cannot use the windows file explorer, it will give you a "permission denied" warning. If you are using windows you can try Explorer++ to open the mounted EFI partition (Run as administrator).
  5. Copy and paste the pre configured EFI folder to the bootable drive.
  6. Now we have completed the creating the bootable drive.

Installation

  1. Make these changes to the BIOS- first. For dual booting windows won't work with Sata Mode : AHCI . You need to change back the Sata Mode : RST with OPTANE to boot windows.

    • Sata Mode - AHCI
    • Secure BOOT - Disabled
  2. Boot from the bootable drive and select install macintosh.

  3. In the macOS installer, go to disk utility and create a partition to install the macOS. Format the partition with following settings.

    • Format - APFS
    • Scheme - GUID Partition Map

    Troubleshooting - If you cannot see the disk, go to view and select Show All Devices, make sure your disks partition scheme is GPT. You cannot use MBR. You can use MiniTool to change the partition scheme from MBR to GPT.

  4. Goto install macOS and select the created partition. Installation time will be depends on the USB drive and your disk speed. It will restarts at least 3 times.

  5. Yeehaa ! now you got macOS installed in your device. Next download the Clover Configurator .

  6. Open the Clover and mount the EFI partition. You can modify the kext files and config.plist files from here.


You will required to boot the macOS from the bootable drive always. In this way windows can't make any changes to the macOS bootloader. Once the macOS is loaded you can unplug the usb and continue as usual.

Wifi with WPA2 Enterprise

WPA2 Enterprise is not supported by itlwm, if you are going to use the hackintosh with a institutional wifi you may use Airportitlwm.kext. Download using this link. OpenintelWireless/itlwm . Download the stable version. Also download the OpenintelWireless/HeliPort.

Make sure you update the config.plist file after adding the kext.

Audio support on ALC 256

Realtek alc 256 seems to be having a very unique amplifier and gain setup which is hard to fix. Most of the fourms suggest that layout-id 69 . But it did not worked in my setup. Only supported layout-id 66 is with my setup. So I highly suggest you to try out all the possible layout-id for your machine when configuring the audio.


Adding a Kext file

When you added a kext file to the EFI > OC > Kext folder, you need to update the config.plist file with necessary changes. You can use the PlistEditor Pro or similar software.

For a example if you want to add the CodecCommander.kext to your EFI partition. You can follow bellow steps.

  1. Step 1 - place the kext file in the correct folder. EFI > OC > Kext

2. second - locate the config.plist file and open it with a editor.

3. third - Go to `Root > Kernal > Add` and duplicate a entry.

4. fourth - Here we duplicate entry 30 and edit the 31 entry for the codeCommander

5. Save the file and restart the system.

About

With this setup you can run mac OS and windows in your windows laptop without any issues

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages