I have 2 operating systems (Windows 10 encrypted and another Windows 10 unencrypted).
With this bootloader VeraCript, the following occurs:
1) If nothing is done after 7 seconds, the computer turns off.
2) If you press ESC, then the Windows bootloader is loaded and I can only load an unencrypted system
3) If I enter the password, I can load any of the 2x.
I need to do the following:
a) So that after 7 seconds the VeraCript loader continues to load the Windows loader, as in paragraph 2 above.
b) If the password is incorrect, I did what in paragraph 2 above.
c) Didn't ask PIM
How to do it? (Now he does not turn off the computer like that, but he wants to continue loading the Windows bootloader)
Thanks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have bootloder Uefi with settingts
<veracrypt>
<configuration>
<config key="PasswordType">0</config>
<config key="PasswordMsg">Loading... </config>
<config key="AuthorizeProgress">0</config>
<config key="PasswordTimeout">3</config>
<config key="PasswordPicture">login.bmp</config>
<config key="HashMsg">(0) TEST ALL (1) SHA512 (2) WHIRLPOOL (3) SHA256 (4) RIPEMD160 (5) STREEBOG
Hash: </config>
<config key="Hash">1</config>
<config key="HashRqt">0</config>
<config key="PimMsg">PIM (Leave empty for default): </config>
<config key="Pim">0</config>
<config key="PimRqt">1</config>
<config key="AuthorizeVisible">0</config>
<config key="AuthorizeRetry">10</config>
<config key="DcsBmlLockFlags">0</config>
<config key="DcsBmlDriver">0</config>
<config key="ActionSuccess"></config>
<config key="ActionFailed"></config>
</configuration>
</veracrypt>
I have 2 operating systems (Windows 10 encrypted and another Windows 10 unencrypted).
With this bootloader VeraCript, the following occurs:
1) If nothing is done after 7 seconds, the computer turns off.
2) If you press ESC, then the Windows bootloader is loaded and I can only load an unencrypted system
3) If I enter the password, I can load any of the 2x.
I need to do the following:
a) So that after 7 seconds the VeraCript loader continues to load the Windows loader, as in paragraph 2 above.
b) If the password is incorrect, I did what in paragraph 2 above.
c) Didn't ask PIM
How to do it? (Now he does not turn off the computer like that, but he wants to continue loading the Windows bootloader)
Thanks.