Okay, I've now done the same eight installs on a different box, and using the 64bit Mate instead of 32bit. I got the same result: Every time the home folder is encrypted the new install has a broken swap. Each of those boots includes the common error 'keys:Continue to wait, or press S to skip mounting, or M for manual recovery'. 1. LVM with encrypted home - error on boot 2. LVM without encryption - no error 3. LVM with LUKS with encrypted home - error on boot 4. LVM with LUKS only - no error 5. Standard install with encrypted home - error on boot 6. Standard install without encryption - no error 7. 'Something Else' with encrypted home - error on boot 8. 'Something Else' without encryption - no error mint@mint ~ $ inxi -Fxz System: Host: mint Kernel: 3.13.0-24-generic x86_64 (64 bit, gcc: 4.8.2) Desktop: N/A Distro: Linux Mint 17 Qiana Machine: System: HP Pavilion 061 product: EL448AA-ABA a1310n version: 0nx1114RE101AMBEM00 Mobo: ASUSTek model: Amberine M version: 1.03 Bios: Phoenix version: 3.13 date: 11/15/2005 CPU: Single core AMD Athlon 64 3700+ (-UP-) cache: 1024 KB flags: (lm nx sse sse2 sse3) bmips: 1989.89 clocked at 1000.00 MHz 1. LVM with encrypted home n@n-EL448AA-ABA-a1310n ~ $ cat /etc/fstab # /etc/fstab: static file system information. # # Use 'blkid' to print the universally unique identifier for a # device; this may be used with UUID= as a more robust way to name devices # that works even if disks are added and removed. See fstab(5). # # /dev/mapper/mint--vg-root / ext4 errors=remount-ro 0 1 # /boot was on /dev/sda1 during installation UUID=cad4fe16-d10c-4ebd-93f1-440b3292d3b4 /boot ext2 defaults 0 2 /dev/mapper/mint--vg-swap_1 none swap sw 0 0 /dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0 /dev/mapper/cryptswap1 none swap sw 0 0 n@n-EL448AA-ABA-a1310n ~ $ free total used free shared buffers cached Mem: 1983396 1024332 959064 8324 34152 551408 -/+ buffers/cache: 438772 1544624 Swap: 0 0 0 n@n-EL448AA-ABA-a1310n ~ $ cat /etc/crypttab cryptswap1 UUID=b0ba351e-06f4-48ef-b814-060c3c2d0a69 /dev/urandom swap,cipher=aes-cbc-essiv:sha256 2. LVM without encryption n@n-EL448AA-ABA-a1310n ~ $ cat /etc/fstab # /etc/fstab: static file system information. # # Use 'blkid' to print the universally unique identifier for a # device; this may be used with UUID= as a more robust way to name devices # that works even if disks are added and removed. See fstab(5). # # /dev/mapper/mint--vg-root / ext4 errors=remount-ro 0 1 # /boot was on /dev/sda1 during installation UUID=6693c900-7cc6-4793-bc7d-3e619ddd196e /boot ext2 defaults 0 2 /dev/mapper/mint--vg-swap_1 none swap sw 0 0 /dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0 n@n-EL448AA-ABA-a1310n ~ $ free total used free shared buffers cached Mem: 1983396 876352 1107044 9088 33120 410504 -/+ buffers/cache: 432728 1550668 Swap: 2027516 0 2027516 3. LVM with LUKS with encrypted home n@n-EL448AA-ABA-a1310n ~ $ cat /etc/fstab # /etc/fstab: static file system information. # # Use 'blkid' to print the universally unique identifier for a # device; this may be used with UUID= as a more robust way to name devices # that works even if disks are added and removed. See fstab(5). # # /dev/mapper/mint--vg-root / ext4 errors=remount-ro 0 1 # /boot was on /dev/sda1 during installation UUID=702aaa37-4b0c-4af1-9380-f3fedb02331c /boot ext2 defaults 0 2 /dev/mapper/mint--vg-swap_1 none swap sw 0 0 /dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0 /dev/mapper/cryptswap1 none swap sw 0 0 n@n-EL448AA-ABA-a1310n ~ $ free total used free shared buffers cached Mem: 1983396 1034756 948640 9772 33844 552472 -/+ buffers/cache: 448440 1534956 Swap: 0 0 0 n@n-EL448AA-ABA-a1310n ~ $ cat /etc/crypttab sda5_crypt UUID=86e7163d-30f9-49af-918f-5f45d9c3d377 none luks,discard cryptswap1 UUID=04cf89a8-ea25-4e7b-ad50-fb0bd2ff747b /dev/urandom swap,cipher=aes-cbc-essiv:sha256 4. LVM with LUKS only n@n-EL448AA-ABA-a1310n ~ $ cat /etc/fstab # /etc/fstab: static file system information. # # Use 'blkid' to print the universally unique identifier for a # device; this may be used with UUID= as a more robust way to name devices # that works even if disks are added and removed. See fstab(5). # # /dev/mapper/mint--vg-root / ext4 errors=remount-ro 0 1 # /boot was on /dev/sda1 during installation UUID=12523c41-4799-458b-ae83-bf29461114a4 /boot ext2 defaults 0 2 /dev/mapper/mint--vg-swap_1 none swap sw 0 0 /dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0 n@n-EL448AA-ABA-a1310n ~ $ free total used free shared buffers cached Mem: 1983396 807432 1175964 7896 32560 408640 -/+ buffers/cache: 366232 1617164 Swap: 2027516 0 2027516 n@n-EL448AA-ABA-a1310n ~ $ cat /etc/crypttab sda5_crypt UUID=49feadac-708c-482a-8ee0-e0898548e327 none luks,discard 5. Standard install with encrypted home n@n-EL448AA-ABA-a1310n ~ $ cat /etc/fstab # /etc/fstab: static file system information. # # Use 'blkid' to print the universally unique identifier for a # device; this may be used with UUID= as a more robust way to name devices # that works even if disks are added and removed. See fstab(5). # # # / was on /dev/sda1 during installation UUID=a6c928cb-5f3e-4fcd-b44c-b58cfbe7a397 / ext4 errors=remount-ro 0 1 # swap was on /dev/sda5 during installation #UUID=93e763b7-addc-4fd9-a804-f497c4123698 none swap sw 0 0 /dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0 /dev/mapper/cryptswap1 none swap sw 0 0 n@n-EL448AA-ABA-a1310n ~ $ free total used free shared buffers cached Mem: 1983396 1024644 958752 9892 32744 550948 -/+ buffers/cache: 440952 1542444 Swap: 0 0 0 n@n-EL448AA-ABA-a1310n ~ $ cat /etc/crypttab cryptswap1 UUID=93e763b7-addc-4fd9-a804-f497c4123698 /dev/urandom swap,cipher=aes-cbc-essiv:sha256 6. Standard install without encryption n@n-EL448AA-ABA-a1310n ~ $ cat /etc/fstab # /etc/fstab: static file system information. # # Use 'blkid' to print the universally unique identifier for a # device; this may be used with UUID= as a more robust way to name devices # that works even if disks are added and removed. See fstab(5). # # # / was on /dev/sda1 during installation UUID=a1cf09d4-a89a-460f-b0ab-149608c01de1 / ext4 errors=remount-ro 0 1 # swap was on /dev/sda5 during installation UUID=c58cdfe8-1036-4a38-abc4-73ddda4827b3 none swap sw 0 0 /dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0 n@n-EL448AA-ABA-a1310n ~ $ free total used free shared buffers cached Mem: 1983396 798592 1184804 7940 32416 407364 -/+ buffers/cache: 358812 1624584 Swap: 2027516 0 2027516 7. 'Something Else' with encrypted home n@n-EL448AA-ABA-a1310n ~ $ cat /etc/fstab # /etc/fstab: static file system information. # # Use 'blkid' to print the universally unique identifier for a # device; this may be used with UUID= as a more robust way to name devices # that works even if disks are added and removed. See fstab(5). # # # / was on /dev/sda1 during installation UUID=a23b84f6-ee1b-4eb2-ac2e-fd5637bf46bb / ext4 errors=remount-ro 0 1 # /home was on /dev/sda6 during installation UUID=6c14543a-1f24-4e92-8c0d-e3a3ea2e2448 /home ext4 defaults 0 2 # swap was on /dev/sda5 during installation #UUID=c9a0bee1-c015-4688-a60a-6e416202976b none swap sw 0 0 /dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0 /dev/mapper/cryptswap1 none swap sw 0 0 n@n-EL448AA-ABA-a1310n ~ $ free total used free shared buffers cached Mem: 1983396 942768 1040628 8188 33708 549288 -/+ buffers/cache: 359772 1623624 Swap: 0 0 0 n@n-EL448AA-ABA-a1310n ~ $ cat /etc/crypttab cryptswap1 UUID=c9a0bee1-c015-4688-a60a-6e416202976b /dev/urandom swap,cipher=aes-cbc-essiv:sha256 8. 'Something Else' without encryption n@n-EL448AA-ABA-a1310n ~ $ cat /etc/fstab # /etc/fstab: static file system information. # # Use 'blkid' to print the universally unique identifier for a # device; this may be used with UUID= as a more robust way to name devices # that works even if disks are added and removed. See fstab(5). # # # / was on /dev/sda1 during installation UUID=e7b7ffab-a598-4ef7-ab6a-b6562c3b9445 / ext4 errors=remount-ro 0 1 # /home was on /dev/sda6 during installation UUID=c82a63e9-9422-4d6e-92a6-212d441bd4f5 /home ext4 defaults 0 2 # swap was on /dev/sda5 during installation UUID=88c745b7-8c25-43b3-a13c-c976d1ebad96 none swap sw 0 0 /dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0 n@n-EL448AA-ABA-a1310n ~ $ free total used free shared buffers cached Mem: 1983396 804144 1179252 7936 33248 407736 -/+ buffers/cache: 363160 1620236 Swap: 975868 0 975868