Hardware | Detail |
---|---|
CPU | Intel Core i5-8250U Processor |
GPU | Intel UHD Graphics 620 |
RAM | 4GB Non-removable 2400MHz DDR4 + Gloway 16GB 2666MHz DDR4 |
SSD | Lenovo X780 256GB NVMe SSD |
Display | Sharp LQ133M1JW28 13.3" 1920x1080p |
Audio | Realtek ALC255 HD Audio |
Ethernet | Intel Ethernet Connection I219-LM |
Wireless | |
Camera | Chicony Electronics FJ Camera |
Keyboard | Fujitsu PS/2 Japanese keyboard (106/109 Key) |
TouchPad | Synaptics SMBus TouchPad |
Fingerprint | Validity Sensors Swipe Fingerprint Sensor |
Card Reader | O2Micro Integrated MMC/SD Controller |
SMBIOS | MacBookPro15,4 MacbookPro14,1 |
Set the following BIOS options via setup_var.efi
.
# CFG Lock
setup_var.efi CpuSetup:0x3C=0x00
# Above 4GB MMIO BIOS assignment
setup_var.efi SaSetup:0xE4=0x01
# Intel(R) SGX
setup_var.efi CpuSetup:0xF2=0x00
# DVMT Pre-Allocated
setup_var.efi SaSetup:0xDF=0x02
[!TIP] If the installation cannot be completed successfully, try setting
SecureBootModel
toDisabled
.
Generate SMBIOS info and put it into config.plist
.
Put your EFI into EFI partition.
# Find EFI partition
diskutil list
# Mount EFI partition
sudo diskutil mount disk0s1
# Copy EFI to /Volumes/EFI
cp -a /path/to/your/EFI /Volumes/EFI/
# Umount EFI partition
diskutil umount disk0s1
Additionals:
# Enable HiDPI (optional)
curl -sSL https://github.com/pexcn/hackintosh-fujitsu-lifebook-u938/raw/master/extras/hidpi/enable.sh | sudo sh -
# Undervolt and Boost (optional)
curl -sSL https://github.com/pexcn/hackintosh-fujitsu-lifebook-u938/raw/master/extras/voltageshift/enable.sh | sudo sh -
# Optimize (optional)
curl -sSL https://github.com/pexcn/hackintosh-fujitsu-lifebook-u938/raw/master/extras/optimize/pmset.sh | sudo sh -
Before macOS updating, make sure the following changes:
SecureBootModel
to Disabled
.-v
into boot-args
to enable verbose logging.After update is completed, undo the above changes.