On boot I am getting a
Followed by a 1 minute and 30 second timer that leads to:(1 of 2) A start job is running for dev-nvme0n1p2.device
This is met with a couple "Depend" errors:(2 of 2) Timed out waiting for device dev-nvme0n1p2.device
And the same then happens for my swap partition after:"Dependency failed for /boot."
"Dependency failed for Local File Systems."
/dev/nvme0n1p2 is my /boot partition(2 of 2) Timed out waiting for device dev-nvme0n1p3.device
Dependency failed for /dev/nvme0n1p3
Dependency failed for Swap.
/dev/nvme0n1p3 is my swap partition
/dev/nvme0n1p4 is my root partition
/etc/fstab:
I am able to use the maintenance shell after the errors are given with /boot not being mounted obviously../dev/nvme0n1p2 /boot vfat defaults,noatime 0 2
/dev/nvme0n1p3 none swap sw 0 0
/dev/nvme0n1p4 / ext4 noatime 0 1
What exactly do these errors mean and what can I look through to see what's happening?


