Hackintosh
on Let's Note SX4/RZ4/LX3.
It was tried 10 years ago without success, even though I took a long
time to complete the mission. It would be easier to make it work now?
It seems yes and it works stable.


Yes! The first bootup! Hackintosh on Let's Note CF-RZ4/LX3.
This is after
- The Recovery disk was made on Linux.
- The Partion Work-around was made on Windows.(Let's Note)
- The Recovery disk booted up.
- Re-install was done.
- The Real MacOS(Monterey) booted up and the first setup was
completed!
It seems it runs pretty stable. Amazing! It is a "FINALLY!".
Systems (MacBookPro11,4)
- Let's Note RZ4 /
lspci /
dmesg | grep snd
- Let's Note SX4
lspci /
dmesg | grep snd
- Let's Note LX3 /
lspci /
dmesg | grep snd
Note: lspci on Ubuntu.
OpenCore 0.8.4:
- You need to have the followings:
- Windows (if you would like to have Windows Dual Boot
System).
- MiniTool Partition Wizard To move Windows System Partition.
- HWInfo64 for Post-Installation
- Ubuntu or a Linux Distribution.
- Python3 and PartTree.py for config.plist configuration.
- gparted for partition management.
- Post-Install Configuration
- lspci / dmesg
- dmesg | grep snd
- USB memory 8GB for MacOS install media
- Make a MacOS install media.
- Download OpenCore.
- Download the MacOS.dmg with OpenCore command.
- Prepare kext (kernel extention)
- Prepare ACPI
- Prepare config.plist.
- Prepare the target disk for MultiBoot.
- MacOS Install!
- Hackintosh Post-Installation Settings
- Initial MacOS Setup
- Xcode Setup (14.0)
Even Xcode works stable!!
- clone apfs partition
- clone the parttion by dd on Ubuntu.
- Repair the partition type id by gdisk on Ubuntu.
- $ sudo gdisk /dev/sda
- t (type)
- 6 (/dev/sda6)
- AF0A (APFS, note AF00: hfs+)
- Repair the size of partition (set by dd).
- boot from recovery.dmg
- run terminal
- $ diskutil # to show the commands.
- $ diskutil list # to show all the partition.
- $ diskutil apfs resizeContainer disk0s6 limits # to show the max size
It shows 251.7GB in my case.
- $ diskutil apfs resizeContainer disk0s6 251.7GB
It successfully resize macOS data volume!
Reference:
Go back to Computer
20220910