π Hackintosh
June 24, 2026 Β· View on GitHub
OpenCore EFI + scripts to install macOS Sequoia 15 on the Acer Aspire VX5β591G laptop β preparing everything from a Linux PC (or macOS itself), no Mac required.
β οΈ Hackintosh is for study/testing. Use at your own risk.
π» Tested hardware
| Component | Detail | macOS |
|---|---|---|
| Model | Acer Aspire VX5β591G | β |
| CPU | Intel Core i7β7700HQ (Kaby Lake) | β |
| iGPU | Intel HD Graphics 630 | β accelerated (Metal 3) |
| Dedicated GPU | NVIDIA GTX 1050Ti | β disabled (no macOS driver) |
| Audio | Realtek ALC255 | β |
| WiβFi | Intel 7265 | β
via itlwm + HeliPort app |
| Bluetooth / Ethernet | Intel / Realtek RTL8111 | β |
| 15.6" 1080p display, keyboard, trackpad, brightness | β | |
| External HDMI | wired to the iGPU | β not working on Sequoia (Kaby Lake limitation) |
β What works
Accelerated graphics, audio, WiβFi (with HeliPort), Bluetooth, Ethernet, USB, keyboard, trackpad, brightness, iCloud.
β Do NOT update to macOS Tahoe (26) β it removes audio on Intel chips (ALC255 stops working). Stay on Sequoia 15.
πΈ Screenshots
![]() About This Mac β i7β7700HQ Β· HD630 Β· 16GB |
![]() System Settings β Software Update |
![]() Safari β internet working |
![]() Xcode + iPhone Simulator β iOS development |
π Project structure
.
βββ README.md β this file (overview β English, default)
βββ README-ptbr.md β Portuguese version
βββ EFI/ β ready OpenCore EFI (generate your own serial β step 1)
βββ scripts/
β βββ create-usb.sh β downloads macOS + builds the install USB (automatic)
β βββ gen-smbios.sh β generates your own serial (SMBIOS)
βββ docs/
β βββ INSTALACAO.md β detailed manual guide + troubleshooting (PT-BR)
βββ assets/ β system screenshots
βββ .gitignore
π Quick start (scripts)
Requirements: Linux or macOS, with
git,python3,curl,unzip. On Linux also:sgdisk,mkfs.vfat,mkfs.exfat,wipefs.
1) Generate your serial (required)
The EFI ships without a serial (each Hackintosh needs a unique one):
./scripts/gen-smbios.sh --inject
Writes
Serial,MLBandUUIDtoEFI/OC/config.plist. (ROM= your network MAC is optional β see the guide.)
2) Create the install USB (erases the USB!)
Find the USB disk with lsblk (Linux) or diskutil list (macOS), then run:
# Linux
sudo ./scripts/create-usb.sh --disk /dev/sdX
# macOS
sudo ./scripts/create-usb.sh --disk /dev/diskN
The script downloads macOS Sequoia (BaseSystem + full installer), partitions the USB and copies the EFI + installer. πͺ
Useful options:
--mode onlineβ recovery only (smaller USB, β₯8GB; installs over the internet)--skip-downloadβ reuse what was already downloaded indownloads/--helpβ all options
3) Install
Plug it into the Acer β F2 (BIOS: Secure Boot OFF, UEFI) β F12 β boot from the USB β follow the LEIAβPRIMEIRO.txt the script left on the USB (or the detailed guide).
π Full guide
Detailed stepβbyβstep (BIOS, manual download, building the USB by hand, install, postβinstall, WiβFi, and troubleshooting) in docs/INSTALACAO.md (in Portuguese).
βοΈ EFI technical summary
OpenCore 1.0.6 Β· SMBIOS MacBookPro14,3 Β· native KBL HD630 iGPU 0x591b0000 Β· ALC255 layout 99 Β·
dGPU disabled (SSDT-DDGPU) Β· WiβFi itlwm Β· Ethernet RTL8111 Β· SecureBootModel = Disabled.
Full details in the guide.
π Credits
- Acidanthera β OpenCore, Lilu, WhateverGreen, VirtualSMC
- OpenIntelWireless β
itlwm+ HeliPort - OpCoreβSimplify β EFI generation
- corpnewt β gibMacOS, GenSMBIOS
- Dortania β reference guide
β Support the Project
If this project was useful to you and you'd like to support its development, consider buying me a coffee:
PIX (Brazil): cleyton1986@gmail.com
Any contribution is voluntary and greatly appreciated! It helps keep the project alive and motivates new features.
π License
This project is licensed under the GNU General Public License v3.0 β see the LICENSE file for details.
Bundled thirdβparty components (OpenCore, Lilu, WhateverGreen and other kexts) retain their own licenses.
This software is provided "as is", without warranty of any kind. Hackintosh is for educational/testing purposes β use at your own risk.
Developed by OctalDev β Cleyton Alves | Senior Software Engineer
Built for the Acer Aspire VX5β591G. If it helped, leave a β. Hackintosh is for study/testing. π



