Re: KDM hangs on normal boot
OK, again we will use fdisk and blkid outputs to analyze the situation. From fdisk:
So fdisk says it is NOT sdb2, it is sdb5 that is set to swap.
From blkid, we get a matching story:
So your system is telling you the truth, and you have it correctly identified in /etc/fstab (except for the part where it used to be sda5):
There is no apparent problem with swap on your system. The only problem is in your perception of where it is. 
OK, again we will use fdisk and blkid outputs to analyze the situation. From fdisk:
Code:
Disk /dev/sdb: 160.0 GB, 160041885696 bytes 255 heads, 63 sectors/track, 19457 cylinders, total 312581808 sectors Units = sectors of 1 * 512 = 512 bytes Disk identifier: 0x08380838 Device Boot Start End Blocks Id System /dev/sdb1 * 63 303467849 151733893+ 83 Linux /dev/sdb2 303467850 312576704 4554427+ 5 Extended /dev/sdb5 303467913 312576704 4554396 82 Linux swap / Solaris
From blkid, we get a matching story:
Code:
/dev/sdb5: UUID="a25c3b30-7bcb-4b1b-b4a1-d5cf83c4f066" TYPE="swap"
Code:
# /dev/sda5 UUID=a25c3b30-7bcb-4b1b-b4a1-d5cf83c4f066 none swap sw 0 0

Comment