Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Latest commit

 

History

History
69 lines (58 loc) · 2.37 KB

File metadata and controls

69 lines (58 loc) · 2.37 KB

Ngôn ngữ: [English][Vietnames]

Hackintosh-Intel-i5-10400-Asrock-B460M-PRO(OpenCore 0.9.0 - macOS Ventura 13.2.1, updated 13.3)

Info PC

  • Main: Asrock B460M Pro Link

  • CPU: Intel® Core™ i5-10400 Link

  • Ram: 16GB (2x6GB) Link

  • SSD: Samsung 970 EVO plus 512 Link

  • Wifi card: Broadcom BCM94352Z Link

    About this Mac GeekBench_Benchmarks

Guide Hackintosh + OpenCore

Works

  • Continuity:
    • Handoff
    • iMessage
    • Air Drop
  • DisplayPort Output (4k resolution / 75hz)
  • Sleep
  • Wake
  • Audio (select internal speakers)
  • Ethernet
  • Bluetooth
  • WiFi
  • All USB ports (Full 3.0 + 2.0 + type C)
  • Dual Boot (Windows + MacOS) (NOTE: Install MacOS in second partition - after EFI partition)
  • About 40s to boot up(counting from boot entry)

May Not Works

  • HDMI Port - not yet patch

Note

The file config.plist. Please change MLB, SystemSerialNumber, SystemUUID into your code

		<dict>
			<key>AdviseFeatures</key>
			<false/>
			<key>MLB</key>
			<string>XXXXXXXXXXXXXXXXX</string>
			<key>MaxBIOSVersion</key>
			<false/>
			<key>ProcessorType</key>
			<integer>0</integer>
			<key>ROM</key>
			<data>ESIzRFVm</data>
			<key>SpoofVendor</key>
			<true/>
			<key>SystemMemoryStatus</key>
			<string>Auto</string>
			<key>SystemProductName</key>
			<string>iMac20,1</string>
			<key>SystemSerialNumber</key>
			<string>XXXXXXXXXXXX</string>
			<key>SystemUUID</key>
			<string>XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX</string>
		</dict>