Fix a bug that Windows ISO in local disk can not install when boot through F2 browser mode in Legacy BIOS mode.

This commit is contained in:
longpanda
2022-04-28 22:07:30 +08:00
parent fd0d335eb6
commit 0984f5ba58
7 changed files with 41 additions and 18 deletions

View File

@@ -86,7 +86,7 @@ typedef struct ventoy_os_param
grub_uint64_t vtoy_img_location_addr;
grub_uint32_t vtoy_img_location_len;
grub_uint64_t vtoy_reserved[4]; // Internal use by ventoy
grub_uint8_t vtoy_reserved[32]; // Internal use by ventoy
grub_uint8_t vtoy_disk_signature[4];