Contribute
Register

Hackintosh - fix Error allocating 0x#### at alloc type, error allocating runtime area

Status
Not open for further replies.
Joined
Dec 3, 2016
Messages
12
Motherboard
HP 15 ay-108ne / HP81EE (Clover)
CPU
Intel Core i5 7200U @ 2.50GHz, Kabylake
Hi there!
I've faced many problems during making bootable USB, booting, setup and bootloader, but good news that I've successfully solved them.

Right now, I believe a have some expert problem.

I created bootable USB using UniBeast 7.0.1 for Sierra, on my 16gb SanDisk Cruzer.

* My Laptop Specs are:

Processor: Intel core i5 3230M @ 2.60GHz , Ivy Bridge
Mainboard: Hewlett-Packard 1970
RAM: 8gb DDR3 (4x2)
Graphics: Intel HD Graphics 4000, and Radeon HD 8670M
HDD: 1TB

* Problem:

After preparing USB with Disk Utility and making it bootable with UniBeast7.0.1 Sierra, and using Clover UEFI Bootloader to boot, I try to boot from Mac OS X HD in the Clover GUI, first it showed the Apple logo for about 10 seconds, then showed a symbol like "Forbidden", it's clear in this screenshot.

msg-102630-0-98503500-1481574134.jpg


Later on, after trying for several times to boot in the correct way, it sticks at the apple logo with no loading bar or even a busy mouse.

I tried injecting KEXTS in the Clover GUI, but with no chance.
Also, debugged it using BootFlags "-x" and "-v" and screenshotted the output.

msg-102630-0-72462700-1481574142.jpg

msg-102630-0-40705500-1481574150.jpg
 
Hi there!
I've faced many problems during making bootable USB, booting, setup and bootloader, but good news that I've successfully solved them.

Right now, I believe a have some expert problem.

I created bootable USB using UniBeast 7.0.1 for Sierra, on my 16gb SanDisk Cruzer.

* My Laptop Specs are:

Processor: Intel core i5 3230M @ 2.60GHz , Ivy Bridge
Mainboard: Hewlett-Packard 1970
RAM: 8gb DDR3 (4x2)
Graphics: Intel HD Graphics 4000, and Radeon HD 8670M
HDD: 1TB

* Problem:

After preparing USB with Disk Utility and making it bootable with UniBeast7.0.1 Sierra, and using Clover UEFI Bootloader to boot, I try to boot from Mac OS X HD in the Clover GUI, first it showed the Apple logo for about 10 seconds, then showed a symbol like "Forbidden", it's clear in this screenshot.

msg-102630-0-98503500-1481574134.jpg


Later on, after trying for several times to boot in the correct way, it sticks at the apple logo with no loading bar or even a busy mouse.

I tried injecting KEXTS in the Clover GUI, but with no chance.
Also, debugged it using BootFlags "-x" and "-v" and screenshotted the output.

msg-102630-0-72462700-1481574142.jpg

msg-102630-0-40705500-1481574150.jpg

Replace OsxAptioFix2Drv with this,
https://drive.google.com/file/d/0B2-g_coTRnPnaU53Z1F6Qm5OeXM/view?usp=sharing


You are posting in wrong section. But use OsxAptioFixDrv instead of OsxAptioFixDrv2.
 
Replace OsxAptioFix2Drv with this,
https://drive.google.com/file/d/0B2-g_coTRnPnaU53Z1F6Qm5OeXM/view?usp=sharing

Add the driver to EFI/Clover/Drivers64

Edit: More info on error here
https://sourceforge.net/p/cloverefiboot/tickets/125/?page=8

You are posting in wrong section. But use OsxAptioFixDrv instead of OsxAptioFixDrv2.

Well, the problem isn't OsxAptioFix2Drv error message, the problem is the big message under it
"blablabla Error allocating runtime area"
 
Last edited:
Well, the problem isn't OsxAptioFix2Drv error message, the problem is the big message under it
"blablabla Error allocating runtime area"

It is an error related to memory allocation.

Make sure that CsrActiveConfig is set to 0x67 on your config.plist.

Code:
<key>RtVariables</key>
    <dict>
       <key>BooterConfig</key>
       <string>0x28</string>
       <key>CsrActiveConfig</key>
       <string>0x67</string>
    </dict>

After adding above entry, try booting with OsxAptioFixDrv-64.efi (not OsxAptioFix2Drv-64.efi)
 
You are posting in wrong section. But use OsxAptioFixDrv instead of OsxAptioFixDrv2.
It is an error related to memory allocation.

Make sure that CsrActiveConfig is set to 0x67 on your config.plist.

Code:
<key>RtVariables</key>
    <dict>
       <key>BooterConfig</key>
       <string>0x28</string>
       <key>CsrActiveConfig</key>
       <string>0x67</string>
    </dict>

After adding above entry, try booting with OsxAptioFixDrv-64.efi (not OsxAptioFix2Drv-64.efi)

Everything is okay in the config.plist as you said :(
But the error is still there.
Note: sometimes when I boot with verbose it shows a row of pluses (+++++++++++++++++)
 
Everything is okay in the config.plist as you said :(
But the error is still there.
Note: sometimes when I boot with verbose it shows a row of pluses (+++++++++++++++++)

Make a new post in the laptop section. You are posting in the wrong section.
 
Everything is okay in the config.plist as you said :(
But the error is still there.
Note: sometimes when I boot with verbose it shows a row of pluses (+++++++++++++++++)

If the config.plist is fine.

Then try booting with OsxAptioFixDrv-64.efi (NOT OsxAptioFix2Drv-64.efi)
 
Status
Not open for further replies.
Back
Top