Hi,
I am trying to install 15.1 from DVD on a small newly built box that I want to use as a server. I have two new 120GB SSDs, I’ve given the first a 1GB /boot/efi partition, the second a 1GB swap partition, and the remaining space is given over to an LVM volume group named vg0.
vg0 consists of a 64GB thin pool named tp0 and the remainder is a regular XFS formatted logical volume named lv_data given over to application data, and striped across the two disks in the pool.
tp0 is allocated with the following thin volumes (name - mount point - size), all XFS unless indicated otherwise:
lv_root - / - 32GB (Btrfs)
lv_home - /home - 2GB
lv_log - /var/log - 2GB
lv_tmp - /tmp - 2GB
The install goes well up until it tries to install the bootloader, at which point it cannot connect to lvmetad so falls back to device scanning, then reports that it cannot a disk identified by an lvmid:
Error
Execution of command “”/usr/bin/shim-install", “–config-file=/boot/grub2/grub.cfg”]]" failed.
Exit code: 1
Error output: WARNING:Failed to connect to lvmetad.Falling back to device scanning.
WARNING:Failed to connect to lvmetad.Falling back to device scanning.
WARNING:Failed to connect to lvmetad.Falling back to device scanning.
WARNING:Failed to connect to lvmetad.Falling back to device scanning.
WARNING:Failed to connect to lvmetad.Falling back to device scanning.
WARNING:Failed to connect to lvmetad.Falling back to device scanning.
WARNING:Failed to connect to lvmetad.Falling back to device scanning.
WARNING:Failed to connect to lvmetad.Falling back to device scanning.
/usr/sbin/grub2-probe: error:disk ` lvmid/A8t50V-9VKA-bjbU-04B4-kY8v-zPvK-EXjUQC/uKF1L6-qeDI-qOEd-uoW2-qmVu-Zf7N-IDOHW0’ not found.
After OKing the message it appears again a couple of minutes later, after OKing that it continues as if the installation is complete and reboots after a couple more minutes. Upon reboot no bootable system is found on hard disks and it passes to the DVD ROM and if I try the option to boot an installed Linux system from the DVD it does not find an installed system. I’ve also tried following the routine to re-install grub from the rescue system as follows:
vgchange -ay vg0
mount /dev/mapper/vg0-lv_root /mnt
mount --bind /dev /mnt/dev
mount --bind proc proc /mnt/proc
mount --bind sysfs sysfs /mnt/sys
chroot /mnt
grub2-mkconfig-o /bot/grub2/grub.cfg
But at that point I get the same error message as above.
I feel like there is nothing in the setup that should be stopping it, there is an adequately sized FAT-formatted EFI boot partition and I have another desktop with a similar setup where root is on a thin volume (albeit from an older version of openSuse which has been upgraded, not a fresh install of 15.1) so don’t see this as an issue. I have retried the whole install procedure (including generating new GPTs for both disks) a couple of times with the same end result. Have also tried changing the SATA ports that the disks are connected to because initially I had plugged them into RAID-capable ports which was not recommended in the UEFI screens, but on grounds of speed, not boot-ability.
Motherboard is an AsRock C2550D4I, disks are Kingston 120GB UV500 SSDs, please let me know if any other hardware info is useful. Any help would be gratefully received.