Matgen84 Posted February 18, 2018 Share Posted February 18, 2018 We don't know the rule why black or gray. Apple decided to add a black version of this boot screen to newer Macs. But Mid-2012 for example, boots with a white background and grey Apple logo/progress bar. 2 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/668/#findComment-2594273 Share on other sites More sharing options...
apfelnico Posted February 18, 2018 Share Posted February 18, 2018 Apple decided to add a black version of this boot screen to newer Macs. But Mid-2012 for example, boots with a white background and grey Apple logo/progress bar. Nope. My MacPro4.1 (Firmware Upgrade to 5.1, macOS.10.12) does the same, white logo on a black background. 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/668/#findComment-2594305 Share on other sites More sharing options...
Matgen84 Posted February 18, 2018 Share Posted February 18, 2018 Nope. My MacPro4.1 (Firmware Upgrade to 5.1, macOS.10.12) does the same, white logo on a black background. Good.I saw that on macrumors https://goo.gl/KBVfNn Perhaps, not Mac Pro5,1? Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/668/#findComment-2594374 Share on other sites More sharing options...
apianti Posted February 18, 2018 Share Posted February 18, 2018 We don't know the rule why black or gray. Apple decided to add a black version of this boot screen to newer Macs. But Mid-2012 for example, boots with a white background and grey Apple logo/progress bar. It's done by board-id. 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/668/#findComment-2594411 Share on other sites More sharing options...
Lucy183 Posted February 18, 2018 Share Posted February 18, 2018 It's done by board-id. Then why MacPro5,1 and iMac10,1 are also black? 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/668/#findComment-2594426 Share on other sites More sharing options...
scj312 Posted February 18, 2018 Share Posted February 18, 2018 You can set boot background color to any hex value using NVRAM, see here: https://forums.macrumors.com/threads/guide-black-boot-screen-white-apple-logo-on-unsupported-macs-boot-efi-hack.1751446/page-7#post-22742480 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/668/#findComment-2594453 Share on other sites More sharing options...
apianti Posted February 18, 2018 Share Posted February 18, 2018 Then why MacPro5,1 and iMac10,1 are also black? Because that's not an all inclusive list, it was changed as time went on. There are obviously newer models too... 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/668/#findComment-2594464 Share on other sites More sharing options...
RobertX Posted February 18, 2018 Share Posted February 18, 2018 hmm, is it possible to select load vbios under graphics in config.plist without injecting Nvidia? (for my card injection gives me 0mb vram) edit: lol, and still have the rom file load (I'm assuming this shows the rom being used)... 39:933 0:008 Found generic VBIOS ROM file (10de_1382.rom) 39:951 0:017 header found at: 1536 39:951 0:000 using loaded ROM image 39:951 0:000 version 82.07.32.00.04 39:951 0:000 nVidia nVidia GeForce GTX 745 -92274688MB NV117 [10DE:1382] :: PcieRoot(0x0)\Pci(0x1,0x0)\Pci(0x0,0x0) => device #1 39:951 0:000 Nvidia: VideoPorts: undefined, default to: 2 39:951 0:000 default NVCAP: 04000000-00000200-1D000000-00000007-00000000 39:951 0:000 HDA Controller [8086:293E] :: PcieRoot(0x0)\Pci(0x1B,0x0) => codec not detected 39:966 0:015 stringlength = 5466 39:967 0:000 CurrentMode: Width=1920 Height=1080 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/668/#findComment-2594506 Share on other sites More sharing options...
Slice Posted February 19, 2018 Share Posted February 19, 2018 It's done by board-id. All my hackintoshes had black background. I saw gray apple in random cases. Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/668/#findComment-2594611 Share on other sites More sharing options...
mhaeuser Posted February 19, 2018 Share Posted February 19, 2018 Probably AppleUITheme... Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/668/#findComment-2594612 Share on other sites More sharing options...
Slice Posted February 19, 2018 Share Posted February 19, 2018 Probably AppleUITheme... Also checked. As well DefaultBackgroundColor. As well IOGraphics patches. 2 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/668/#findComment-2594621 Share on other sites More sharing options...
FredWst Posted February 19, 2018 Share Posted February 19, 2018 I am having issues with KextToPatch. Bootlog shows this: 0:107 0:000 - [0]: System\Library\Extensions\IONetworkingFamily.kext\Contents\PlugIns\Intel82574L.kext 0:107 0:000 KextsToPatch: 1 requested 0:107 0:000 - [00]: Intel82574L (Add on-board ethernet device)[ERROR] bin2hex '0x10f68086' syntax error 0:107 0:000 [ERROR] bin2hex '0x10d38086' syntax error 0:107 0:000 - invalid Find/Replace data - skipping! the KextToPatch section and ForceKextToLoad section look like this in config: <key>KernelAndKextPatches</key> <dict> <key>ForceKextsToLoad</key> <array> <string>\System\Library\Extensions\IONetworkingFamily.kext\Contents\PlugIns\Intel82574L.kext</string> </array> <key>KextsToPatch</key> <array> <dict> <key>Name</key> <string>Intel82574L</string> <key>Comment</key> <string>Add on-board ethernet device</string> <key>InfoPlistPatch</key> <true/> <key>Find</key> <string>0x10f68086</string> <key>Replace</key> <string>0x10d38086</string> </dict> </array> </dict> What is wrong? The only way is this one http://www.insanelymac.com/forum/topic/293387-patching-eeprom-intel-82574l-10d3/?hl=%2Bintel82574l&do=findComment&comment=2266435 Fred Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/668/#findComment-2594669 Share on other sites More sharing options...
Endriu1987 Posted February 19, 2018 Share Posted February 19, 2018 Hi, please help me https://drive.google.com/file/d/1SnvPqRspedE1X6G0Qrm6nY2Wh2TXeVTX/view When I choose "Restart Computer" in Clover menu, Clover freeze ;( When I install High Sierra at the moment of the restart I get a message and nothing happens, I must restart PC with button ;( Spec: MOBO: ASUS P5N-E SLI (nForce 650i SLI) (LEGACY BIOS) CPU: QuadCore Intel Xeon E5450GPU: nVIDIA GeForce GTX 750 TiRAM: 8 GB (DDR2-800 (400 MHz) DDR2 SDRAMEthernet: nVIDIA nForce 430i (MCP51)Wi-Fi: NoAudio: nVIDIA HDMI/DP @ nVIDIA GM107 - High Definition Audio Controller Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/668/#findComment-2594674 Share on other sites More sharing options...
chris1111 Posted February 19, 2018 Share Posted February 19, 2018 Hi, please help me https://drive.google.com/file/d/1SnvPqRspedE1X6G0Qrm6nY2Wh2TXeVTX/view When I choose "Restart Computer" in Clover menu, Clover freeze ;( When I install High Sierra at the moment of the restart I get a message and nothing happens, I must restart PC with button ;( 20180218_203442.jpg Spec: MOBO: ASUS P5N-E SLI (nForce 650i SLI) (LEGACY BIOS) CPU: QuadCore Intel Xeon E5450 GPU: nVIDIA GeForce GTX 750 Ti RAM: 8 GB (DDR2-800 (400 MHz) DDR2 SDRAM Ethernet: nVIDIA nForce 430i (MCP51) Wi-Fi: No Audio: nVIDIA HDMI/DP @ nVIDIA GM107 - High Definition Audio Controller post-2396156-0-53907700-1518711846.jpg You can try this config.plist attaching config.plist.zip Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/668/#findComment-2594684 Share on other sites More sharing options...
Endriu1987 Posted February 19, 2018 Share Posted February 19, 2018 Don't fix. Clover freeze again, PC start stuck on apple logo. Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/668/#findComment-2594695 Share on other sites More sharing options...
chris1111 Posted February 19, 2018 Share Posted February 19, 2018 Don't fix. Clover freeze again, PC start stuck on apple logo. Post complete EFI Folder You can try nv_disable=1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/668/#findComment-2594698 Share on other sites More sharing options...
Endriu1987 Posted February 19, 2018 Share Posted February 19, 2018 Here is my EFI: EFI.zip Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/668/#findComment-2594719 Share on other sites More sharing options...
chris1111 Posted February 19, 2018 Share Posted February 19, 2018 Here is my EFI: EFI.zip Try this and let me know EDIT **** You can ad OsxAptioFixDrv-64.efi in Drivers64UEFI EFI.zip OsxAptioFixDrv-64.efi.zip Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/668/#findComment-2594725 Share on other sites More sharing options...
Endriu1987 Posted February 19, 2018 Share Posted February 19, 2018 When I reboot I got this freeze https://drive.google.com/file/d/1DoGb6WxSd9uRj2NcXrbWK6QTQQVoZb_k/view?usp=sharing Edit: "Drivers64UEFI" is for me? ASUS P5N-E SLI have BIOS Legacy This UP movie made without this edit "You can ad OsxAptioFixDrv-64.efi in Drivers64UEFI" Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/668/#findComment-2594749 Share on other sites More sharing options...
chris1111 Posted February 19, 2018 Share Posted February 19, 2018 When I reboot I got this freeze https://drive.google.com/file/d/1DoGb6WxSd9uRj2NcXrbWK6QTQQVoZb_k/view?usp=sharing Did you try with a DSDT.aml in patched folder ? I think Your problem is not relate to Clover but hardware Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/668/#findComment-2594753 Share on other sites More sharing options...
Endriu1987 Posted February 19, 2018 Share Posted February 19, 2018 No ;( I search many days DSDT for my MOBO, but not get. I don't know how create this DSDT for my MOBO. I get my DSDT from Clover F4, but I don't know how I patch it. Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/668/#findComment-2594756 Share on other sites More sharing options...
chris1111 Posted February 19, 2018 Share Posted February 19, 2018 No ;( I search many days DSDT for my MOBO, but not get. I don't know how create this DSDT for my MOBO. I get my DSDT from Clover F4, but I don't know how I patch it. Send me here on Zip the complete folder ORIGIN Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/668/#findComment-2594758 Share on other sites More sharing options...
Endriu1987 Posted February 19, 2018 Share Posted February 19, 2018 origin.zip Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/668/#findComment-2594767 Share on other sites More sharing options...
chris1111 Posted February 19, 2018 Share Posted February 19, 2018 origin.zip Try this put in EFI / CLOVER / ACPI / patched DSDT.aml.zip Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/668/#findComment-2594768 Share on other sites More sharing options...
apianti Posted February 19, 2018 Share Posted February 19, 2018 All my hackintoshes had black background. I saw gray apple in random cases. Yes, but you need to use an SMBIOS that is supported by yosemite(?) and then not subsequent releases? Any SMBIOS that still works is going to have black background because the firmware has for sure been updated. You can google darkboot and see how they used board-id patch and nvram variables to modify the boot screen. Also IIRC that nvram variable for background color is set back to default every restart/shutdown. Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/668/#findComment-2594776 Share on other sites More sharing options...
Recommended Posts