KavinZhao Posted October 11, 2015 Share Posted October 11, 2015 I have OS X 10.10 installed on my Dell Precision T5400 Workstation. If I boot with -x flag it works all right. But if I don't it stucks on white screen with a cursor(can move) when it is supposed to show the login screen. Previously the OS X 10.9 works fine. I have: Intel Xeon E5410 x2 Nvidia Quadro FX 1700 PCI-E (no built-in graphics) Samsung SSD Someone says that is is a problem of my graphic card driver, but I don't know which kext is causing the problem. I removed all AMD kexts. I have Windows installed but it is on another disk so it shouldn't be the reason. Any ideas? And P.S. I use Chameleon Bootloader Link to comment https://www.insanelymac.com/forum/topic/308614-helpwhite-screen-after-boot/ Share on other sites More sharing options...
spakk Posted October 11, 2015 Share Posted October 11, 2015 find the Vendor-ID and Device-ID of your "NVIDIA Quadro FX 1700" and thus patche the NVDAFG100HAL.kext, perhaps you still need to create an EFI string and submit these EFI string in your org.chameleon.boot.plist (see example) possibly generating in additional a ROM-file of your graphics card and add the ROM-file in the /Extra/ folder. how to do that, just google.here's an example: ..... UseNvidiaROM Yes VBIOS Yes device-properties device-properties 7c0200000100000001000000700200000d00000002010c00d041030a000000000101060000020101060000007fff04001e00000072006f006d002d007200650076006900730069006f006e000000360000004765666f726365204e766964696120475458203535302054492033204742204f70656e474c20456e67696e65205b4546495d22000000400030002c006400650076006900630065005f00740079007000650000000b000000646973706c6179100000004e00560043004100500000001800000004000000000003000400000000000007000000000e0000006e0061006d00650000000b000000646973706c617914000000400030002c006e0061006d0065000000120000004e5644412c446973706c61792d41100000006d006f00640065006c000000220000004765666f726365204e7669646961204754582035353020544920332047420e0000004e00560050004d000000200000000100000000000000000000000000000000000000000000000000000014000000400031002c006e0061006d0065000000120000004e5644412c446973706c61792d4220000000400031002c0063006f006d00700061007400690062006c00650000000e0000004e5644412c4e564d6163220000005600520041004d002c0074006f00740061006c00730069007a006500000008000000000000c020000000400030002c0063006f006d00700061007400690062006c00650000000e0000004e5644412c4e564d616322000000400031002c006400650076006900630065005f00740079007000650000000b000000646973706c61791c0000006400650076006900630065005f00740079007000650000000f0000004e5644412c506172656e74 the EFI string is for my graphics card !!! you need to produce and use one for your graphic card !!! Link to comment https://www.insanelymac.com/forum/topic/308614-helpwhite-screen-after-boot/#findComment-2176379 Share on other sites More sharing options...
KavinZhao Posted October 16, 2015 Author Share Posted October 16, 2015 find the Vendor-ID and Device-ID of your "NVIDIA Quadro FX 1700" and thus patche the NVDAFG100HAL.kext, perhaps you still need to create an EFI string and submit these EFI string in your org.chameleon.boot.plist (see example) possibly generating in additional a ROM-file of your graphics card and add the ROM-file in the /Extra/ folder. how to do that, just google. here's an example: ..... <key>UseNvidiaROM</key> <string>Yes</string> <key>VBIOS</key> <string>Yes</string> <key>device-properties</key> <key>device-properties</key> <string>7c0200000100000001000000700200000d00000002010c00d041030a000000000101060000020101060000007fff04001e00000072006f006d002d007200650076006900730069006f006e000000360000004765666f726365204e766964696120475458203535302054492033204742204f70656e474c20456e67696e65205b4546495d22000000400030002c006400650076006900630065005f00740079007000650000000b000000646973706c6179100000004e00560043004100500000001800000004000000000003000400000000000007000000000e0000006e0061006d00650000000b000000646973706c617914000000400030002c006e0061006d0065000000120000004e5644412c446973706c61792d41100000006d006f00640065006c000000220000004765666f726365204e7669646961204754582035353020544920332047420e0000004e00560050004d000000200000000100000000000000000000000000000000000000000000000000000014000000400031002c006e0061006d0065000000120000004e5644412c446973706c61792d4220000000400031002c0063006f006d00700061007400690062006c00650000000e0000004e5644412c4e564d6163220000005600520041004d002c0074006f00740061006c00730069007a006500000008000000000000c020000000400030002c0063006f006d00700061007400690062006c00650000000e0000004e5644412c4e564d616322000000400031002c006400650076006900630065005f00740079007000650000000b000000646973706c61791c0000006400650076006900630065005f00740079007000650000000f0000004e5644412c506172656e74</string> </dict> </plist> the EFI string is for my graphics card !!! you need to produce and use one for your graphic card !!! Thanks. Will try. Link to comment https://www.insanelymac.com/forum/topic/308614-helpwhite-screen-after-boot/#findComment-2178265 Share on other sites More sharing options...
Recommended Posts