Home

Awesome

Personal Hackintosh Guide/Instructions for Dell 7567

Screenshot

macOS Big Sur - 11.0.1

Download Required Files

Check releases

Notes

Known Bugs

Specs

Prerequisites

Creating macOS USB With MacOS (you can create usb installer in windows just google it)

# Figure out identifier for of your usb (/dev/diskX, for example)
diskutil list

# Partition your usb in GPT
diskutil partitionDisk /dev/diskX 1 GPT HFS+J "install_osx" R

# Copy installer imge 
sudo /Applications/Install\ macOS\ Big\ Sur.app/Contents/Resources/createinstallmedia --volume /Volumes/install_osx

# Rename 
sudo diskutil rename "Install macOS Big Sur" install_osx

Booting USB and Installing macOS

Post Installation

Configure ComboJack for Headphone Jack

To Do List and Things to Consider

Disable Hibernation

sudo pmset -a hibernatemode 0
sudo rm /var/vm/sleepimage
sudo mkdir /var/vm/sleepimage
sudo pmset -a standby 0
sudo pmset -a autopoweroff 0
sudo pmset -a powernap 0

Scrolling is choppy with third party mice

Credits