Jump to content

Recommended Posts

Posted

hi all

I do not know why but it starts the kernel in 32bit

Here's a picture


kernelcache it does not work.

one has an idea.

Thanks

207189104_Bildschirmfoto2012-07-20um17_46_58.png.df273101c1746373d41577ebb70b3b9e.png

Motherboard: GigaByte Z77-DS3H


CPU: Intel® Core™ i5-2500K 4.2 GHz


RAM: 8 GB DDR3-1600


Graphics: ASUS EAH6870 DC


Sound: Realtek ALC887/HDMI


HardDrive: 128 GB SSD SanDisk


Wi-Fi: TP-Link-WN881ND AirDrop


Sofware: OS X 10.9 , Windows 8 Pro UEFI Clover!

Posted

I do not know why but it starts the kernel in 32bit

How is it possible if ML kernel is x86_64 only?


Run uname -v in terminal.

-Guides and Tutorials HERE

-Hackintosh Tutorial Database - HERE

-The largest EFI folder collection for Hackintosh HERE

-Support Olarila Vanilla Hackintosh by making a donation HERE

-Professional Consulting for macOS Hackintosh since 2006 HERE

Posted

Darwin Kernel Version 12.0.0: Sun Jun 24 23:00:16 PDT 2012; root:xnu-2050.7.9~1/RELEASE_X86_64


I do not know what is going on so I can not use kernel cache.

Motherboard: GigaByte Z77-DS3H


CPU: Intel® Core™ i5-2500K 4.2 GHz


RAM: 8 GB DDR3-1600


Graphics: ASUS EAH6870 DC


Sound: Realtek ALC887/HDMI


HardDrive: 128 GB SSD SanDisk


Wi-Fi: TP-Link-WN881ND AirDrop


Sofware: OS X 10.9 , Windows 8 Pro UEFI Clover!

Posted
Darwin Kernel Version 12.0.0: Sun Jun 24 23:00:16 PDT 2012; root:xnu-2050.7.9~1/RELEASE_X86_64

It's 64 bit.

 

I do not know what is going on so I can not use kernel cache.

Me neither. Do you get any error messages? Type Wait=yes -v at boot.

-Guides and Tutorials HERE

-Hackintosh Tutorial Database - HERE

-The largest EFI folder collection for Hackintosh HERE

-Support Olarila Vanilla Hackintosh by making a donation HERE

-Professional Consulting for macOS Hackintosh since 2006 HERE

Posted (edited)

when I use this command,and boot with -v UseKernelCache=Yes works.

sudo kextcache -v 1 -a x86_64 -m /System/Library/Caches/com.apple.kext.caches/Startup/Extensions.mkext -z /System/Library/Extensions/

 

sudo kextcache -system-prelinked-kernel -all-loaded

but every time I install a new kext must be entered again.

other, there's a solution for this?

Edited by Guest

Motherboard: GigaByte Z77-DS3H


CPU: Intel® Core™ i5-2500K 4.2 GHz


RAM: 8 GB DDR3-1600


Graphics: ASUS EAH6870 DC


Sound: Realtek ALC887/HDMI


HardDrive: 128 GB SSD SanDisk


Wi-Fi: TP-Link-WN881ND AirDrop


Sofware: OS X 10.9 , Windows 8 Pro UEFI Clover!

Posted

Extensions.mkext is not kernelcache.


You have to set UseKernelCache=yes in Boot.plist to use kernelcache.

-Guides and Tutorials HERE

-Hackintosh Tutorial Database - HERE

-The largest EFI folder collection for Hackintosh HERE

-Support Olarila Vanilla Hackintosh by making a donation HERE

-Professional Consulting for macOS Hackintosh since 2006 HERE

Posted

is already there

But does not work

Here's a photo where it stops

74bd5a43.m.jpg.74617a36117cf5a4d0211e53dce21e00.jpg

Motherboard: GigaByte Z77-DS3H


CPU: Intel® Core™ i5-2500K 4.2 GHz


RAM: 8 GB DDR3-1600


Graphics: ASUS EAH6870 DC


Sound: Realtek ALC887/HDMI


HardDrive: 128 GB SSD SanDisk


Wi-Fi: TP-Link-WN881ND AirDrop


Sofware: OS X 10.9 , Windows 8 Pro UEFI Clover!

Posted

I'm not the expert bro but I've had the same “Still waiting for root device” problem...


Boot with USBBusFix=Yes (that fixed my problem) and of course, ensure SATA devices are configured to run in AHCI mode

Gigabyte Z490 - Vision G

Intel  Core i7-10700K

Saphire Radeon Pulse RX 580 4Gb

Corsair Vengeance RGB PRO 32GB (2x16GB) DDR4 3600 C18

Samsung SSD EVO 860 500GB

Corsair HX750 80Plus Platinum

Posted

hello


try to use this kext from Lion


IOAHCIFamily.kext


AppleAHCIPort.kext


good hack

PB Easy Note TM 86 - i5 430 M - H55M - Ram - 6 GB - Alc272 - Radeon HD 5470 512 QE/CI

Lenovo G500 - i5 3230m - HM77 - Ram - 8 GB - Conexant audio - HD 4000

My OS X Files 

Posted

thanks for the reply.

the patch worked :mrgreen::mrgreen:

thanks

Motherboard: GigaByte Z77-DS3H


CPU: Intel® Core™ i5-2500K 4.2 GHz


RAM: 8 GB DDR3-1600


Graphics: ASUS EAH6870 DC


Sound: Realtek ALC887/HDMI


HardDrive: 128 GB SSD SanDisk


Wi-Fi: TP-Link-WN881ND AirDrop


Sofware: OS X 10.9 , Windows 8 Pro UEFI Clover!

Posted

well....the patch is probably .plist file

Open Terminal , and type one of the commands depending on where your kext is. /Extra/Extensions or /System/Library/Extensions....


for /Extra/Extensions type sudo nano /System/Library/Extensions/[YOURDRIVE].kext/Contents/Info.plist

for /System/Library/Extensions type sudo nano /Extra/Extensions/[YOURDRIVE].kext/Contents/Info.plist


If you need to patch a plugin inside a kext, type like this:


sudo nano /System/Library/Extensions/[yourdriverhere].kext/Contents/PlugIns/[yourplugin].kext/Contents/Info.plist

sudo nano /Extra/Extensions/[yourdriverhere].kext/Contents/PlugIns/[yourplugin].kext/Contents/Info.plist

Gigabyte Z490 - Vision G

Intel  Core i7-10700K

Saphire Radeon Pulse RX 580 4Gb

Corsair Vengeance RGB PRO 32GB (2x16GB) DDR4 3600 C18

Samsung SSD EVO 860 500GB

Corsair HX750 80Plus Platinum

Posted

Actually it's a binary patch, it adds a 200 ms delay in kext start.

-Guides and Tutorials HERE

-Hackintosh Tutorial Database - HERE

-The largest EFI folder collection for Hackintosh HERE

-Support Olarila Vanilla Hackintosh by making a donation HERE

-Professional Consulting for macOS Hackintosh since 2006 HERE

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...