Hi all !
I did an online upgrade of 15.3 to 15.4 (checked all the prerequisites first and they were all fine).
The system did not successfully boot afterwards, trying to load an old kernel.
I had “/boot/vmlinuz-5.3.15-59.40-default’ not found”.
Obviously this could not work since the kernel installed was 5.14.21-150400.24.63.
Edit the config while in grub allowed me to boot the system.
I then ran grub2-mkconfig and could see in the output that it did detect and use the latest kernel. But the boot still failed with the same error !
So I ran “yast2 bootloader”, and of course I was told that an unsupported bootloader “grub” had been detected.
As prompted, I chose to accept to use the supported configuration (grub2, I guess).
Then I got another error : “issues foudn while analyzing the storage devices”
And in the error details :
Probing device relationship failed
The volume group /dev/data is incomplete because some physical volumes are missing.
device not found, name:/dev/sdb1
Fine, but…
fdisk -l
Disk /dev/sdb: 3.64 TiB, 3999998672896 bytes, 7812497408 sectors
Disk model: ARC-1680-VOL#001
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x00000000Device Boot Start End Sectors Size Id Type
/dev/sdb1 34 2147488875 2147488842 1T 8e Linux LVM
/dev/sdb2 2147488876 4294977750 2147488875 1T 8e Linux LVM
/dev/sdb3 4294967295 7812486918 3517519624 1.6T 8e Linux LVMDisk /dev/sda: 139.7 GiB, 149999583232 bytes, 292967936 sectors
Disk model: ARC-1680-VOL#000
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x000c0e65Device Boot Start End Sectors Size Id Type
/dev/sda1 * 16065 41945714 41929650 20G 83 Linux
/dev/sda2 41945715 46138679 4192965 2G 82 Linux swap / Solaris
/dev/sda3 46138680 213905474 167766795 80G 83 LinuxDisk /dev/mapper/data-samba: 2.42 TiB, 2659960487936 bytes, 5195235328 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
And
pvdisplay
— Physical volume —
PV Name /dev/sdb3
VG Name data
PV Size 1.64 TiB / not usable 2.88 MiB
Allocatable yes (but full)
PE Size 4.00 MiB
Total PE 429384
Free PE 0
Allocated PE 429384
PV UUID yf61ml-RU03-V53W-XfA0-lhKl-L95r-fF3irE— Physical volume —
PV Name /dev/sdb1
VG Name data
PV Size 1.00 TiB / not usable 2.54 MiB
Allocatable yes
PE Size 4.00 MiB
Total PE 262144
Free PE 57344
Allocated PE 204800
PV UUID NVD4We-Z6IP-nGP5-27qU-fK6G-nnly-Dv3CFz— Physical volume —
PV Name /dev/sdb2
VG Name data
PV Size 1.00 TiB / not usable 2.55 MiB
Allocatable yes
PE Size 4.00 MiB
Total PE 262144
Free PE 262144
Allocated PE 0
PV UUID wVh4Q9-AgPK-AJiK-2au5-ZfGx-qc89-aw6ckr
My lvm volumes are online and running (apparently) fine.
What could be wrong here, and what would be the steps to fix these problems ?
Thanks a lot for your insights on this !
PS : for the moment I “fixed” the boot problem by manually editing the old “grub/menu.lst” file to point to the new kernel.