Skip to content

Commit 0db0f82

Browse files
committed
Switch to EFI-compatible CentOS Stream cloud image
As explained in a recent centos-devel message [1], which is in the context of CentOS Stream 10 but also applies to 9: Q: What is the difference between the two x86_64 qcow2 images? The original (without the extra x86_64) is our original Bios only image. The one with the extra x86_64 boots using EFI [1] https://lists.centos.org/hyperkitty/list/[email protected]/thread/PQSMX2QQCOJRKMNLQSXDOFIKRGJF4QDM/ Closes-Bug: #2121588 Change-Id: Ibd2c68103e73b1ecedd1aade780f96af3d9e9ab3 Signed-off-by: Pierre Riteau <[email protected]> (cherry picked from commit e26b209)
1 parent 7ff2db4 commit 0db0f82

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

ansible/inventory/group_vars/all/seed-vm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,15 @@ seed_vm_root_format: qcow2
4646
# https://dl.rockylinux.org/pub/rocky/9/images/x86_64/Rocky-9-GenericCloud.latest.x86_64.qcow2
4747
# when os_distribution is "rocky",
4848
# or
49-
# "https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-latest.x86_64.qcow2"
49+
# "https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-x86_64-9-latest.x86_64.qcow2"
5050
# otherwise.
5151
seed_vm_root_image: >-
5252
{%- if os_distribution == 'ubuntu' %}
5353
https://cloud-images.ubuntu.com/noble/current/noble-server-cloudimg-amd64.img
5454
{%- elif os_distribution == 'rocky' %}
5555
https://dl.rockylinux.org/pub/rocky/9/images/x86_64/Rocky-9-GenericCloud.latest.x86_64.qcow2
5656
{%- else -%}
57-
https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-latest.x86_64.qcow2
57+
https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-x86_64-9-latest.x86_64.qcow2
5858
{%- endif %}
5959

6060
# Capacity of the seed VM data volume.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
fixes:
3+
- |
4+
Fixes CentOS Stream 9 seed and infra VMs not booting by switching to an
5+
EFI-compatible image.
6+
`LP#2121588 <https://bugs.launchpad.net/kayobe/+bug/2121588>`__

0 commit comments

Comments
 (0)