ответвлено от xt-sys/exectos
Ensure correct boot volume is used to boot XTOS
Этот коммит содержится в:
коммит произвёл
CodingWorkshop Signing Team
родитель
953de7fb5f
Коммит
ecaf923e6d
@@ -323,7 +323,7 @@ XtBootSystem(IN PXTBL_BOOT_PARAMETERS Parameters)
|
||||
Parameters->KernelFile, 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 */
|
||||
|
||||
Ссылка в новой задаче
Block a user