-
Notifications
You must be signed in to change notification settings - Fork 475
Installation
Steve Zheng edited this page Mar 12, 2023
·
26 revisions
-
This is a Windows instruction
-
This instruction includes a bunch of software, and I am not sure whether they are safe or not
-
Make sure your SSD is not PM981. You have to install macOS on a hard disk other than PM981.
-
PM981
SSD's model number starts withMZVLB
, andPM961
SSD's model number begins withMZVLW
.
-
-
Please refer to the detailed installation tutorial Xiaomi Mi Notebook Pro High Sierra 10.13.6
-
or video tutorial Xiaomi NoteBook PRO HACKINTOSH INSTALLATION GUIDE !!!.
- There are so many macOS image resources if you google it. Choose one you like from the search results. No recommendation given here.
- Download and install
etcher
from https://www.balena.io/etcher/ - Select the image you downloaded in Step 1
- Insert your U-disk and click
Flash
- Wait until finish
- Download the latest release from /~https://github.com/daliansky/XiaoMi-Pro-Hackintosh/releases/latest
- Unzip it to the desktop
- First, you have to make sure your SSD's EFI partition is larger than 200MB. 250MB is a safe size.
- If your EFI/ESP partition is smaller than 200MB, you can use
DiskGenius
to merge EFI and MSR partition. - If the total size of EFI/ESP and MSR partition is still smaller than 200MB, you need to create a new EFI partition with >200MB size.
- If your EFI/ESP partition is smaller than 200MB, you can use
- Download and install
DiskGenius
from https://www.diskgenius.com - Then, backup BOOT and CLOVER folder from your EFI/ESP partition to other places
- Delete BOOT and CLOVER folders and copy these two folders from the EFI release you downloaded in Step 3
- If there's no CLOVER folder, that's OK; Ignore the capitalization of BOOT folder, lowercase is OK
- Download
Bootice
from https://www.majorgeeks.com/mg/getmirror/bootice_64_bit,1.html - Select your SSD in
Destination Disk
(not your U-disk!), clickParts Manage
, select the ESP/EFI partition in the new window, and clickAssign Drive Letter
- Remember the new letter given to the EFI/ESP partition
- Go to
UEFI
bar, clickEdit boot entries
, clickAdd
and openEFI/CLOVER/CLOVERX64.efi
in the new file browser, clickUp
to move the new entry to the top, and close the window- If there's no reaction after adding the new entry, please reopen the software.
- Go back to
Physical disk
bar, clickParts Manager
, select ESP partition, and clickRemove Drive Letter
- If
Remove Drive Letter
can not be clicked, reopen the software and redo this
- If
- Reboot the device and press F2 to get into BIOS panel
- Click
Security
, clickSet Supervisor Password
to create a password, and clickSecure Boot Mode
to disable it- Pleeeease remember this password deep inside your mind, there is no way to reopen BIOS panel if you forget the password!
- Press F10 to save settings and exit
- Boot your device, and use arrow key to choose
Boot macOS Install from Install macOS ~
- If you can not see something like the following picture, please redo Step 5
- Wait until a
macOS Utilities
window shows up. Double clickDisk Utility
. - If you are installing macOS on an entire separate SSD
- Click the window button at top left and choose
Show All Devices
- Select your target SSD and click
Erase
. Format should beAPFS
.
- Click the window button at top left and choose
- If you are installing macOS on a partition, select the target partition and click
Erase
. Format should beAPFS
.- If an error message
MediaKit reports not enough space on device for requested operation
appears, please redo Step 4
- If an error message
- Close this windows by clicking the red button at the top left, and double click
Install macOS
- Wait until finish, the device will reboot several times
- In macOS, go to
System Preferences - Date & Time - Time Zone
, and checkSet time zone automatically using current location
- If your device has no network, please click your location on the following map
- In Windows, please download time fix scripts from https://www.tonymacx86.com/attachments/time-fix-windows-zip.94625 and run
Windows Universal Time - On.reg
Show hidden files
defaults write com.apple.finder AppleShowAllFiles -bool true
Allow software from any sources
sudo spctl --master-disable
Enable font smoothing on macOS 10.14+
defaults write -g CGFontRenderingFontSmoothingDisabled -bool NO