- OpenCore 0.8.8
- MacOS 10.10 Yosemite ~ 12.x Monterey
- iGPU Intel 5500 Broadwell
- Wifi & BT Broadcom BCM94352HMB
- Audio ALC269 VC (alcid=35)
- LAN Realtek RTL8168
- Trackpad & Keyboard
- Brightness (keepsyms=1 debug=0x100 -wegnoegpu)
- dGPU NVIDIA 940M Maxwell: Not supported
- Wifi & BT Realtek RTL8723BE: Replaced
- SMBUS: PCI0.D00C
- Using Windows, update your BIOS with official Medion BIOS updater
- Into the BIOS (turn on the computer and press F2) change settings to:
Var | Status |
---|---|
Secure Boot | Disabled |
Fast Boot | Disabled |
PXE Boot | Disabled |
SATA Mode Selection | AHCI |
- Press F10: Save & Exit
- Download Monterey: https://apps.apple.com/us/app/macos-monterey/id1576738294?mt=12
- Open terminal:
sudo /Applications/Install\ macOS\ Monterey.app/Contents/Resources/createinstallmedia --volume /Volumes/Untitled
- Mount EFI partition and paste Monterey OpenCore EFI content.
menuentry "MacOS" --class macosx {
search --file --no-floppy --set=root /EFI/OC/OpenCore.efi
chainloader /EFI/OC/OpenCore.efi
}