From c2582cc9a199b606835e8cdbf37991778efede4a Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Mon, 21 Jan 2019 19:00:18 +0100 Subject: Disable the watchdog time in the main bootloader --- DcsBoot/DcsBoot.c | 1 + 1 file changed, 1 insertion(+) diff --git a/DcsBoot/DcsBoot.c b/DcsBoot/DcsBoot.c index 664afaa..e013dea 100644 --- a/DcsBoot/DcsBoot.c +++ b/DcsBoot/DcsBoot.c @@ -165,6 +165,7 @@ DcsBootMain( EfiSetVar(L"DcsExecPartGuid", NULL, &ImagePartGuid, sizeof(EFI_GUID), EFI_VARIABLE_BOOTSERVICE_ACCESS); EfiSetVar(L"DcsExecCmd", NULL, gEfiExecCmdDefault, (StrLen(gEfiExecCmdDefault) + 1) * 2, EFI_VARIABLE_BOOTSERVICE_ACCESS); // Authorize + gBS->SetWatchdogTimer(0, 0, 0, NULL); res = EfiExec(NULL, L"\\EFI\\VeraCrypt\\DcsInt.dcs"); if (EFI_ERROR(res)) { // ERR_PRINT(L"\nDcsInt.efi %r\n",res); -- cgit v1.2.3