So, My swap partition won't mount after my upgrade from 12.3 to 13.1. In the boot log I see this:
Then down below that this shows up:
After loading up the OS. The swap file is not mounted. I run "swapon /dev/sda1" and it comes back online. But I can't do that every time I reboot this server.
My fstab looks like this:
This is a Virtual Machine running within a Hyper-V system. I haven't had any problems whatsoever with anything else before this time.
Code:
Expecting device dev-disk-by\x2did-scsi\x2d14d534654202020208515de2206aa374c8f52b5988a2c9d54\x2dpart1.device...
Starting Remount Root and Kernel File Systems...
Code:
[* ] A start job is running for dev-disk-by\x2did-scsi\x2d14d534654202020208515de2206aa374c8f52b5988a2c9d54\x2dpart1.device
[ TIME ] Timed out waiting for device dev-disk-by\x2did-scsi\x2d14d534654202020208515de2206aa374c8f52b5988a2c9d54\x2dpart1.device.
[DEPEND] Dependency failed for /dev/disk/by-id/scsi-14d534654202020208515de2206aa374c8f52b5988a2c9d54-part1.
[DEPEND] Dependency failed for Swap.
My fstab looks like this:
Code:
/dev/disk/by-id/scsi-14d534654202020208515de2206aa374c8f52b5988a2c9d54-part1 swap swap defaults 0 0
/dev/disk/by-id/scsi-14d534654202020208515de2206aa374c8f52b5988a2c9d54-part2 / ext4 acl,user_xattr 1 1
proc /proc proc defaults 0 0
sysfs /sys sysfs noauto 0 0
debugfs /sys/kernel/debug debugfs noauto 0 0
devpts /dev/pts devpts mode=0620,gid=5 0 0