A distro of High Sierra Zone by Hackintosh Zone (10.13) was released with AMD Processor support including Ryzen CPUs. MacOS Mojave (10.14) Clover was updated to support Mojave with revision 4514. UniBeast also received Mojave support for Intel-based machines. A distro of Hackintosh Mojave by Hackintosh Zone (10.14) was released. Boot Into Hackintosh Sierra Zone. Restart your Hackintosh, and plug in your Hackintosh Sierra Zone USB drive. Press the key to change boot device (F8 / F1 / F10); the key varies with motherboard If things go well, your computer will boot from the USB drive instead of booting from your normal hard disk.
This is going to be my first hackintosh, so excuse if I get some terms wrong. I first started the process by creating my install usb. Since I don't have a Mac handy, I used Virtual Box to run Sierra 10.12.6 and download MacOS High Sierra. However, the installation file is only 14mb, and I realized that it install the files along with way. For the first time, macOS High Sierra was announced at the Worldwide Developer Conference 2017. Finally, the full version was released on September 25, 2017. The name of the macOS High Sierra was taken from a beautiful place located in America California. Also, macOS High Sierra’s latest version code is. MacOS Sierra 10.12.1 (16B25) offline installer complete setup for mac OS with direct link. Download High Sierra AMD and then extract Hackintosh Zone High Sierra Installer.dmg and open it with 7zip. Use 7zip to extract 3.hfs (as a single large file). Hackintosh Zone High Sierra Installer and AMD.dmg. Hackintosh Zone High Sierra Installer.dmg: 03-Sep-2020 16:07: 5.1G: Hackintosh-Sierra-Zone.dmg: 03-Sep-2020 14:44. An icon used to represent a menu that can be toggled by interacting with this icon.
This is my working install guide for macOS sierra 10.12 on HP elitebook 840 G1, i5(4300U), Intel HD 4400 (tested on both azerty/querty & 1600x900 / 1366x768 models)
- Download macOS Sierra from hackintoshzone.com
- Download transmac trial
- Plug your USB drive into your computer, and open TransMac as Administrator
- Right click on your USB (sidebar at the right) and format disk for mac.
- After finishing right click again on your USB and click Restore with disk image
- Choose the file Hackintosh-Sierra-Zone.dmg you downloaded and proceed.
- Wait until finish then reboot to your bios.
Dmg To Usb On Windows
- Reset bios settings to default
- Go to Advanced
- Device configutation
- Check Fn key switch
- Change Video memory to 512
- Disable wake on USB
- Built in device option
- Disable wake on LAN
- Device configutation
- Verify if VT-D; VT-X are disabled and boot mode on UEFI (native recommended but no windows boot).
- Save and reboot.
- Boot using your USB drive (F9)
- Select your USB drive, named as “Hackintosh Sierra Zone”
- Wait until texts and apple logo disappear
- Click next, next, continue, agree
- Go to top menu and click utilities->disk utility
- Click on your hard drive disk (not the partition), right click then erase
- A popup will show up, choose these:
- Name : macOS (or what you want)
- Format : Mac Os Extended (journaled)
- Scheme : GUID Partition Map
- Then Erase. After finish close the window.
- Select your drive “macOS” then customize. Choose these right settings:
- Boot-loader -> Clover -> check all the three (standard, EFI, UEFI)
- Graphics -> check Graphics Enabler
- Drivers -> check all
- FakeSMC Plugins -> check all
- Chipset kexts
- Check Fixed chipset kexts
- Chipset driver
- Check Null*********
- Laptop drivers
- Check all (battery percentage & Trackpad ….)
- Sierra USB Fixes (check these)
- USB 3.0
- USB Inject All
- FakePCIID Kexts (check these)
- USB 2.0/3.0
- Intel Ethernet
- Intel HD graphics
- Intel HDMI audio
- Broadcom wifi
- OS X Fixes
- Check all
- Click accept at the bottom
- Continue
- The install process will take up to 30 minutes

