Hackintosh Safe Mode Clover

31 Dec 2015
  1. Hackintosh Safe Mode Clover Game
  2. Hackintosh Safe Mode Clover Key
  3. Hackintosh Safe Mode Clover Free
  4. Hackintosh Safe Mode Clover
  5. Hackintosh Safe Mode Clover Login

:blush:Hi All, I am new to Hackintosh. But I did find my way here. My computer spec is the Dell T3600 server it has Intel Xeon E5-2667 CPU, nVidia Quadro 600, and ALC269 sound card I downloaded an iso and created a bootable usb stick. It loaded with Clover Bootloader 2953. However, i didnt able t. Then try to remember what kext you are using on your hackintosh, find those kext and put it on Clover EFI CLOVER Kext 10.10 (Folder) You can see the example from this article in “Adding essential kext and pre edited config.plist to Clover Partition” above. It works for Hackintosh machines. Clover Boot Disk supports both Legacy BIOS and UEFI modes, because Clover supports both modes.x Safe mode -s Single user mode.

After my success in installing a 90% functioning Yosemite on a Asus 303LNB, I feel that there is a need to write a guide on understanding Hackintosh DSDT Patching and Clover to help interpret some of the tech concepts into simple layman concepts for the average individual with some IT skills to be able to pull an installation of a Hackintosh in the 2015 era. I noticed that even in the Hackintosh forums, a lot of basics are being omitted which are extremely helpful if additional “noob” steps are included in their sticky posts. I spent months trying to figure out what I should actually do or what I should not do. Through t

You might have succeeded in installing Snow Leopard in the year 2009 that was 6 years ago. Back then it is as simple as popping in a iBoot CD, swap it out with a Snow Leopard CD, install in safe mode. Top it off with multi-beast and kexts beast, end of story.

Boot OS X loading System Kexts and ignoring kernelcache.-v: Verbose Boot.-s: Boot OS X into Single User Mode.-x: Boot OS X into SafeBoot (Safe Mode). MountEFI=yes/diskX: Mount EFI partition at every boot or from disk X (X = disk number). LogLineCount=0: Set maximum number of lines for log file, default 0 (no Limit). At Clover boot screen, choose Boot Install macOS Catalina from myVolume. (If you have issues reaching the installer, you can use the spacebar on the boot screen to enter alternate boot modes such as verbose and safe mode.) For a new installation of macOS.

Now, the learning curve is pretty steep. It’s beyond what I would have imagined. There will be new terms that you will encounter. DSDT, SSDT, Clover, EFI, Uni-Beast, EFI and more. To top it off, the old concepts still apply, Multi-Beast, Chameleon, Chimera, kexts.

Please forgive me if I am not explaining it correctly, but I am trying my best to help those may benefit from my article. I admit that I am not an expert in Mac or Hackintosh concepts. I will list them in the order as to when you will need to use them so that you will know the timeline to apply the “hackintosh tech” as you are going through the installation.

  1. UniBeast – This is basically an equivalent to the Windows installation Media Creator. You use this to create a bootable USB operating system.
  2. Clover – This is a bootloader writer which can allow you to customize certain conditions so that you can boot your Mac operating system in a Hackintosh.
  3. Plist – Some configuration to allow the initial installation of the Mac USB to complete booting up.
  4. Clover Configurator- A program that will create a plist.
  5. Multi-Beast – This is a driver installer package
  6. Kexts – Windows will call them device drivers.
  7. Chameleon / Chimera – Old Boot loaders that might be still applicable for old Laptops /PCs that are not pure EFI base Bios
  8. DSDT SSDT patching – Some complex configurations that will guide the Mac on how to control the hardware that are on the laptop. It is a bit different from kexts as kexts have generic support across the board which means whlist kexts can enable certain hardware to work, it may not be perfect. But DSDT and SSDT patching can not only make devices work but also to a certain level of perfection.

Let’s go through some of the Hackintosh tips. I will omit those hackintosh softwares that are straight forward. In other words, double clicking and putting ticks will solve the mystery

Clover

Install the Clover like an all you can drink buffet.

You will be told to install clover and you are required to copy some files over. You can actually install and re-install that clover over and over again so that a partition called EFI will show up which will allow you to put finalized kexts, DSDT patches and config.plist. You can also remove kexts and patches that are wrong.

