mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-24 19:54:25 -04:00
parent
79a6f8942e
commit
bcca9144b7
5 changed files with 8 additions and 14 deletions
|
@ -1391,9 +1391,6 @@ static BOOL SetupWinToGo(DWORD DriveIndex, const char* drive_name, BOOL use_esp)
|
|||
return FALSE;
|
||||
}
|
||||
Sleep(200);
|
||||
}
|
||||
|
||||
if (use_esp) {
|
||||
// Need to have the ESP mounted to invoke bcdboot
|
||||
ms_efi = AltMountVolume(DriveIndex, partition_offset[PI_ESP], FALSE);
|
||||
if (ms_efi == NULL) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue