Upgraded from 42.3 to Leap 15 getting errors, I think about drives?

I have had this for a while now and just do not know how to proceed, it does mean the computer now takes several minutes top boot as it waits to time out.

Here is a small section of lastlog showing some of the messages I see on the screen.

  OK  ] Started Setup Virtual Console.
  OK  ] Found device ST380815AS 1.
         Activating swap /dev/disk/by-uuid/53cf96da-f800-439b-a75d-d73a3f679f9b...
         Starting Show Plymouth Boot Screen...
  OK  ] Started Restore /run/initramfs on shutdown.
  OK  ] Started Tell Plymouth To Write Out Runtime Data.
         Starting Tell Plymouth To Write Out Runtime Data...
         Starting Setup Virtual Console...
  OK  ] Started Show Plymouth Boot Screen.
  OK  ] Started Tell Plymouth To Write Out Runtime Data.
  OK  ] Started Setup Virtual Console.
  OK  ] Started Network Time Synchronization.
  OK  ] Activated swap /dev/disk/by-uuid/53cf96da-f800-439b-a75d-d73a3f679f9b.
  OK  ] Started Security Auditing Service.
         Starting Update UTMP about System Boot/Shutdown...
  OK  ] Started Update UTMP about System Boot/Shutdown.
  OK  ] Started Load AppArmor profiles.
 TIME ] Timed out waiting for device dev-disk-by\x2duuid-e0c9812e\x2d0733\x2d44bc\x2d9aae\x2d3fdccac250ac.device.
[DEPEND] Dependency failed for /dev/disk/by-uuid/e0c9812e-0733-44bc-9aae-3fdccac250ac.
[DEPEND] Dependency failed for Swap.
 TIME ] Timed out waiting for device dev-disk-by\x2duuid-385ac2c1\x2d31fa\x2d4bf0\x2d9606\x2da2ca194daabd.device.
[DEPEND] Dependency failed for /dev/disk/by-uuid/385ac2c1-31fa-4bf0-9606-a2ca194daabd.
  OK  ] Reached target System Initialization.
  OK  ] Started Daily Cleanup of Temporary Directories.
  OK  ] Started Watch /etc/sysconfig/btrfsmaintenance.
  OK  ] Listening on D-Bus System Message Bus Socket.
  OK  ] Listening on Open-iSCSI iscsid Socket.
  OK  ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
  OK  ] Started CUPS Scheduler.
  OK  ] Listening on CUPS Scheduler.
         Starting SuSEfirewall2 phase 1...
  OK  ] Listening on PC/SC Smart Card Daemon Activation Socket.

I can post it all now I have found it.

fdisk -l
linux-lovw:/var/log # fdisk -l
Disk /dev/sda: 74.5 GiB, 80000000000 bytes, 156250000 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x00091cde

Device Boot Start End Sectors Size Id Type
/dev/sda1 2048 4177919 4175872 2G 82 Linux swap / Solaris
/dev/sda2 * 4177920 156248063 152070144 72.5G 83 Linux

Please let me know, where to look and what I could try, I am wondering if this is a left over from the upgrade?

Adrian

Most likely during the upgrade the UUID of some partitions was changed but the fstab was not updated accordingly, so the system is still waiting for the “old partitions” to show up.
Please show between CODE tags (the # button above the editing space) the result of the following commands issued as superuser:

su -
<root password here>
cat /etc/fstab

lsblk -o UUID,NAME,SIZE,RO,TYPE,FSTYPE,MOUNTPOINT

Sorry not sure how long ago you posted I have not got any notification.

Here is the responses

linux-lovw:/home/adrian # cat /etc/fstab
UUID=e0c9812e-0733-44bc-9aae-3fdccac250ac  swap  swap  defaults        0  0
UUID=385ac2c1-31fa-4bf0-9606-a2ca194daabd  swap  swap  defaults        0  0
UUID=53cf96da-f800-439b-a75d-d73a3f679f9b  swap  swap  defaults        0  0
UUID=0cf74f6a-3542-4efc-aeb0-62babbfc1695  /     ext4  acl,user_xattr  1  1

and the next

linux-lovw:/home/adrian # lsblk -o UUID,NAME,SIZE,RO,TYPE,FSTYPE,MOUNTPOINT
UUID                                 NAME    SIZE RO TYPE FSTYPE MOUNTPOINT
                                     sda    74.5G  0 disk        
53cf96da-f800-439b-a75d-d73a3f679f9b ├─sda1    2G  0 part swap   [SWAP]
0cf74f6a-3542-4efc-aeb0-62babbfc1695 └─sda2 72.5G  0 part ext4   /

It looks as though for some reason there are two extra swap areas?

Is it safe just to edit the first two lines out of fstab?

Adrian

Your fstab has two extra entries for swap partitions you don’t have. The first two should be removed so that it only has UUID matches for the lsblk output.

OK thank you both I will edit out the extra lines and reboot.

Adrian

Just a quick update to say all is well again.

Thank you.

Adrian