Jump to content

Can't get IVB build out of Safe Boot Mode


mlc130104
 Share

9 posts in this topic

Recommended Posts

Hi all

 

My config is as below:

CPU: Intel Core i5-3450

MB: Asrock B75M-ITX BIOS V1.90 PMPatched

Ram: 2 sticks of ADATA DDR3-1600 8GB DDR3

VGA: MSI GTX660 2GB Ram

HDD0: WDC 250GB 2.5" 

 

Other HDDs: Crucial M4 128G for Windows 7, 2x Seagate ST2000DM001 2TB for DATA

 

I followed http://www.insanelymac.com/forum/topic/280756-guide-the-all-in-one-guide-to-vanilla-os-x-including-chameleon-dsdt-for-beginners-updated-for-mavericks/ but without the NullCPUPowerManagement.kext as I think that I have PMPatched my BIOS.

 

I first booted into OS X with the -x flag and installed the Chameleon and set the following flags

 

<key>GUI</key>
<string>No</string>
<key>Kernel Flags</key>
<string>-v npci=0x2000 dart=0</string>
<key>RestartFix</key>
<string>No</string>
<key>SMBIOS</key>
<string>/Extra/SMBios.plist</string>
<key>SkipIntelGfx</key>
<string>Yes</string>
<key>GraphicsEnabler</key>
<string>No</string>
 
(dart=0 is for enabling VT-d in BIOS as I have to use OS X on VM)
 
But still got stuck at somewhere like when using supplementary -v flag
**** [IOBluetoothHCIController][SearchForTransportEventTimeOutHandler] -- Missing Bluetooth Controller Transport!
Most sources I have research pointed this error to the problem of graphic card, but I have no more idea to get it fixed.....
Wish I can have working solution here :(
Link to comment
Share on other sites

open Terminal app and type sudo -s, copy and paste  all this code in terminal, when reboot go to the bios and disable integrate graphics Intel

your passw

 

mkdir kext_backup

cd /System/Library/Extensions

mv ATI* AMDRadeon* AppleIntelHD* AppleIntelSNB* AppleIntel*/kext_backup

cd  /System/Library/Caches

rm -rf *

sudo kextcache -system-caches 

sudo kextcache -system-prelinked-kernel

sudo /usr/libexec/xpchelper --rebuild-cache 

 

diskutil repairPermissions /

reboot 

  • Like 1
Link to comment
Share on other sites

open Terminal app and type sudo -s, copy and paste  all this code in terminal, when reboot go to the bios and disable integrate graphics Intel

your passw

 

mkdir kext_backup

cd /System/Library/Extensions

mv ATI* AMDRadeon* AppleIntelHD* AppleIntelSNB* AppleIntel*/kext_backup

cd  /System/Library/Caches

rm -rf *

sudo kextcache -system-caches 

sudo kextcache -system-prelinked-kernel

sudo /usr/libexec/xpchelper --rebuild-cache 

 

diskutil repairPermissions /

reboot 

Hi, thanks for the commmand. But there is no option in the BIOS for me to switch off the IGP lol. I will try the coded anyways after a game.

Link to comment
Share on other sites

open Terminal app and type sudo -s, copy and paste  all this code in terminal, when reboot go to the bios and disable integrate graphics Intel

your passw

 

mkdir kext_backup

cd /System/Library/Extensions

mv ATI* AMDRadeon* AppleIntelHD* AppleIntelSNB* AppleIntel*/kext_backup

cd  /System/Library/Caches

rm -rf *

sudo kextcache -system-caches 

sudo kextcache -system-prelinked-kernel

sudo /usr/libexec/xpchelper --rebuild-cache 

 

diskutil repairPermissions /

reboot 

 

for 

bash-3.2# sudo kextcache -system-prelinked-kernel

have a following error

Can't update the system prelinked kernel during safe boot.
Link to comment
Share on other sites

Removing the Graphic Drivers is not the solution. 

 

With IGP (onboard Graphics) disabled in the BIOS and using the Nvidia GPU you should be able to boot into the installer with the following:

 

-v ncpi=0x2000 cpus=1 GraphicsEnabler=No

 

Is this correct? 

Link to comment
Share on other sites

Removing the Graphic Drivers is not the solution. 

 

With IGP (onboard Graphics) disabled in the BIOS and using the Nvidia GPU you should be able to boot into the installer with the following:

 

-v ncpi=0x2000 cpus=1 GraphicsEnabler=No

 

Is this correct? 

Hi, in the BIOS, I dont see an option for me to switch off the IGP (blame asrock). But killing the Intel and AMD GFX driver in S/L/E does work for me. Currently I am using GraphicsEnabler=No, SkipIntelGfx=Yes, EthernetBuiltIn=Yes and ncpi=0x2000 to boot up properly

Link to comment
Share on other sites

 Share

×
×
  • Create New...