A start job is running for dev-disk-by\x2duuid-9ca59c23\x2d4cd7\x2d592f\x2d50cb09a2669c.device
I’ve already checked fstab, but there is no mentioning of any of these numbers.
this has problably something to do with this: https://forums.opensuse.org/showthread.php/530999-Created-BTRFS-on-external-SSD-what-now, since it’s happening since I created a BTRFS partition on an external drive. This drive does appears in fstab, but is set to noauto and the UUID does not resemble any of the above mentioned numbers.
After every Kernel update I get a “blue screen” upon boot “SHIM Uefi key management” - I have enabled secure boot. I can just continue booting normally by pressing enter, but there are some options I can chose from “Press any key to perform MOK management” but I don’t want to mess up my system.
What do to? Simply disable secure boot?
I suggest you check “/etc/default/grub” to see if those numbers show up.
I had a similar situation with a recently installed Leap 15.0 Beta. Booting took a long time, with a 90 second pause with nothing appearing to happen. I managed to find that message. And I found the disk it was trying to access in “/etc/default/grub” (the “resume=” parameter on the default boot command). It had configured for “resume=” a swap partition that happened to be available during install, but is not available during normal running. Once I fixed that, and then regenerated the grub boot menu, it has been booting a lot faster.
After every Kernel update I get a “blue screen” upon boot “SHIM Uefi key management” - I have enabled secure boot. I can just continue booting normally by pressing enter, but there are some options I can chose from “Press any key to perform MOK management” but I don’t want to mess up my system.
What do to? Simply disable secure boot?
Select “Enroll key” (or is it “enroll MoK”), then enter root password when asked for a password. This will cause a new openSUSE key to be enrolled (for checking signatures on kernels). And you won’t see this prompt again unless they decide to enroll another key. Yes, it is a bit confusing.
It’s easy to miss one step. That happened when I cleaned up the HDD by removing all system partitions and expanding the remaining one. Make sure to switch off secure boot and run all off the following:
grep UUID /etc/default/grub
grep UUID /boot/grub2/grub.cfg
dracut -f
grub2-install --target=x86_64-efi
grub2-mkconfig -o /boot/grub2/grub.cfg
Then shut down the machine and boot from ‘opensuse’
The “fdisk” output will have the partition UUID (or PARTUUID), and not the filesystem UUID. It is the filesystem UUID that we are looking for.
I’m alerted to this by the reply from SF6. The UUID it gives for the EFI partition is far too long to be the file system UUID of a vfat file system.
In any case, the startup message is almost certainly looking for a UUID which cannot be found by directly examining partitions (otherwise there would not be a startup delay).
The other places to look:
“resume=” in the grub configuration. Apparently it is not there.
A logical volume that is inside an LVM or encrypted LVM. It is presumably a file system that was accessible during the install but is not accessible now. If install was from a USB, it might also be a partition on that USB.