Errors: Boot into Grub rescue mode with errors below, could not find Btrfs root filesystem cluster member disk(s):
failure reading sector 0x0 from ‘fd0’;
disk ‘lvmid/’ not found;
Root cause: The /boot/grub2/grub.cfg is not updated correctly during SLES12 SP4 upgrades to SP5
Solution:
1. Boot into rescue mode.
2. Reinstall GRUB: grub-install bootdevicepath (e.g. /dev/sda)
grub2-install /dev/sda
grub2-install --directory=/mnt/systemroot --boot-directory=/mnt/systemroot/boot
3. Create new grub.cfg.
grub2-mkconfig -o /boot/grub2/grub.cfg
grub2-mkconfig -o /mnt/systemroot/boot/grub2/grub.cfg
5. Reboot.