Skip to content

Razer Blade 15 (Late 2020) | RZ09-03519 OPENCORE HACKINTOSH

Notifications You must be signed in to change notification settings

iTer99/RAZER-BLADE-15-2020-OPENCORE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

RAZER BLADE 15 (LATE 2020) | RZ09-03519 Running MacOS Monterey - OpenCore bootloader

Bios modding or unlocking doesn't need required (Thank LuxuryWasTaken)

My Hardware 💻
Category Specification
Model RZ09-03519
Processor 10th Gen Intel® Core™ i7-10750H processor, 6 Cores / 12 Threads, 2.6 GHz / 5.0 GHz (Base / Max Turbo), 12 MB Cache
Graphics (Integrated) Intel® UHD Graphics
Chipset Mobile Intel® HM470 Chipset
Graphics (Discrete) NVIDIA® GeForce® GTX 1660 Ti (6 GB GDDR6 VRAM, Optimus™ Technology)
15.6" Display 120 Hz Full HD, 16:9 aspect ratio, matte screen with 4.9 mm bezel
Storage 1 TB SSD M.2 NVMe PCIe 3.0 x4 (512 GB x 2)
Memory 32 GB Samsung dual-channel DDR4-2933 MHz (16 GB x 2)
WLAN + Bluetooth Intel® Wireless-AC 9560
Webcam Built-in webcam (1MP/720P)
Audio support HD Audio, Realtek ALC256 codec, dual array microphone, combo audio/microphone jack
Battery Built-in 60.8 WHr rechargeable lithium-ion polymer battery
How to install macOS
  1. Create an installation media
  2. Download the this EFI and copy it into the ESP partiton
  3. Boot from the USB installer (press F12 to choose boot volume) and start the installation process
Enable Apple Services
  1. Run the following script in Terminal
git clone https://github.com/corpnewt/GenSMBIOS && cd GenSMBIOS && chmod +x GenSMBIOS.command && ./GenSMBIOS.command
  1. Type 3 to Generate SMBIOS, then press ENTER
  2. Type MacBookPro16,1 5, then press ENTER. Leave this Terminal window open.
  3. Open /EFI/OC/Config.plist with any editor and navigate to PlatformInfo -> Generic
  4. Add the script's last result to MLB, SystemSerialNumber and SystemUUID
<key>Generic</key>
<array>
  </dict>
    <key>AdviseFeatures</key>
    <false/>
    <key>MLB</key>
    <string>*****************</string>
    <key>MaxBIOSVersion</key>
    <false/>
    <key>ProcessorType</key>
    <integer>0</integer>
    <key>ROM</key>
    <data>lVhEd021</data>
    <key>SpoofVendor</key>
    <true/>
    <key>SystemMemoryStatus</key>
    <string>Auto</string>
    <key>SystemProductName</key>
    <string>MacBookPro16,1</string>
    <key>SystemSerialNumber</key>
    <string>*************</string>
    <key>SystemUUID</key>
    <string>*******-****-****-****-************</string>
  </dict>
</array>
What's not working ⚠️
  • NVIDIA® GeForce® GTX 1660 Ti doesn't support for MacOS
  • Broken when dualboot with windows if using EFI Opencore
  • HDMI slot cann't use because it work on nVIDIA card so can be replace to USB slot
  • If trackpad have problem, just disabled Force Click and haptic feedback in Settings - Trackpad
  • You talk to me

About

Razer Blade 15 (Late 2020) | RZ09-03519 OPENCORE HACKINTOSH

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages