diff --git a/xtldr2/xtldr.c b/xtldr2/xtldr.c index 513cca2..1a5dba4 100644 --- a/xtldr2/xtldr.c +++ b/xtldr2/xtldr.c @@ -68,6 +68,9 @@ BlStartXtLoader(IN EFI_HANDLE ImageHandle, BlDebugPrint(L"ERROR: Failed to register XTLDR loader protocol\n"); } + /* Discover and enumerate EFI block devices */ + BlEnumerateBlockDevices(); + /* Temporary infinite loop */ for(;;);