new build on a Cubieboard 2. I used https://armv7.dev.centos.org/repos/images/CentOS-Userland-7-armv7hl-generic-Minimal-1810-sda.raw.xz with xzcat CentOS-Userland-7-armv7hl-generic-Minimal-1810-sda.raw.xz | sudo dd of=/dev/sdb status=progress bs=4M onto a sata HD. The uSD card has uboot only. Booted fine. First step was to do a yum update and it failed: Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 Importing GPG key 0xF4A80EB5: Userid : "CentOS-7 Key (CentOS 7 Official Signing Key) <security at centos.org>" Fingerprint: 6341 ab27 53d7 8a78 a7c2 7bb1 24c6 a8a7 f4a8 0eb5 Package : centos-userland-release-7-6.1810.2.el7.centos.armv7hl (@instCentOS/$releasever) From : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 Is this ok [y/N]: y Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-AltArch-Arm32 Importing GPG key 0x62505FE6: Userid : "CentOS AltArch SIG - Arm32 (https://wiki.centos.org/SpecialInterestGroup/AltArch/Arm32) <security at centos.org>" Fingerprint: 4d9e 39f1 499c a21d d289 77f8 cafe f11b 6250 5fe6 Package : centos-userland-release-7-6.1810.2.el7.centos.armv7hl (@instCentOS/$releasever) From : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-AltArch-Arm32 Is this ok [y/N]: y Running transaction check ERROR with transaction check vs depsolve: xorg-x11-drv-vmmouse >= 14.0.0 is needed by (installed) kernel-4.14.82-201.el7.armv7hl You could try running: rpm -Va --nofiles --nodigest Your transaction was saved, rerun it with: yum load-transaction /tmp/yum_save_tx.2019-03-03.04-01.uUyhcp.yumtx [root at localhost ~]# what do I need to do to get this install updated? thanks