Windows UEFI VM Fails to Boot After Image Migration Due to Secure Boot Mismatch
Problem
Environment
Cause
Diagnostics
1
Verify image properties
$ openstack image show <IMAGE_ID> --fit+------------------+------------------------------------------------------+
| Field | Value |
+------------------+------------------------------------------------------+
| properties | hw_firmware_type='uefi', |
| | hw_machine_type='q35', |
| | hw_disk_bus='scsi', |
| | hw_scsi_model='virtio-scsi', |
| | os_secure_boot='required' |
+------------------+------------------------------------------------------+2
Verify boot volume metadata
$ openstack volume show <VOLUME_ID>+------------------------+----------------------------------------------+
| Field | Value |
+------------------------+----------------------------------------------+
| volume_image_metadata | {hw_firmware_type: uefi, |
| | hw_machine_type: q35, |
| | os_secure_boot: required} |
+------------------------+----------------------------------------------+Resolution
Validation
PreviousVM Migration and Booting issue due to Disk Format MismatchNextGPU Host Convergence Failure Due to Invalid mdev_config Format
Last updated