Files that are required to be thrown into this EFI partion. – Config.plist, kexts, DSDT and a handful of HFSPlus.EFI

Hackintosh Safe Mode Clover

Plist

You will need to scour the web for a plist that is meant for your laptop or use plist from other laptop where the brand and model is very similar and modify bits of the plist. Unless alternatively, you can use the Clover Configurator on a functioning Mac to create the plist using trial and errors. In generally, what you do is to Google for a plist that is the best match for your laptop model. After which, open the file in a functioning Mac and edit the video hex which you will need to Google for the hex codes that corresponds to the HD graphics that you are using. You can guess, but the possibility of you hitting the jackpot is as slim as striking the lottery.

Hackintosh Safe Mode Clover Game

Clover Configurator

You can use this piece of software to save the final configuration of your choice after going through all the options. For a start, you may not know what to tick or what to edit or even what to add. The same goes for me, the best option is to download plist that belong to others and open it in the Clover Configurator. After which, use that to edit the areas based on what you can Google on and save it as a new plist file. After which you can rename it as config.plist and copy over to the EFI folder. Remember that I said you can install Clover again and again.

DSDT Patching

I believe this is one of the hardest of them all for a couple of reasons. There is no way you can find a perfect DSDT for your own machine, you will have to patch them yourself. There may not be patches for your errors should you encounter any. Let’s start with some DSDT patching concept explanations.

To put it simply, each computer has its own configuration which is akin to how every human is different in its DNA. So you will have to use a software to extract the computers default configuration and so some editing on it to clean out “errors”, after which proceed to patch pre-downloadable codes from the net. There will be repositories that you can actually add to the MACiASL so that you can look through all the available patches like browsing an app store.

Hackintosh Safe Mode Clover

First, you will need to download a software called MaciASL. This software will help you with the patching.

The first STEP is to configure the Preferences. Set the ACPI Specifications to 5.0A. This setting may be something else depending on the Mac OS you are trying to Hackintosh. If you find that you are having difficulty fixing all the errors when you click compile. You might want to Google check if this setting should be set to something else. You can never start patching if you get errors after clicking compile.

Fixing those errors might be as easy as deleting those lines flagged as errors. But to be safe, you can use the comment out code to disable the line. Google on how to fix those errors. They will help alot.

After which you will need to add Sources if necessary. I love Rehabman’s collection of patches. It will be good to add as a one of your choices. Simply click on Sources and add this URL in.

https://raw.githubusercontent.com/RehabMan/Laptop-DSDT-Patch/master

Hackintosh Safe Mode Clover

Hackintosh Safe Mode Clover Key

Hackintosh Safe Mode Clover

You will notice extra choices for you to select and patch.

After patching the options that are meant for your machine, be it by guessing or Google, you can save the results as a DSDT file. Where by after which, you will again, install Clover and paste the DSDT file into the

EFI=> Clover => ACPI => Patched

Restart and you should either crash your laptop or have some extra functions working for your Mac.

In the event the Mac fails to boot or crash, you can always use the boot arguments to boot up via this command DSDT=Null

After which, again install Clover and delete the DSDT that is not accurate and re-patch a new DSDT.

Well, keeping it short. Couldn’t find all clover’s boot args, so here goes the list:

At this section you can add “Boot Flags” and “Kernel Flags” to be used by the system…
Here we will list only Clover’s proprietary “Boot Flags”, different flags, like for example,npci=0x2000, npci=0x3000, darkwake=0, etc…, should work as expected…
FlagAction
WithKextsBoot OS X loading System Kexts and ignoring kernelcache.
-vVerbose Boot.
-sBoot OS X into Single User Mode.
-xBoot OS X into SafeBoot (Safe Mode).
MountEFI=yes/diskXMount EFI partition at every boot or from disk X (X = disk number).
LogLineCount=0Set maximum number of lines for log file, default 0 (no Limit).
LogLocation=PATHSet the path for the log files to be saved.
LogEveryBoot=Yes/NoSave log files at every boot.

Here’s a completish guide though:

Hackintosh Safe Mode Clover Free

https://clover-wiki.zetam.org/Configuration#boot-args

Everything about clover can be found here:

https://github.com/JrCs/Clover-Wiki/wiki

Hackintosh Safe Mode Clover

Will be adding more with time.

Hackintosh Safe Mode Clover Login

Cheers!