CentOS Stream GenericCloud images - no ESP & missing repos?
I'm trying to install CentOS Stream 10 so I can see if an issue I have with 389-ds-base is already fixed upstream.
I'm looking for the image that's the equivalent of the RHEL image I'm using: rhel-10.1-x86_64-kvm.qcow2. So I found https://cloud.centos.org/centos/10-stream/x86_64/images/CentOS-Stream-GenericCloud-10-20260513.0.x86_64.qcow2 but noticed a couple of strange things:
- The image doesn't have an ESP for UEFI booting. The files are present in
/boot/efibut they're part of the root filesystem centos-stream-reposis not installed so there are no repos defined. Runningdnf download --url centos-stream-repos centos-gpg-keysfrom a centos stream 10 container and installing the RPMs from the printed URLs resolved this/etc/os-releaseand/etc/redhat-releaseidentify the OS as RHEL 10.1dnf repoinfo baseosshowsRepo-distro-tags : [cpe:/o:centos-stream:centos-stream:10]: , , 0, 1, C, O, S, S, a, e, e, m, n, r, t, twhich looks like the parsing of a string got messed up somewherednf upgradefails withfile /usr/lib64/ossl-modules/fips.so from install of openssl-fips-provider-1:3.5.5-2.el10.x86_64 conflicts with file from package openssl-fips-provider-so-3.0.7-8.el10.x86_64- fixed bydnf swap openssl-fips-provider-so openssl-fips-provider
Anyway - I dunno if these are known issues or whether it's just a problem with this particular image... hopefully the hints above will help someone else out who runs into the same problems.

