Contribute
Register

Haswell-E + X99 Motherboard Temporary Guide - OS X 10.10

Haswell-E + X99 Motherboard Temporary Guide - OS X 10.10.0

hello
my system
5820k / Giga UD4 / GTX970....
running perfect ..
except speedstep..

and

I bought Philips BDM4065UC 4k monitor...
It is perfect...maybe first non TN support 4k 60hz..under $900..
My 2012 15 retina MacBook pro only support 30hz 4k...but my hackin support 4k 60hz and can scaled resolution...one problem is so big...

anyway

I bought one more GTX 970 for sli gaming in windows..
but
I could`t boot with clover... so much as I could`t see clover boot selection screen.
remove one card...my system go well...

how to fix it.. any idea?
 
Haswell-E + X99 Motherboard Temporary Guide - OS X 10.10.0

WHAT COULD I HAVE DONE WRONG?

Well, no offense, but you picked a build that is not officially supported yet for your first CustoMac build, so you are experiencing a HUGE learning curve. X99 is a brand new chipset and, as yet, there are no Apple-branded products using both the X99 chipset and the Haswell-E class of processors. So everything right now is super-difficult. Of course, you've already got your hardware bought, so just know that you will need an extra measure of patience right now....

Having said that, copy/paste in your org.chameleon.boot.plist text into a reply here. I think you have your syntax & location wrong for the npci=0x2000...since it's at the PCI enable stage that you're getting stuck.
 
Haswell-E + X99 Motherboard Temporary Guide - OS X 10.10.0

3. Install as described in the UniBeast Guide

I tried several bootflags. Keep ending with "Still Waiting for root device"
See attachment.
 

Attachments

  • newer-bootflags -v -s -x .jpg
    newer-bootflags -v -s -x .jpg
    634 KB · Views: 159
  • newer-boot-flags-.jpg
    newer-boot-flags-.jpg
    901.1 KB · Views: 166
Haswell-E + X99 Motherboard Temporary Guide - OS X 10.10.0

copy/paste in your org.chameleon.boot.plist text into a reply here. I think you have your syntax & location wrong for the npci=0x2000...since it's at the PCI enable stage that you're getting stuck.

SUPER THANKS for helping!
I already posted newer pictures of where it 'hangs' so perhaps I have the .plist file correct now?
I first tried this: <key>npci=0x2000</key>
Then: npci=0x2000
then: <string>npci=0x2000</string>

Now it is still waiting for 'root device'

Code:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
    <key>Boot Banner</key>
    <string>No</string>
    <key>EthernetBuiltIn</key>
    <string>Yes</string>
    <key>GraphicsEnabler</key>
    <string>No</string>
    <key>IGPEnabler</key>
    <string>Yes</string>
    <key>Instant Menu</key>
    <string>Yes</string>
    <key>Kernel Flags</key>
    <string>npci=0x2000</string>
    <string>kext-dev-mode=1</string>
    <key>Legacy Logo</key>
    <string>Yes</string>
    <key>UseKernelCache</key>
    <string>No</string>
</dict>
</plist>
 
Haswell-E + X99 Motherboard Temporary Guide - OS X 10.10.0

you're getting stuck.

I tried:
- <string>npci=0x2000</string> (and <key>npci=0x2000</key>)
- two different usb drives
- different USB ports (2.0 /3.0)
- I tried -v -x -s

Now am stuck here (see pic)

I look forward to read everyones thoughts

What did I do wrong?
 

Attachments

  • red-usb-2.0-.jpg
    red-usb-2.0-.jpg
    848.3 KB · Views: 145
  • data-traveler-usb2.jpg
    data-traveler-usb2.jpg
    521.5 KB · Views: 134
  • Is-this-the-closest-datatraveler-.jpg
    Is-this-the-closest-datatraveler-.jpg
    724.7 KB · Views: 111
Haswell-E + X99 Motherboard Temporary Guide - OS X 10.10.0

Code:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
    <key>Boot Banner</key>
    <string>No</string>
    <key>EthernetBuiltIn</key>
    <string>Yes</string>
    <key>GraphicsEnabler</key>
    <string>No</string>
    <key>IGPEnabler</key>
    <string>Yes</string>
    <key>Instant Menu</key>
    <string>Yes</string>
    <key>Kernel Flags</key>
    <string>npci=0x2000</string>
    <string>kext-dev-mode=1</string>
    <key>Legacy Logo</key>
    <string>Yes</string>
    <key>UseKernelCache</key>
    <string>No</string>
</dict>
</plist>

There's your problem - the npci=0x2000 syntax is incorrect - it all goes on 1 line with kext-dev-mode. Change your UniBeast USB key's org.chameleon.boot.plist to read as follows:
Code:
    <key>Kernel Flags</key>
    <string>kext-dev-mode=1 npci=0x2000</string>

Make sure when you get your system built and make the same edits to your org.chameleon.boot.plist on your boot drive, that you use the same syntax.
 
Haswell-E + X99 Motherboard Temporary Guide - OS X 10.10.0

Many thanks! I will try tomorrow
 
Haswell-E + X99 Motherboard Temporary Guide - OS X 10.10.0

Many thanks! I will try tomorrow

Also - I forgot that you had GTX 970 card. You need to type one other thing at the Chimera screen (the USB logo at the black screen):

nv_disable=1

Becuase you have that high-end NVIDIA card, you need to put it into SVGA mode until you get OSX installed. So during initial setup, you always need to use that boot argument.

Once Yosemite is installed and you also run MultiBeast, start studying this thread & follow the instructions:

http://www.tonymacx86.com/graphics/...1f01-maxwell-geforce-gtx-970-980-support.html

That will get your graphics card running. BTW, since that was posted, NVIDIA has released an even newer version of the drivers. Just go into System Preferences > NVIDIA and have the prefs panel check for updates.
 
Haswell-E + X99 Motherboard Temporary Guide - OS X 10.10.0

Also - I forgot that you had GTX 970 card. You need to type one other thing at the Chimera screen (the USB logo at the black screen):

nv_disable=1

Becuase you have that high-end NVIDIA card, you need to put it into SVGA mode until you get OSX installed. So during initial setup, you always need to use that boot argument.

Once Yosemite is installed and you also run MultiBeast, start studying this thread

Really appreciate it, i can't Wait!
Hope it will work.
One noob question: in the first page Tony writes: "
Post Installation 8. Run MultiBeast with your system's default spec plus MacPro6,1 system definition"
- Do i put multibeast on the usb as well?
I suppose the rest will make sense once i am in multibeast
 
Haswell-E + X99 Motherboard Temporary Guide - OS X 10.10.0

Hi,
I need a help im new to this..

I have
ASRock x99x Killer
16GB Ram
GTX980
i7-5820k

im trying to install mac os on this pc and i keep getting stuck.
I followed tony steps but i couldnt find CFG-Lock nor Other OS however i have VT-d disabled along with secure boot.
i have edited the org file and added npci=0x2000 next to kext-dev.. =1
and when booting up i used -x -v nv_disable=1
but i keep getting stuck at this point (look at pic)

when i try it with out -x i get after that panic(cpu 4 caller 0xfff then it stuck there
please help, thanks
20141031_215716.jpg
 
Back
Top