-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UEFI Boot Editting #80
Comments
Do you see anything, is the timeout registered correctly? What's the motherboard model? BIOS version? Only thing that comes to mind is that while you have EFI support maybe you're actually booting in compatibility mode and EFI is actually unused (though I think that disables the EFI access in Windows altogether 🤔 ) or maybe there are some protections in your BIOS to lock read access to boot variables. You can also try |
No, upon opening the program, every tab is empty (see below); Also, what's strange is my Windows 10 msconfig boot screen shows nothing as well? Yet, I have (2) boot options available. 1 boots a VHDX file (also Windows 10), while the other boots to the C: drive partition (Windows 10 Pro x64 21H2); I'm running an Azuz mother board, see below; I have a similar setup on one of my laptops (2 boot options, VHDX and regular C: drive Windows 10 Pro x64 22H2). I see the same thing happening when running EFI Boot Editor. The raw EFI data is empty as well, see attached. Do you have any other ideas on something I can check on my end? |
Yeah, completely nothing 😞 Interesting, if there are no errors showing up, not sure what could that be, maybe some option in the BIOS to limit the OS access as I mentioned (though I would expect error message, not silently returning nothing). But looking through BIOS images in google I don't see anything like that. Are you using Secure Boot? And can you try the Also your BIOS seems to be pretty old? maybe there is a bug in it. I see newer ones I think: https://rog.asus.com/motherboards/rog-strix/rog-strix-b550-a-gaming-model/helpdesk_bios/ if you can its probably worth upgrading. |
glad i found this issue. i just found your tool which is awesome. I mean I love you or something like that. finally a GUI tool for windows (and linux too) what can handle uefi boot settings. it is terrible that microsoft has no official tool for this and the linux soultions which i found are not so universal. first of all: it is not clear for me which version should i use. i just downloaded i also have to tell that EasyUEFI has no issues and under ubuntu 24.04 i'm using EFI boot manager too. both handles well my machine. i'm planning to translate your program. but man, after a quick look i must say that it's heavy. i love detailed solutions but as i see you are working on it which is cool. the mentioned programs above might give you some inspirations. |
For what to install I recommend reading https://github.com/Neverous/efibooteditor/blob/master/INSTALL.md. None of the artifacts are guaranteed to work outside of the build environment but I've been pushing the
Any chance for additional details, like BIOS Version? |
@Neverous of course i can provide more infos. only |
For now, yes 🤞 |
|
@Neverous no success. cannot even start the program. it says that MSVCP140D.dll, VCRUNTIME140D.dll, VCRUNTIME140_1D.dll ucrtbased.dll files are missing. |
Oh, you're right I'm putting the wrong runtime libraries (release versions) in the debug packages 👷 |
This one should be able to start. |
was causing "Couldn't find any EFI Boot Manager variables" erroneously. Might be the cause of #80
Managed to hit it myself finally, I think. And fixed that with f5cfe62 . You should be able to test with build from https://github.com/Neverous/efibooteditor/releases/tag/latest, once it builds. Or it will be a part of next release. |
Should be fixed for a while now. Feel free to reopen if otherwise. |
I have an Asus motherboard, using a UEFI configuration, not sure if I'm doing something wrong when running your EFI editor, but I don't see my current boot options within your program?
I tried all your different Windows versions (Clang and MSVC), but none of them seem to work for me.
I'm running Windows 10 Pro (x64) - 21H2
What am I doing wrong?
The text was updated successfully, but these errors were encountered: