81137d4045
Somewhat common are dual boot images that have both a MBR loader and the contents required for a UEFI boot, as largely the pointer to where to begin reading the rest of the boot loader occurs in the first few hundred bytes on disk which redirects the disk to begin reading from a known address. This goes sideways on UEFI machines where this method of booting is not recognized nor supported. Thus we need to return false when we encounter this state. Change-Id: I8c0b42bb71b9e26ed7fec8894e21ce7fc06b94a1 Story: 2007455 Task: 39133
8 lines
306 B
YAML
8 lines
306 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Fixes an issue with deployment ramdisks running in UEFI boot mode where
|
|
dual-boot images may cause the logic to prematurely exit before UEFI
|
|
parameters can be updated. Internal checks for a BIOS bootloader will
|
|
always return ``False`` now when the machine is in UEFI mode.
|