1
0
feito fork de xt-sys/exectos

Ensure correct boot volume is used by the chainloader

Esse commit está contido em:
2025-07-29 08:04:33 +02:00
commit de CodingWorkshop Signing Team
commit 486e987b71

Ver arquivo

@@ -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 */