Ensure correct boot volume is used by the chainloader

このコミットが含まれているのは:
2025-07-29 08:04:33 +02:00
committed by CodingWorkshop Signing Team
コミット 486e987b71

ファイルの表示

@@ -47,7 +47,7 @@ ChBootSystem(IN PXTBL_BOOT_PARAMETERS Parameters)
}
/* Open EFI volume */
Status = XtLdrProtocol->Disk.OpenVolume(NULL, &DiskHandle, &FsHandle);
Status = XtLdrProtocol->Disk.OpenVolume(Parameters->DevicePath, &DiskHandle, &FsHandle);
if(Status != STATUS_EFI_SUCCESS)
{
/* Failed to open a volume, return error code */