-
Notifications
You must be signed in to change notification settings - Fork 6
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
Distinguishing Two Windows Installs? #6
Comments
I'm not sure how Windows manages multiple installations (I rarely use my Windows dual-boot). Having the same name shouldn't be an issue since bootnext uses the ID, so I guess it might not be a proper EFI boot entry. Can I see the output of |
Suure, here it is;
|
Do both show up separately in the hard disk boot order options in the firmware settings? |
There are certainly two options in windows boot manager but I'll check in Firmware when I get home. |
Go to the advanced tab, then find the options for each individual hard drive. You should see the additional entries there if they exist. |
There were no additional entries. |
In that case, bootnext won't be able to choose between the options unless I implement the ability to manipulate the BCD (similar to #2, but for Windows). |
at least you could put ID with it so power user can get to know what ID should use, however I think it should only display 1, as Windows Boot Loader is not meant to install as EFI boot entry, but only for Windows Boot Manager (bcdboot/bootmgfw.efi) internal usage. Does this program is directly get data from EFI bootmgr? if get through Windows API, then maybe it is technical problem on that API usage. If I not wrong, using Linux binary 'efibootmgr' will list only 1 Windows Boot Manager. |
Great concept, but I don't think the program is effective at distinguishing two Windows instalations. I've tried all options with no changes to the boot order. I am using the built in boot manager for Windows 10. Any idea of where I could be going wrong?
The text was updated successfully, but these errors were encountered: