When I had results for swap I was posting from a fresh install of LXDE version of PCLOS. The second (no results for swap) is from this install that is screwed up (PCLOS KDE, old but so am I).
cat /etc/fstab returns:
# Entry for /dev/sdb2 :
UUID=8c42e187-fc24-4216-b576-d79d50381c59 / ext3 defaults 1 1
# Entry for /dev/sdb3 :
UUID=5c07fd18-3a4f-4c00-999e-65e78d0ec473 /64bit ext3 user 1 2
# Entry for /dev/sda6 :
UUID=ecc26673-0f33-4d67-a422-ca3244ce4acd /debian ext4 defaults 1 2
none /dev/pts devpts defaults 0 0
none /proc proc defaults 0 0
Disk /dev/sdb: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders, total 976773168 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
Disk identifier: 0x0001b338
Device Boot Start End Blocks Id System
/dev/sdb1 63 16868249 8434093+ 82 Linux swap / Solaris
/dev/sdb2 16868250 836070794 409601272+ 83 Linux
/dev/sdb3 836070795 976768064 70348635 83 Linux
Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders, total 976773168 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
Disk identifier: 0x26132612
Device Boot Start End Blocks Id System
/dev/sda1 * 63 512007614 256003776 7 HPFS/NTFS
/dev/sda2 512010198 976768064 232378933+ 5 Extended
/dev/sda5 512010240 530212863 9101312 82 Linux swap / Solaris
/dev/sda6 530214912 940910984 205348036+ 83 Linux
/dev/sda7 940911048 976768064 17928508+ 83 Linux
Disk /dev/sdc: 320.1 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders, total 625142448 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
Disk identifier: 0x44fdfe06
Device Boot Start End Blocks Id System
/dev/sdc1 63 307692944 153846441 7 HPFS/NTFS
/dev/sdc2 307692945 625137344 158722200 83 Linux
[root@AMD nish]#
back from some more googling and found a post here in PCLOS - now I realize where I went wrong with the make a new mkinitrd - I was supposed to rename the one in there to old first. OK, got a little error after giving the command but I am sure it is nothing:
cp: cannot stat `/usr/share/icons/large/mandriva.png': No such file or directory
on reboot, things went much faster (too fast to catch it all) but I can see it is still hanging up on a handshake with sdb2 (this install). There doesn't seem to be a problem with sdb1 (swap for this install) except, this install doesn't seem to notice where its swap is, darn something is wrong but I think I am close
[root@AMD nish]# cat /proc/swaps
Filename Type Size Used Priority
[root@AMD nish]#
There is also OP's advice regarding rename the swap with a label rather than a UUID?