1. Boot from hard drive
- Download and run Hackintosh Vietnam Tool
- Click continue, continue, continue, agree.
- Check Clover -> Install Clover UEFI.
- Continue, install and done.
- remove your bootable USB drive. now you're able to boot from hard drive.
2.1 Kexts installation
- Run again Hackintosh Vietnam Tool
- Choose these right settings:
- Kexts -> System (check these)
- FakeSMC v6
- FakeSMC v6 plugins
- Patch AppleRTC
- Kexts -> Graphics (check these)
- ACPIBacklight
- FakePCIID HD 4600
- Kexts -> Drive (check these)
- AHCIPortInjector
- Trim Support (only if your drive is SSD)
- Kexts -> USB 3.0 -> GenericUSBXHCI
- Fixes
- Enable NoATime
- Home/End keys
- Hibernate -> Disable hibernate
- Tools
- IASL
- Kext Wizard
- MacIASL
- Kexts -> System (check these)
- Then click continue -> install.
2.2 Kexts installation
- Download these essential kexts
- Open Kext Wizard & select Installation tab
- Browse and add downloaded kexts or just drag them to the window.
- Check Backup Kexts then click Install.
- Wait a minute and it's done.
3. Patch DSDT files
You will find the complete guide here. there is also a great video tutorial but I'm only noting the main steps here below. Warframe griner dmg vs dmg.
Dmg To Iso
- Reboot your Hackintosh and go to Clover menu.
- Press F4 key. Nothing will be shown at this point but this will extract original ACPI files so we can patch them. you'll find them in EFI/Clover/ACPI/origin.
- copy the origin folder to the desktop and rename it to patched. A backup is recommended.
- Delete duplicate SSDT files if there are. they have same sizes and you can determine them by bash command
ls -l SSDT*.aml
. - Download iasl to disassemble .aml files to .dsl files. copy the downloaded file to /usr/bin to have ease access in terminal:
- Download the file refs.txt present in this repo and place it to the patched directory.
- To do so, run this command :
iasl -da -dl -fe refs.txt DSDT.aml SSDT*.aml
- Open MaciASL. go to preferences > sources > add :
- name : RehabMan Laptop
- url : http://raw.github.com/RehabMan/Laptop-DSDT-Patch/master
- Go to your patched folder and open DSDT.dsl file. it shoud be opened with MaciASL.
- click Patch icon in the top.
- now we will apply each patch described below to the DSDT file. you need to select the patch name (the left tree bar) and click patch then compile, it should be compiled without any errors (warnings aren't importants).
- RehabMan Laptop
- [audio] audio layout 12
- [bat] HP ProBook 4x0s G1
- [igpu] Haswell HD4400/HD4600/HD5000
- [sys] IRQ fix
- [sys] SMBUS Fix
- RehabMan Laptop
- Once finishing go to File menu->save, then again File->save as-> DSDT.aml (file format: ACPI Machine Language Binary)
- For SSDT files you need just to compile files without errors. (open dsl file, compile, save, save as .aml) and done.
- now mount your EFI partition, and go to EFI->CLOVER->ACPI->patched and paste all the compiled .aml files.
- close and reboot. everything should work now.
High Sierra Usb Installer Hackintosh
Hackintosh Sierra Zone Dmg To Usb Drive
4. Getting Wi-Fi card working
Hackintosh Sierra Zone Dmg To Usb Drive
- I ordered this one after research and it works right out of the box.
- After installation mount your EFI partition and open your config.plist with clover configurator and go to SMBIOS section and change it to MacBook Air 5,2. save and reboot. now It should work.
These advanced steps are primarily for system administrators and others who are familiar with the command line. You don't need a bootable installer to upgrade macOS or reinstall macOS, but it can be useful when you want to install on multiple computers without downloading the installer each time. Niresh el capitan dmg download.
Download macOS
Find the appropriate download link in the upgrade instructions for each macOS version:
Originally posted by:If you're willing to learn some tricks and spend some time leveling the character, I suppose Mage/Pyromancer is one of the most powerful at the moment.Yep, once you hit 20 and unlock temp health from kills you can vent your overcharge and not effect your actual health. It's a lot of fun 😁😁. It's really broken tbh during hordes haha, also the beam staff is nuts at boss damage if you get all headshots. Highest dmg game vermintide 2. Also pyromancer with the paperweight can kite bosses using the block + power attack to lunge forward.
- macOS Catalina, macOS Mojave, and macOS High Sierra download directly to your Applications folder as an app named Install macOS Catalina, Install macOS Mojave, or Install macOS High Sierra. If the installer opens after downloading, quit it without continuing installation.
To get the required installer, download from a Mac that is using macOS Sierra 10.12.5 or later, or El Capitan 10.11.6. Enterprise administrators, please download from Apple, not a locally hosted software-update server. - macOS Sierra downloads as a disk image that contains a file named InstallOS.pkg. Open this file and follow the onscreen instructions. It installs an app named Install macOS Sierra into your Applications folder.
- OS X El Capitan downloads as a disk image that contains a file named InstallMacOSX.pkg. Open this file and follow the onscreen instructions. It installs an app named Install OS X El Capitan into your Applications folder.
Use the 'createinstallmedia' command in Terminal
Niresh High Sierra Technical Setup Details. Software Full Name: Niresh MacOS High Sierra Hackintosh DMG. Setup File Name: HackintoshZoneHighSierraInstaller.zip, HackintoshZoneHighSierraInstallerwithAMDSupport.zip. Jul 06, 2018. Welcome to the Guide of Installing macOS High Sierra on Unsupported Platform like AMD - by DeeKay Goswami. macOS High Sierra works very well on AMD FX Build. Try and Try until you succeed. How to create a bootable macOS High Sierra installer drive Put the macOS High Sierra installer on an external USB thumb drive or hard drive and use it to install the operating system on a Mac. LSPCI Binary & DirectHW.kext compatible with Mac OS X Leopard, Mac OS X Snow Leopard, Mac OS X Lion, OS X Mountain Lion, OS X Mavericks, OS X Yosemite & macOS Sierra lspci is a command on Unix-like operating systems that prints ('lists') detailed information about all PCI buses and devices in the system. Niresh High Sierra with AMD & Intel Support Install macOS High Sierra on PC with this installer which doesnt need access to a mac; You can create bootable USB from Windows, Linux or Mac. Download High Sierra AMD and then extract Hackintosh Zone High Sierra Installer.dmg and open it with 7zip. Use 7zip to extract 3.hfs (as a single large file).
- Connect the USB flash drive or other volume that you're using for the bootable installer. Make sure that it has at least 12GB of available storage and is formatted as Mac OS Extended.
- Open Terminal, which is in the Utilities folder of your Applications folder.
- Type or paste one of the following commands in Terminal. These assume that the installer is still in your Applications folder, and MyVolume is the name of the USB flash drive or other volume you're using. If it has a different name, replace
MyVolume
in these commands with the name of your volume.
Catalina:*
Mojave:*
High Sierra:*
Sierra:
El Capitan: - Press Return after typing the command.
- When prompted, type your administrator password and press Return again. Terminal doesn't show any characters as you type your password.
- When prompted, type
Y
to confirm that you want to erase the volume, then press Return. Terminal shows the progress as the bootable installer is created. - When Terminal says that it's done, the volume will have the same name as the installer you downloaded, such as Install macOS Catalina. You can now quit Terminal and eject the volume.
* If your Mac is using macOS Sierra or earlier, include the --applicationpath
argument, similar to the way this argument is used in the commands for Sierra and El Capitan.
Hackintosh Zone Sierra Download
Use the bootable installer
After creating the bootable installer, follow these steps to use it:
Amd High Sierra Installer Dmg Download
- Plug the bootable installer into a compatible Mac.
- Use Startup Manager or Startup Disk preferences to select the bootable installer as the startup disk, then start up from it. Your Mac will start up to macOS Recovery.
Learn about selecting a startup disk, including what to do if your Mac doesn't start up from it. - Choose your language, if prompted.
- A bootable installer doesn't download macOS from the Internet, but it does require the Internet to get information specific to your Mac model, such as firmware updates. If you need to connect to a Wi-Fi network, use the Wi-Fi menu in the menu bar.
- Select Install macOS (or Install OS X) from the Utilities window, then click Continue and follow the onscreen instructions.
Learn more
For more information about the createinstallmedia
command and the arguments that you can use with it, make sure that the macOS installer is in your Applications folder, then enter this path in Terminal:
Catalina:

Download High Sierra Dmg Full
Mojave:
High Sierra:
Sierra:
Free Sierra Installer
El Capitan: