You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need to specify change for firmwares without writable nvram. Without external bootloader, manual setup leads to bootloop.
Feature Request: Allow this option to be read from a text file or configuration file.
veracrypt/Veracrypt-dcs/DcsBoot/DcsBoot.c
line 28: CHAR16 *gEfiExecCmdDefault = L"\EFI\Microsoft\Boot\Bootmgfw.efi";
ex: installing ubuntu requires renaming ubuntu efi boot file in \EFI\Microsoft\Boot\Bootmgfw.efi , to allow to boot ubuntu, then chaning bootmgfw.efi to a different directory so ubuntu grub can load windows. FDE on these systems does not "work" without manually loading the veracrypt EFI file each time, and will fail preboot test, unless user intervene's and selects proper boot file for verqcrypt EFI loader.
The text was updated successfully, but these errors were encountered:
cerberii
changed the title
how to change windows EFI location
Feature Request: Veracrypt.cfg for bootloader
Dec 4, 2017
Sadly this file doesn't seem to be documented, like at all. I've only found out about it through various unrelated forum posts and checking the files on the EFI partition myself.
Need to specify change for firmwares without writable nvram. Without external bootloader, manual setup leads to bootloop.
Feature Request: Allow this option to be read from a text file or configuration file.
veracrypt/Veracrypt-dcs/DcsBoot/DcsBoot.c
line 28: CHAR16 *gEfiExecCmdDefault = L"\EFI\Microsoft\Boot\Bootmgfw.efi";
ex: installing ubuntu requires renaming ubuntu efi boot file in \EFI\Microsoft\Boot\Bootmgfw.efi , to allow to boot ubuntu, then chaning bootmgfw.efi to a different directory so ubuntu grub can load windows. FDE on these systems does not "work" without manually loading the veracrypt EFI file each time, and will fail preboot test, unless user intervene's and selects proper boot file for verqcrypt EFI loader.
The text was updated successfully, but these errors were encountered: