Pene Posted March 30, 2020 Share Posted March 30, 2020 (edited) 8 hours ago, n.d.k said: Set your shell tool as auxiliary to hide it by default. I think that's UINT8 is the type OC use to add it to Nvram. What makes you think so? Seems to me it is being added according to the actual data size read from config.plist. UINT8 range is 0 to 255, it is already used even in the default config with much longer data. Plus, it works fine to read larger values when I changed it to UINTN. Edited March 30, 2020 by Pene Link to comment Share on other sites More sharing options...
Matgen84 Posted March 30, 2020 Share Posted March 30, 2020 6 minutes ago, n.d.k said: You meant ResetNvram or CleanNvram?...it's different, one is tool one is not... I mean cleanNvram.efi in Tools section of the config.plist. Link to comment Share on other sites More sharing options...
Pene Posted March 30, 2020 Share Posted March 30, 2020 (edited) 33 minutes ago, meaganmargaret said: Okay, I have a question: Loading Ubuntu 19.10 through Opencore. I used to be able to load Ubuntu (v.16) via Clover, but can't do it with Opencore. I installed Ubuntu 19.10, and configured it, and if I boot to it via the BIOS, it loads just fine (with Grub2). Oddly, when it's loading I see the Asus bios screen display, then it loads. I wonder what it's doing there..... But, if I try to load it (this version 19.10 of Ubuntu) via the Opencore menu, I see the Grub screen, then it goes off (purple screen), and thats it. It never loads. I never get to a login screen. It is an issue with OpenRuntime. Take a look: https://github.com/acidanthera/bugtracker/issues/491 Your problem happens with the current code or an older release? Edited March 30, 2020 by Pene Link to comment Share on other sites More sharing options...
Pene Posted March 30, 2020 Share Posted March 30, 2020 5 minutes ago, meaganmargaret said: 18.04 and 19.10, neither worked. And, I am loading OpenRuntime.....so I guess I'll have to wait to see if they can get it fixed...... Thanks for that URL! I was meaning if you are running the latest OpenCore, aka compiled today (either by OpenCore or OpenCore-ndk), or an older version of it? Link to comment Share on other sites More sharing options...
Pene Posted March 30, 2020 Share Posted March 30, 2020 Just now, meaganmargaret said: Using NDK's latest version as of three days ago. Compile again. There were changed regarding that problem today, that fixed it for some of the systems. For mine it is still not fixed though. Link to comment Share on other sites More sharing options...
Ellybz Posted March 30, 2020 Share Posted March 30, 2020 35 minutes ago, meaganmargaret said: Nah, I'll pass on recompiling....I'll just wait a bit to see if they can work it out further. Thanks.... Im running Ubuntu 18.04 LTS thru OpenCore. Never had an issue. I just checked again on latest commit . I'm loading it via the custom entry below: PciRoot(0x0)/Pci(0x17,0x0)/Sata(0x2,0xFFFF,0x0)/HD(1,GPT,6764064E-FA1D-4FC7-AEF5-C94FAE30F973,0x28,0x64000)/\EFI\ubuntu\grubx64.efi Link to comment Share on other sites More sharing options...
n.d.k Posted March 30, 2020 Author Share Posted March 30, 2020 7 hours ago, Pene said: What makes you think so? Seems to me it is being added according to the actual data size read from config.plist. UINT8 range is 0 to 255, it is already used even in the default config with much longer data. Plus, it works fine to read larger values when I changed it to UINTN. Ok, it's UINTN now, you just have to change the Data type in Config.plist to Number instead to make thing simple. 7 hours ago, Matgen84 said: I mean cleanNvram.efi in Tools section of the config.plist. Set HideAuxiliary to TRUE, and set individually every custom entries/tools, which you want to be affected by the HideAuxiliary Switch to be Auxiliary (YES/NO). Before all tools are hidden by default regardless of the auxiliary setting, with yesterday changes, they are now affected by the Auxiliary switch just like custom entries. 2 1 Link to comment Share on other sites More sharing options...
Pene Posted March 30, 2020 Share Posted March 30, 2020 2 hours ago, n.d.k said: Ok, it's UINTN now, you just have to change the Data type in Config.plist to Number instead to make thing simple. Thanks, working out of the box now Link to comment Share on other sites More sharing options...
btwise Posted March 31, 2020 Share Posted March 31, 2020 @ndk The ability to freely change different configuration files in the boot menu interface and temporarily disable the kext driver is very helpful for installing MACOS! Link to comment Share on other sites More sharing options...
ameenjuz Posted April 1, 2020 Share Posted April 1, 2020 (edited) On 3/29/2020 at 4:47 AM, n.d.k said: Just like any other apps, use tab to cycle through the restart and shutdown. thanks ndk but restart button also working as a shutdown how to fix it i think this is bug Edited April 1, 2020 by anmool edited Link to comment Share on other sites More sharing options...
n.d.k Posted April 1, 2020 Author Share Posted April 1, 2020 3 hours ago, anmool said: thanks ndk but restart button also working as a shutdown how to fix it i think this is bug Is the ResetNvram function working correctly when you use it?..I am using the EDKII reset function, it work fine on my system. If the ResetNram work for you, I can switch to it instead. Link to comment Share on other sites More sharing options...
galisrule Posted April 1, 2020 Share Posted April 1, 2020 restart and shutdown button works fine for me 1 Link to comment Share on other sites More sharing options...
ameenjuz Posted April 1, 2020 Share Posted April 1, 2020 11 hours ago, n.d.k said: Is the ResetNvram function working correctly when you use it?..I am using the EDKII reset function, it work fine on my system. If the ResetNram work for you, I can switch to it instead. I have ResetNvram function working 100% i tested it When i press ResetNvram function then my pc restart and clean all stored info from nvram ResetNvram function worked perfectlly Link to comment Share on other sites More sharing options...
n.d.k Posted April 1, 2020 Author Share Posted April 1, 2020 3 hours ago, anmool said: I have ResetNvram function working 100% i tested it When i press ResetNvram function then my pc restart and clean all stored info from nvram ResetNvram function worked perfectlly Switch to use reset function from OC now, should solve your restart problem. 1 Link to comment Share on other sites More sharing options...
ameenjuz Posted April 1, 2020 Share Posted April 1, 2020 48 minutes ago, n.d.k said: Switch to use reset function from OC now, should solve your restart problem. thanks great worked both both restart and shutdown with latest compiled Link to comment Share on other sites More sharing options...
LAbyOne Posted April 1, 2020 Share Posted April 1, 2020 (edited) Hi there, Since nobody has ever talked about this.... i guess i missed something again... waht can possibly generate this in your opinion? normal butt if i touch ... changes icon any idea? Edited April 1, 2020 by LAbyOne Link to comment Share on other sites More sharing options...
n.d.k Posted April 2, 2020 Author Share Posted April 2, 2020 (edited) 6 hours ago, LAbyOne said: Hi there, Since nobody has ever talked about this.... i guess i missed something again... waht can possibly generate this in your opinion? normal butt if i touch ... changes icon any idea? func_selector.png is the image that will display over those icons when your mouse cursor is over it You can create a red circle with 50% to 80% transparency. It will be closed but not exactly like the picture you post. PS. I think I misunderstood you, you meant the problem you have your mouse over your shutdown icon?...func_selector.png is used for both of those icon when you select it. Did you somehow have func_selector.png look like the your reset button.? Edited April 2, 2020 by n.d.k 1 Link to comment Share on other sites More sharing options...
LAbyOne Posted April 2, 2020 Share Posted April 2, 2020 (edited) 4 hours ago, n.d.k said: func_selector.png is the image that will display over those icons when your mouse cursor is over it You can create a red circle with 50% to 80% transparency. It will be closed but not exactly like the picture you post. PS. I think I misunderstood you, you meant the problem you have your mouse over your shutdown icon?...func_selector.png is used for both of those icon when you select it. Did you somehow have func_selector.png look like the your reset button.? @n.d.k Nope there's no func_selector.png into my Icons, and yes 2nd guess. When my mouse is over the shutdown icon, then it shows the reset icon Same thing happen with all themes i made. PS Wait. do you mean it needs a blank func_selector.png to avoid that? PPSS ok MY BAD!!!! just had a look into your Icons folder and yes... I messed that one!!! Sorry for the bother i did not paid attention Edited April 2, 2020 by LAbyOne Link to comment Share on other sites More sharing options...
Matgen84 Posted April 2, 2020 Share Posted April 2, 2020 10 minutes ago, LAbyOne said: @n.d.k Nope there's no func_selector.png into my Icons, and yes 2nd guess. When my mouse is over the shutdown icon, then it shows the reset icon Same thing happen with all themes i made. PS Only note i could add is, I actually modified the ndkbootpicker.c and .h but only to reflect HighSierra into os icons. So i doubt it can the cause that strange behaviour @n.d.k add func_selector.png only 6 days ago. Link to comment Share on other sites More sharing options...
LAbyOne Posted April 2, 2020 Share Posted April 2, 2020 1 minute ago, Matgen84 said: @n.d.k add func_selector.png only 6 days ago. yes thanks i just realized that looking @ theme folder... never noticed before... 1 Link to comment Share on other sites More sharing options...
DocXavier Posted April 3, 2020 Share Posted April 3, 2020 On 3/29/2020 at 4:46 AM, STLVNUB said: Little script to make compiling easier Makes link to self then only need to type ocb to build Clones Repo runs build script BuildOpenCoreV0.1.zip Thank you so much¡¡¡ Link to comment Share on other sites More sharing options...
galisrule Posted April 3, 2020 Share Posted April 3, 2020 restart works fine for me 1 Link to comment Share on other sites More sharing options...
LAbyOne Posted April 3, 2020 Share Posted April 3, 2020 @galisrule Hey i'm gonna sue you for stealing my apple!!!! wach it ! as i told you i'm quite done with my repository, there you will find lots of ugly themes for opencore and clover as well.. we;; most of them are actually themes I made for Clover and just resized for OC, but they looks fine... (i guess) and actually i was wondering if releasing a simple script to get them directly, or post the entire build script with options (which was only intended for personal use since OC is still developing and changing constantly, and also because there are so many already out) well i will think it over a little bit, in the mean time i keep adjusting some graphical glitches..... lol 1 Link to comment Share on other sites More sharing options...
Pene Posted April 3, 2020 Share Posted April 3, 2020 (edited) Hi @n.d.k Currently your fork restricts OcLoadBooterUefiSupport to only Mac OS X booting. This is not really right anymore, as some quirks (the most obvious example being the recently introduced SyncRuntimePermissions) are actually meant to fix Linux (or Windows) booting when OpenRuntime is present. For example, I cannot boot Linux without it with OpenRuntime loaded. When OpenRuntime gets loaded, it already replaces GetVariable(), SetVariable(), and some other RunTime services in the firmware, so some quirks are needed on some firmware to fix the resulting issues. If you wish to be able to control this, I think you should probably introduce an EnableForAll quirk also for Booter section (currently it exists only for Acpi). Edited April 3, 2020 by Pene 2 Link to comment Share on other sites More sharing options...
Awesome Donkey Posted April 3, 2020 Share Posted April 3, 2020 (edited) Interesting, I can boot both Windows 10 and Arch Linux through this OC fork with OpenRuntime enabled with no issues observed. Edited April 3, 2020 by Awesome Donkey 2 Link to comment Share on other sites More sharing options...
Recommended Posts