Contribute
Register

Hackintosh Kernel Panics HELP

Status
Not open for further replies.
Joined
May 1, 2015
Messages
7
Motherboard
Dq35mp
CPU
E8300
Graphics
HD 7850
Mac
  1. 0
Classic Mac
  1. 0
Mobile Phone
  1. 0
Hi Guys, I'm new btw

So I'm a complete noob when it comes to hackintoshes. I recently installed Yosemite via Unkbeast and Multibeast as per the install guide several times but can't get the system to reboot after installing Multibeast. Originally I had the boot0: done and gibberish error but I managed to fix it by replacing two Kexts (AMDcontroller7000.kext and amdradeonaccelorator.kext) as well as moving my boot loader to the EFI partition but now I can't boot as I get the following Kernel panic seen in the pictures.

in safe mode (-x) I get this
https://www.dropbox.com/s/z8x5nsjrtvr2h8l/photo 29-04-2015 08 01 36.jpg?dl=0

In verbose (-v) I get this
https://www.dropbox.com/s/ly7d3xz65gg5at9/photo 01-05-2015 21 06 25.jpg?dl=0

i have tried all the possible bootflags: GraphicsEnabler=No maxmem=4096 -v -x -f -F PCIRootUID=1 Acpi=Off

Now because the dependency says ACPI I'm leaning towards the fact that it is the problem. Perhaps it is an incorrect BIOS setting. Can somebody tell me what settings I should use here on my BIOS, I've tried most of them.
https://www.dropbox.com/s/63aqspym2yuxh68/photo 01-05-2015 21 37 55.jpg?dl=0

Also under HPET in my Bios I've only got the option of of Enabled or Disbaled as opposed to 64. Is that a problem, although usually the default is 64 on newer motherboards.

Here is my hardware:
Intel Core 2 Dup e8300
Intel DQ35mp motheroard
AMD HD 7850
4GB DDR2

All your help would be much appreciated.
 
Panic is because of the ElliottForceLegacyRTC.kext which you had installed from MultiBeast.

Boot into USB installer and delete the kext from /Volumes/<Your OS X Partition Name>/System/Library/Extensions/ with the help of Terminal

Once you deleted the kext boot without caches (-f).
 
Thank you I managed to boot into Yosemite which is great.
The only problem is that I'm having problems with my graphics card which is an XFX 7850 BTW. It only runs in 1024x768 and the screen is quite laggy. I tried to install the two Kext files mentioned here http://www.tonymacx86.com/graphics/...eon-hd-7xxx-series-10-8-3-a-2.html#post570515

but I still can't get it to work. If anybody could help that would be great.
 
Thank you I managed to boot into Yosemite which is great.
The only problem is that I'm having problems with my graphics card which is an XFX 7850 BTW. It only runs in 1024x768 and the screen is quite laggy. I tried to install the two Kext files mentioned here http://www.tonymacx86.com/graphics/...eon-hd-7xxx-series-10-8-3-a-2.html#post570515

but I still can't get it to work. If anybody could help that would be great.

What is the device id of the GFX card??
 

Attachments

  • AMD7000Controller.kext.zip
    2.1 MB · Views: 118
  • AMDRadeonX4000.kext.zip
    2.7 MB · Views: 123
Your card should be a natively supported one.

If you are running 10.10.3, then install the attached kexts with Kext Wizard.

Then execute Repair Disk Permissions & Rebuild Caches from Kext Wizard (Options available under Maintenance tab)

Reboot and check.

It didn't work, it was the same as before when I restarted. Do you know what else could be the problem? I'm running 10.10.3 I'm about to try a fresh install now.
 
It didn't work, it was the same as before when I restarted. Do you know what else could be the problem? I'm running 10.10.3 I'm about to try a fresh install now.

As your graphics card have native support on OS X,

Ensure that the boot loader's Graphics injections are disabled (GraphicsEnabler=No)

Ensure that you are booting with flag "kext-dev-mode=1", flag required for loading unsigned kexts on Yosemite

Check whether the kexts are loading or not with the below command
Code:
kextstat |grep -y amd7000
Code:
kextstat |grep -y amdradeonx
 
As your graphics card have native support on OS X,

Ensure that the boot loader's Graphics injections are disabled (GraphicsEnabler=No)

Ensure that you are booting with flag "kext-dev-mode=1", flag required for loading unsigned kexts on Yosemite

Check whether the kexts are loading or not with the below command
Code:
kextstat |grep -y amd7000
Code:
kextstat |grep -y amdradeonx

I've just tried those two flags but I still have there same problem :(
When I try your two commands I get this
https://dl-web.dropbox.com/get/Scre...AB_xRwkoL3r3REBuHiMtdRuwjELYptNHGR4znE6m-VvLg

Is it a problem with AMD7000Controller? Thanks for the help so far btw
 
I've just tried those two flags but I still have there same problem :(

Two flags??? kext-dev-mode=1 is a single boot flag. You meant "GraphicsEnabler=No kext-dev-mode=1"??

Also try with "GraphicsEnabler=Yes"



Cannot open the link. Showing error as like below,
Screen Shot 2015-05-02 at 5.50.55 pm.png

You can post the pictures here, no need of 3rd party site.

Is it a problem with AMD7000Controller? Thanks for the help so far btw

It may be the problem of kext or FB.
 
Status
Not open for further replies.
Back
Top