Andres ZeroCross Posted June 21, 2019 Share Posted June 21, 2019 (edited) 3 minutes ago, vit9696 said: @Andres ZeroCross, you have Apple in your SMBIOS, thus you have SMC loaded. See: https://github.com/torvalds/linux/blob/9331b6740f86163908de69f4008e434fe0c27691/drivers/hwmon/applesmc.c#L1238-L1264 This is explicitly prohibited by docs. Rest: ACPI Quirks are documented in docs and given in samples. Those that are not implemented are to be written yourselves. Most likely you do not need them in the first place. And yes, it is just not for you if you cannot read, sorry about it. Thank,, It's looks i need Change Vendor in SMBIOS, or set Automatic = Yes and set Spoofing Vendor Edited June 21, 2019 by Andres ZeroCross Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/29/#findComment-2678728 Share on other sites More sharing options...
vit9696 Posted June 21, 2019 Share Posted June 21, 2019 Yes, that's most reasonable. Having something like Acidanthera iMac15,1 (Automatic & SpoofVendor) is the recommended way to setup SMBIOS tables. 3 Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/29/#findComment-2678729 Share on other sites More sharing options...
Allan Posted June 21, 2019 Share Posted June 21, 2019 All the mess erased! Guys please be more polished in your comments, as we always says, if you disagree with anyone use the PM box, (respectfully too) don't do this in public. Best regards to all 5 Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/29/#findComment-2678730 Share on other sites More sharing options...
Badruzeus Posted June 21, 2019 Share Posted June 21, 2019 (edited) Thanks Andres-Zerocross for booting Windows (UEFI) fix with OC, it works fine on my mach with Aptio 2.0 firmware and shared EFI. Mach halt (Restart-Shutdown) is normal on my case. I never use Fast Startup nor Hibernate or Sleep with Windows, though I'm not sure... what prevents it on your mach. Edited June 22, 2019 by Badruzeus Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/29/#findComment-2678732 Share on other sites More sharing options...
Andres ZeroCross Posted June 21, 2019 Share Posted June 21, 2019 13 minutes ago, vit9696 said: Yes, that's most reasonable. Having something like Acidanthera iMac15,1 (Automatic & SpoofVendor) is the recommended way to setup SMBIOS tables. No log about AppleSMC error now,, just curious about IGPU <-> Brightness Slider in Ubuntu. I didn't use DSDT or SSDT when making a test, but still get Brightness Slider. Trying with MacPro6,1 SMBIOS but still get brighness slider. Try to disable IGPu in BIOS and Brightness slider is dissapeared. I check my OEM ACPI of DSDT and SSDT, there is no PNLF. And as long as i read Doc, there is no options to inject PNLF (Brightness method) in config.plist. Any clue??? or what should i try? 2 minutes ago, Badruzeus said: Thanks Andres-Zerocross for booting Windows (UEFI) fix with OC, it works fine on my mach with Aptio 2.0 firmware and shared EFI. Mach halt (Restart-Shutdown) is normal on my case. I never use FasStartup nor Hibernate or Sleep with Windows, though I'm not sure... what prevents it on your mach. As far as i know,, 3 people including me get Fail to shutdown (when shutdown getting back to desktop screen). Need more experiment. Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/29/#findComment-2678733 Share on other sites More sharing options...
vit9696 Posted June 22, 2019 Share Posted June 22, 2019 So far the issues did not reproduce for us, but we probably need to be trying harder. Thing is, Windows and Linux may store preferences somewhere, and after being configured with e.g. Apple vendor during boot or installation, some preferences may be irreversible. My opinion is that neither brightness slider, nor shutdown issues can appear when everything is off. In my opinion, disable everything you enabled (including custom ACPI, SMBIOS, device properties, absolutely everything), and try checking Windows and Linux. — If the bug persists, try loading from BIOS bypassing OpenCore (not Clover please, use BIOS). I believe it will remain here, if it disappears, upload full OC folder, we will try to reinspect. — If the bug disappears, find the offending preference. Ensure that you carefully and consistently test the configuration. Also it may be reasonable to retest with your and fresh Linux installation. 1 Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/29/#findComment-2678737 Share on other sites More sharing options...
Andres ZeroCross Posted June 22, 2019 Share Posted June 22, 2019 (edited) 8 hours ago, vit9696 said: So far the issues did not reproduce for us, but we probably need to be trying harder. Thing is, Windows and Linux may store preferences somewhere, and after being configured with e.g. Apple vendor during boot or installation, some preferences may be irreversible. My opinion is that neither brightness slider, nor shutdown issues can appear when everything is off. In my opinion, disable everything you enabled (including custom ACPI, SMBIOS, device properties, absolutely everything), and try checking Windows and Linux. — If the bug persists, try loading from BIOS bypassing OpenCore (not Clover please, use BIOS). I believe it will remain here, if it disappears, upload full OC folder, we will try to reinspect. — If the bug disappears, find the offending preference. Ensure that you carefully and consistently test the configuration. Also it may be reasonable to retest with your and fresh Linux installation. Many thanks At last, my Windows can sleep, restart and shutdown now The problem is : ============== RequestBootVarRoutingType: plist booleanFailsafe: falseDescription: Request NVRAM driver (or AptioMemoryFix) to redirect Boot prefixed variables from EFI_GLOBAL_VARIABLE_G to OC_VENDOR_VARIABLE_GUID. This will set special boot-redirect variable, which a compatible driver will abide after booter start. The quirk lets default boot entry preservation at times when firmwares delete incompatible boot entries. ============ I set it YES before, i set NO for now and my probelm solved. Now, i will check Linux for Brightness Slider Edited June 22, 2019 by Andres ZeroCross Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/29/#findComment-2678740 Share on other sites More sharing options...
fusion71au Posted June 22, 2019 Share Posted June 22, 2019 (edited) On 5/17/2019 at 4:33 AM, Rodion2010 said: boot 3.zip here is my boot file 1 no HFS+ embedded, you may use external drivers : Apple's HFSPlus or VboxHFs 2 default path changed from EFI\CLOVER\Clonerx64 back to EFI\Boot\Bootx64.efi Install Clover remove all the files and copy OC to the same device @Rodion2010, Could you please compile boot file with default path EFI\OC\OpenCore.efi instead of EFI\Boot\Bootx64.efi? I have Clover installed in more than one hard drive on my legacy desktop and unless I disabled/renamed all other instances of CLOVERX64.efi on all my hard drives (installed as EFI\BOOT\BOOTX64.efi), the CLOVER GUI would load instead of OC... Spoiler This is mainly a problem if you want OC loading off a hard drive EFI instead of a USB EFI on a legacy BIOS system ---> boot file seems to load OC on USB EFI more reliably. The boot file (when installed to hard drive EFI) looks for \EFI\BOOT\BOOTX64.efi on all other hard drive EFIs, not just the one it is actually on. Also requesting if you can supply an OC boot file based on boot7 instead of boot6 (because on some legacy BIOS systems, boot7 significantly reduces boot time). Thanks Edit @RodionS has already compiled a number of different duet boot files for legacy BIOS systems in the Applelife forum - link post#176. His boot_BIOS_BlockIO solves the problem I described above Edited June 30, 2019 by fusion71au Link to @RodionS's duet boot files for legacy BIOS booting 1 Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/29/#findComment-2678746 Share on other sites More sharing options...
Badruzeus Posted June 22, 2019 Share Posted June 22, 2019 (edited) 5 hours ago, Andres ZeroCross said: At last, my Windows can sleep, restart and shutdown now The problem is : ============== RequestBootVarRouting I set it YES, i set NO and now it solved. Now, i will check Linux for Brightness Slider Weird yah, on my case I set "RequestBootVarRouting" to "YES" and having no problem with mach halt under Windows. Could be specific issue on diff firmware version? Edited June 22, 2019 by Badruzeus Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/29/#findComment-2678769 Share on other sites More sharing options...
vit9696 Posted June 22, 2019 Share Posted June 22, 2019 Oho, this is really bad. This one is not supposed to be broken. Could you please dump NVRAM variables in EFI_GLOBAL_VARIABLE_GUID (see Configuration.pdf for GUID) via dmpstore from Shell or something. Make sure you have RequestBootVarRouting set to NO at the dump time. Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/29/#findComment-2678776 Share on other sites More sharing options...
Andres ZeroCross Posted June 22, 2019 Share Posted June 22, 2019 (edited) 20 minutes ago, vit9696 said: Oho, this is really bad. This one is not supposed to be broken. Could you please dump NVRAM variables in EFI_GLOBAL_VARIABLE_GUID (see Configuration.pdf for GUID) via dmpstore from Shell or something. Make sure you have RequestBootVarRouting set to NO at the dump time. I will upload ASAP, for my current config.plist (best setup in UBUNTU, Windows and macOS) i have set RequestBootVarRouting set to NO. Edited June 22, 2019 by Andres ZeroCross Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/29/#findComment-2678778 Share on other sites More sharing options...
Andres ZeroCross Posted June 22, 2019 Share Posted June 22, 2019 1 hour ago, vit9696 said: Oho, this is really bad. This one is not supposed to be broken. Could you please dump NVRAM variables in EFI_GLOBAL_VARIABLE_GUID (see Configuration.pdf for GUID) via dmpstore from Shell or something. Make sure you have RequestBootVarRouting set to NO at the dump time. Sorry for waiting,, i use openCore Shell,, and make entry of shell in OC. then i boot to it I type ====dmpstore 8BE4DF61-93CA-11D2-AA0D-00E098032B8C ==== Then i get output about "no variable name", then i tried to ====dmpstore -all ==== Then i got many log in Shell,, then i tried to dump all to file, i type ====dmpstore -all > nvram.txt ==== And i got output about invalid parameter, and can't redirect bla bla bla. How to dump into txt file??? with shell of Clover i can do it with "dmpstore -all > blablabla.txt" Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/29/#findComment-2678780 Share on other sites More sharing options...
vit9696 Posted June 22, 2019 Share Posted June 22, 2019 You probably forgot to choose a writeable filesystem. Try typing fs0: and pressing enter. 0 can be other disk. Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/29/#findComment-2678781 Share on other sites More sharing options...
Andres ZeroCross Posted June 22, 2019 Share Posted June 22, 2019 Just now, vit9696 said: You probably forgot to choose a writeable filesystem. Try typing fs0: and pressing enter. 0 can be other disk. OMG,, you're right. I didn't choose writeable file system. Rebooting now Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/29/#findComment-2678782 Share on other sites More sharing options...
Andres ZeroCross Posted June 22, 2019 Share Posted June 22, 2019 5 minutes ago, vit9696 said: You probably forgot to choose a writeable filesystem. Try typing fs0: and pressing enter. 0 can be other disk. I got error about no variable name match with "dmpstore 8BE4DF61-93CA-11D2-AA0D-00E098032B8C" so i use command "dmpstore -all > nvramall.txt" I attached the nvramall.txt nvramall.txt Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/29/#findComment-2678784 Share on other sites More sharing options...
vit9696 Posted June 22, 2019 Share Posted June 22, 2019 That's quite strange, I will PM you very soon so that we can run some tests… Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/29/#findComment-2678786 Share on other sites More sharing options...
Andres ZeroCross Posted June 22, 2019 Share Posted June 22, 2019 2 minutes ago, vit9696 said: That's quite strange, I will PM you very soon so that we can run some tests… Ok, thanks Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/29/#findComment-2678787 Share on other sites More sharing options...
Badruzeus Posted June 22, 2019 Share Posted June 22, 2019 (edited) Well, with OC I previously made a mistake on config.plist and I correct it via OpenCoreShell. Once rebooted it won't be boot bcoz I set Require Vault: Yes. I then reaccess it via Shell to "No". And now it says "config corrupted" hmmb.. So, I can only repair it via a running mac, or.. is vault generator script also run-able on linux or Shell? Thanks. Edited June 22, 2019 by Badruzeus Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/29/#findComment-2678800 Share on other sites More sharing options...
Andres ZeroCross Posted June 22, 2019 Share Posted June 22, 2019 (edited) 23 minutes ago, Badruzeus said: Well, with OC I previously made a mistake on config.plist and I correct it via OpenCoreShell. Once rebooted it won't be boot bcoz I set Require Vault: Yes. I then reaccess it via Shell to "No". And now it says "config corrupted" hmmb.. So, I can only repair it via a running mac, or.. is vault generator script also run-able on linux or Shell? Thanks. Maybe itu should "NO" not No,, i try edit with nano then the value should be <false/> or <true/>. Maybe CaseSensitive Edited June 22, 2019 by Andres ZeroCross Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/29/#findComment-2678804 Share on other sites More sharing options...
Badruzeus Posted June 22, 2019 Share Posted June 22, 2019 12 minutes ago, Andres ZeroCross said: Maybe itu should "NO" not No,, i try edit with nano then the value should be <false/> or <true/>. Maybe CaseSensitive Yeah, with xml it shown as true or false. So, on OpenCore Shell I fs0: cd efi\oc edit config.plist set it to <false/> F3 [Enter] to Save reset Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/29/#findComment-2678808 Share on other sites More sharing options...
D-an-W Posted June 22, 2019 Share Posted June 22, 2019 Hi folks, Just been trying the latest OC build and Drivers etc and noticed I can't boot if the Picker is enabled, with the settings below it boots fine straight into macOS but if I enable ShowPicker I get the error below. Is this still related to the possible bug mentioned a few pages ago? Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/29/#findComment-2678823 Share on other sites More sharing options...
Andres ZeroCross Posted June 22, 2019 Share Posted June 22, 2019 (edited) 7 minutes ago, D-an-W said: Hi folks, Just been trying the latest OC build and Drivers etc and noticed I can't boot if the Picker is enabled, with the settings below it boots fine straight into macOS but if I enable ShowPicker I get the error below. Is this still related to the possible bug mentioned a few pages ago? it's not bug, you have wrong configurations about Lilu.kext. Make sure you have Lilu.kext in your EFI/OC/Kexts. How about set ShowPicker = YES?? Edited June 22, 2019 by Andres ZeroCross Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/29/#findComment-2678827 Share on other sites More sharing options...
D-an-W Posted June 22, 2019 Share Posted June 22, 2019 Lilu.kext is just fine otherwise how would it work with Showpicker disabled and no other changes? Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/29/#findComment-2678828 Share on other sites More sharing options...
Andres ZeroCross Posted June 22, 2019 Share Posted June 22, 2019 Just now, D-an-W said: Lilu.kext is just fine otherwise how would it work with Showpicker disabled and no other changes? Hmmm, can you upload your OC folder??? Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/29/#findComment-2678829 Share on other sites More sharing options...
D-an-W Posted June 22, 2019 Share Posted June 22, 2019 Got it working, setting "SanitiseClearScreen" to NO (UEFI\Quirks) allows me to use the Boot Menu. Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/29/#findComment-2678846 Share on other sites More sharing options...
Recommended Posts