Skip to content

Latest commit

 

History

History
60 lines (46 loc) · 1.82 KB

File metadata and controls

60 lines (46 loc) · 1.82 KB

Hackintosh - MEDION Akoya E6418 aka CX 22953

screenshot

  • OpenCore 0.8.8
  • MacOS 10.10 Yosemite ~ 12.x Monterey

Working

  • iGPU Intel 5500 Broadwell
  • Wifi & BT Broadcom BCM94352HMB
  • Audio ALC269 VC (alcid=35)
  • LAN Realtek RTL8168
  • Trackpad & Keyboard
  • Brightness (keepsyms=1 debug=0x100 -wegnoegpu)

Not Working


BIOS

  1. Using Windows, update your BIOS with official Medion BIOS updater
  2. 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
  1. Press F10: Save & Exit

Installer

  1. Download Monterey: https://apps.apple.com/us/app/macos-monterey/id1576738294?mt=12
  2. Open terminal:
sudo /Applications/Install\ macOS\ Monterey.app/Contents/Resources/createinstallmedia --volume /Volumes/Untitled
  1. Mount EFI partition and paste Monterey OpenCore EFI content.

Grub - Multiboot

menuentry "MacOS" --class macosx {
	search --file --no-floppy --set=root /EFI/OC/OpenCore.efi
	chainloader /EFI/OC/OpenCore.efi
}

Credits