Hide Forgot
Created attachment 497679 [details] output of udevadm info --query=all --name=/dev/sda3 Description of problem: On a fully updated F15 system (with updates-testing) I recently started to see long delays in booting. dmesg ouput: 60.169130] udev[459]: renamed network interface wlan0 to wlan1 [ 234.161067] systemd[1]: Job dev-disk-by\x2duuid-26ad1e84\x2d5f11\x2d4fa5\x2dad13\x2d18cff828b570.device/start timed out. [ 234.162487] systemd[1]: Job cryptsetup.target/start failed with result 'dependency'. [ 234.163834] systemd[1]: Job dev-mapper-luks\x2d26ad1e84\x2d5f11\x2d4fa5\x2dad13\x2d18cff828b570.device/start failed with result 'dependency'. [ 234.166607] systemd[1]: Job cryptsetup@luks\x2d26ad1e84\x2d5f11\x2d4fa5\x2dad13\x2d18cff828b570.service/start failed with result 'dependency'. [ 234.166649] systemd[1]: Job dev-disk-by\x2duuid-26ad1e84\x2d5f11\x2d4fa5\x2dad13\x2d18cff828b570.device/start failed with result 'timeout'. Similar to bug 692248, but my boot partition is simply /dev/sda3, not a /dev/md device. My partition is not encrypted via Luks, but does have hardware disk encryption (FDE).
Created attachment 497680 [details] grub config
Created attachment 497681 [details] fstab
So the timeout happens because you seem to have some entries in /etc/cryptsetup. If you don't use dm-crypt (i.e. LUKS), then you should not list any devices in there.
Turned out to be an old /etc/crypttab file