With today’s kernel update to version 6.18.7 (opensuse Tumbleweed), I’m unable to boot the system.
I receive the following error messages:
x86/cpu: SGX Launch Control is locked. Support SGX virtualization only
Warning: /dev/disk/by-uuid/[UUID code] does not exist (two times)
The undetected disks are /boot/efi and /. The UUID is correct (I checked with /etc/fstab).
The problem only occurs with the new version (6.18.7). I can boot with the previous kernel version (6.18.6) without problems.
Trying to solve the problem, I’ve already tried regenerating the initrd for the kernel using the commands:
sudo depmod -a 6.18.7-1-default
sudo dracut -f /boot/initrd-6.18.7-1-default 6.18.7-1-default
sudo update-bootloader --reinit
It didn’t work.
I also tried reinstall the kernel:
sudo zypper in -f kernel-default
No success. Does anyone have any ideas?
Thanks in advance.