justin Posted July 9, 2019 Share Posted July 9, 2019 17 minutes ago, zkingtut said: Thanks I know , just I grabbed it from clover plist to show in pci Thanks gonna try it Edited : @Andres ZeroCross it doesnot work But I see " EFI ( External ) " in menu !!! Maybe this is windows EFI ? Some Suggestions: ScanPolicy = 0 means scan any file system on any drive. Backup your config.plist Set CustomSMBIOSGuid, DisableIoMapper, ExternalDiskIcons, ThirdPartyTrim, ReleaseUsbOwnership, NormalizeHeaders = NO Set UpdateSMBIOSMode = Create If you don’t use File Vault, Delete UEFI/Drivers: UsbKbDxe.efi, AptioInputFix.efi, VBoxHfs.efi, AppleUiSupport.efi, VirtualSmc.efi, External EFI could be the EFI on your another USB drive 5 minutes ago, xtddd said: what is meaning of Target=67? The following logging targets are supported: • 0x01 (bit 0) — Enable logging, otherwise all log is discarded. • 0x02 (bit 1) — Enable basic console (onscreen) logging. • 0x04 (bit 2) — Enable logging to Data Hub. • 0x08 (bit 3) — Enable serial port logging. • 0x10 (bit 4) — Enable UEFI variable logging. • 0x20 (bit 5) — Enable non-volatile UEFI variable logging. • 0x40 (bit 6) — Enable logging to file target 67 (number) = 0x43 (HEX sum of 0x01+0x02+0x40 ). Because Hex 43 = Decimal 67 1 Link to comment Share on other sites More sharing options...
Andres ZeroCross Posted July 9, 2019 Share Posted July 9, 2019 32 minutes ago, zkingtut said: Thanks I know , just I grabbed it from clover plist to show in pci Thanks gonna try it Edited : @Andres ZeroCross it doesnot work But I see " EFI ( External ) " in menu !!! Maybe this is windows EFI ? Set HideSelf = No, but i thought you won't able to boot to windows anyways. You need separate EFI partition for Windows,, because OC Bootloader only will boot windows if it founded BOOTX64.efi from Windows. I have made some temporary trick before in this thread Link to comment Share on other sites More sharing options...
justin Posted July 9, 2019 Share Posted July 9, 2019 @zkingtut Read "11.1 Windows support" from https://github.com/acidanthera/OpenCorePkg/blob/master/Docs/Configuration.pdf Link to comment Share on other sites More sharing options...
Andres ZeroCross Posted July 9, 2019 Share Posted July 9, 2019 Temporary solution is this : https://www.insanelymac.com/forum/topic/338516-opencore-discussion/?do=findComment&comment=2678504 Link to comment Share on other sites More sharing options...
xtddd Posted July 9, 2019 Share Posted July 9, 2019 26 minutes ago, justin said: Some Suggestions: ScanPolicy = 0 means scan any file system on any drive. Backup your config.plist Set CustomSMBIOSGuid, DisableIoMapper, ExternalDiskIcons, ThirdPartyTrim, ReleaseUsbOwnership, NormalizeHeaders = NO Set UpdateSMBIOSMode = Create If you don’t use File Vault, Delete UEFI/Drivers: UsbKbDxe.efi, AptioInputFix.efi, VBoxHfs.efi, AppleUiSupport.efi, VirtualSmc.efi, External EFI could be the EFI on your another USB drive target 67 (number) = 0x43 (HEX sum of 0x01+0x02+0x40 ). Because Hex 43 = Decimal 67 target in the sample plist is set to be 19...target 67 may be better ? Link to comment Share on other sites More sharing options...
justin Posted July 9, 2019 Share Posted July 9, 2019 1 minute ago, xtddd said: target in the sample plist is set to be 19...target 67 may be better ? Target=19 (= Hex 0x13 = 0x01+ 0x02 +0x10 ) does not log to file, means you can only see the logging on your screen, you need to include 0x40 (bit 6) — Enable logging to file Link to comment Share on other sites More sharing options...
xtddd Posted July 9, 2019 Share Posted July 9, 2019 1 minute ago, justin said: Target=19 (= Hex 0x13 = 0x01+ 0x02 +0x10 ) does not log to file, means you can only see the logging on your screen, you need to include 0x40 (bit 6) — Enable logging to file thank you..so target 67 is better. Link to comment Share on other sites More sharing options...
Alexey Boronenkov Posted July 9, 2019 Share Posted July 9, 2019 On UEFI BIOS with AMD everything works. And how to make it load on the Legacy Bios. I added a boot file and as if the boot starts but then some grey Boot Manager Link to comment Share on other sites More sharing options...
Pavo Posted July 9, 2019 Share Posted July 9, 2019 1 hour ago, zkingtut said: Its strange !! I've successfully configured OC to boot my skylake desktop but I failed with my Dell laptop doing same steps Once Apple logo appears; laptop reboots itself I've tried all possibilities without success ( remove boot args , Delete and add Drivers , Kexts, .....) I wonder what would be the reason that causes this reboot ? Probably because a desktop and a laptop are 2 completely different types of systems, which means you can not take a desktop configuration and use it on a laptop. 2 Link to comment Share on other sites More sharing options...
xtddd Posted July 10, 2019 Share Posted July 10, 2019 (edited) 3 hours ago, Pavo said: Probably because a desktop and a laptop are 2 completely different types of systems, which means you can not take a desktop configuration and use it on a laptop. @Pavohi,where to download oc-0.0.4? Edited July 10, 2019 by xtddd Link to comment Share on other sites More sharing options...
Pavo Posted July 10, 2019 Share Posted July 10, 2019 1 hour ago, xtddd said: @Pavohi,where to download oc-0.0.4? Where the source is https://github.com/acidanthera/OpenCorePkg 1 Link to comment Share on other sites More sharing options...
justin Posted July 10, 2019 Share Posted July 10, 2019 20 hours ago, zkingtut said: I didn't say that I take Desktop Configuration and I used it in laptop !!!! I said I followed the same steps to create the OC configuration . Off course they are diffrent in everything How come somebody do like that set Target=3, DisplayLevel=2147483714 , you will see some debug messages on the screen, take a picture and upload here. Link to comment Share on other sites More sharing options...
Badruzeus Posted July 11, 2019 Share Posted July 11, 2019 (edited) And how to MatchKernel for specific OSes under Kernel - Patch? For example I have 3 diff macOS versions installed on single mach; 10.13.6, 10.14.6 & 10.15. But I need applying this patch for 10.14.6 & 10.15 only. Do I need using this pattern? MatchKernel=18,19 (separated with comma w/o space) There's no detail explanation on current Configuration.pdf CMIIW. Thanks. Edited July 11, 2019 by Badruzeus Link to comment Share on other sites More sharing options...
gengik84 Posted July 11, 2019 Share Posted July 11, 2019 Are you sure that the GFX0 device is only on DSDT? Check your Acpi.. however change GFX0 to IGPU it is not necessary, WEG already does this. PlatformInfo/Automatic=YES: use only "Generic" in this case. RequestBootVarRouting --> YES Please read carefully Configuration.pdf Link to comment Share on other sites More sharing options...
justin Posted July 11, 2019 Share Posted July 11, 2019 (edited) 2 hours ago, zkingtut said: Nothing shows up to capture , only apple logo then immediately reboots config.plist as mentioned above, "Lilu has to be the first". do not use slide=0. Fixed for you, try this one config.plist Note: Why "Lilu has to be the first"? Lilu is a dependency of VirtualSMC.kext, WhateverGreen.kext and many others, while VirtualSMC.kext is a mandatory kext for Hackintosh, if Lilu was not loaded in the first place, VirtualSMC won't load correctly. Edited July 11, 2019 by justin 1 Link to comment Share on other sites More sharing options...
justin Posted July 11, 2019 Share Posted July 11, 2019 1 minute ago, nytr0 said: what are the differences in 0.0.4. Has the layout changed at all? No difference at the moment, just a new tag for the next chapter. Link to comment Share on other sites More sharing options...
Andres ZeroCross Posted July 11, 2019 Share Posted July 11, 2019 (edited) Nice Logo in OpenCore github. Just curious,,, Would OpenCore's team make a GUI for OpenCore Bootloader??? Edited July 11, 2019 by Andres ZeroCross 1 1 Link to comment Share on other sites More sharing options...
PMheart Posted July 12, 2019 Share Posted July 12, 2019 5 hours ago, Andres ZeroCross said: Nice Logo in OpenCore github. Just curious,,, Would OpenCore's team make a GUI for OpenCore Bootloader??? That can be taken into account WITH LOWEST PRIORITY. 2 Link to comment Share on other sites More sharing options...
Andres ZeroCross Posted July 12, 2019 Share Posted July 12, 2019 (edited) 1 hour ago, PMheart said: That can be taken into account WITH LOWEST PRIORITY. May i ask something? There is log about init failur kernel patcher to com.apple.kextAMD9500Controller.kext. I have set binary patch for AMD9500Controller.kext. I have used Orinoco FB Name. Why is it fail?? But, binary is succesfull patched. I can use dual monitor with Orinoco and no Reddish Screen image (if i don't patch binary, the monitor screen be reddish and can't use dual monitor). So is this about another thing?? Edited July 12, 2019 by Andres ZeroCross Link to comment Share on other sites More sharing options...
PMheart Posted July 12, 2019 Share Posted July 12, 2019 2 hours ago, Andres ZeroCross said: May i ask something? There is log about init failur kernel patcher to com.apple.kextAMD9500Controller.kext. I have set binary patch for AMD9500Controller.kext. I have used Orinoco FB Name. Why is it fail?? But, binary is succesfull patched. I can use dual monitor with Orinoco and no Reddish Screen image (if i don't patch binary, the monitor screen be reddish and can't use dual monitor). So is this about another thing?? Maybe you applied it as a "kernel patch"? I don't know much either to be honest, it's not me who wrote this code. The reason why you managed to patch it anyway is that a "kernel patch" applies to the whole kernel cache, which contains your AMD9500Controller. CORRECT ME IF WRONG! Link to comment Share on other sites More sharing options...
Andres ZeroCross Posted July 12, 2019 Share Posted July 12, 2019 (edited) 4 minutes ago, PMheart said: Maybe you applied it as a "kernel patch"? I don't know much either to be honest, it's not me who wrote this code. The reason why you managed to patch it anyway is that a "kernel patch" applies to the whole kernel cache, which contains your AMD9500Controller. CORRECT ME IF WRONG! Yes but why the log said "init failure"?? In fact, binary patch is succesful I am using Orinoco FB name, Edited July 12, 2019 by Andres ZeroCross Link to comment Share on other sites More sharing options...
PMheart Posted July 12, 2019 Share Posted July 12, 2019 14 minutes ago, Andres ZeroCross said: Yes but why the log said "init failure"?? In fact, binary patch is succesful I am using Orinoco FB name, Hmm, that looks weird as you seem to be applying the patch correctly... Better to ask developers instead. Link to comment Share on other sites More sharing options...
Andres ZeroCross Posted July 12, 2019 Share Posted July 12, 2019 15 minutes ago, PMheart said: Hmm, that looks weird as you seem to be applying the patch correctly... Better to ask developers instead. The issue is only in the log. Patch is succesfull anyway,, i can use 2 monitor and no reddish screen with Orinoco. Just curious about the log Link to comment Share on other sites More sharing options...
vit9696 Posted July 12, 2019 Share Posted July 12, 2019 4 hours ago, Andres ZeroCross said: May i ask something? There is log about init failur kernel patcher to com.apple.kextAMD9500Controller.kext. I have set binary patch for AMD9500Controller.kext. I have used Orinoco FB Name. Why is it fail?? But, binary is succesfull patched. I can use dual monitor with Orinoco and no Reddish Screen image (if i don't patch binary, the monitor screen be reddish and can't use dual monitor). So is this about another thing?? I added successful patch init to the log in d0504e6. Please redo the log, send it here, and also attach your config. I am quite unwilling to investigate it thoroughly if it works, but let me look at least. 1 Link to comment Share on other sites More sharing options...
Andres ZeroCross Posted July 12, 2019 Share Posted July 12, 2019 1 hour ago, vit9696 said: I added successful patch init to the log in d0504e6. Please redo the log, send it here, and also attach your config. I am quite unwilling to investigate it thoroughly if it works, but let me look at least. It's look i have give some wrong information before,, so i re-write the conditions of issue. Conditions : 1. I have 2 patch for Orinoco and Salado Framebuffer in config.plist Issue : 1. With or Without enable patch while using Orinoco Framebuffer, i still can get normal screen and dual screen capability in Mojave and Catalina DP 3 (actually because Orinoco have 2 HDMI Connector as default so i will not get reddish image) 2. Without enable Patch (Enable = No) while using Salado Framebuffer, i will get Reddish image and unable dual screen in Mojave and Catalina 3. With Enable Patch (Enable = Yes) while using Salado Framebuffer, i will get normal screen and dual screen capability in Mojave, but not in Catalina. Init Failure in Catalina. Note : I don't set match kernel anyway, and the binary of Find still can be founded in AMD9500Controller.kext of Catalina. If Salado or Orinoco didn't use this binary again in Catalina then i thought Patching still successfull because binary still there (but not in log) I attach config.plist, Picture of reddish image (Salado Framebuffer in Catalina), Picture of normal Screen (Salado Framebuffer in Mojave) and log when boot to catalina. Anyways sorry for bad english, Thanks very much opencore.log config.plist Link to comment Share on other sites More sharing options...
Recommended Posts