Skip to content

Instantly share code, notes, and snippets.

@mcarolan
Created March 30, 2015 17:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mcarolan/fd2964628b1b50563032 to your computer and use it in GitHub Desktop.
Save mcarolan/fd2964628b1b50563032 to your computer and use it in GitHub Desktop.

Hi,

I'm having some slow boot problems (on xubuntu 15.04). In the /var/log/boot.log file I found the following:

Timed out waiting for device dev-disk-by\x2duuid-e04af964\x2d66f7\x2d4585\x2d8b12\x2d4e4fdf358967.device.
Dependency failed for Cryptography Setup for cryptswap1.
Dependency failed for Encrypted Volumes.
Dependency failed for /dev/mapper/cryptswap1.
Dependency failed for Swap.

I had an installation of Kubuntu 15.04 (with encrypted home folder), then in the Xubuntu 15.04 installer selected upgrade existing installation.

Here's the output of a few commands I think are relevant, can anybody help?

$ free --human
             total       used       free     shared    buffers     cached
Mem:          7.7G       1.1G       6.6G       141M        32M       553M
-/+ buffers/cache:       559M       7.2G
Swap:           0B         0B         0B
$ 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).
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
# / was on /dev/sda7 during installation
UUID=f25a5e74-bc0e-4d7b-b0b6-db9a64d33ddd /               ext4    noatime,errors=remount-ro 0       1
# /boot/efi was on /dev/sda1 during installation
UUID=4032-604C  /boot/efi       vfat    umask=0077      0       1
# swap was on /dev/sda9 during installation
#UUID=e04af964-66f7-4585-8b12-4e4fdf358967 none            swap    sw              0       0
/dev/mapper/cryptswap1 none swap sw 0 0
$ cat /etc/crypttab 
cryptswap1 UUID=e04af964-66f7-4585-8b12-4e4fdf358967 /dev/urandom swap,offset=1024,cipher=aes-xts-plain64
@mcarolan
Copy link
Author

oh and

$ sudo fdisk --list

Disk /dev/sda: 238.5 GiB, 256060514304 bytes, 500118192 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: gpt
Disk identifier: 776B58A0-EC28-4E9F-88F3-345E4BA9B7AA

Device         Start       End   Sectors   Size Type
/dev/sda1       2048   1026047   1024000   500M EFI System
/dev/sda2    1026048   1107967     81920    40M unknown
/dev/sda3    1107968   1370111    262144   128M Microsoft reserved
/dev/sda4    1370112   2906111   1536000   750M Windows recovery environment
/dev/sda5    2906112 268175675 265269564 126.5G Microsoft basic data
/dev/sda6  485826560 500116143  14289584   6.8G Windows recovery environment
/dev/sda7  268177408 452659199 184481792    88G Linux filesystem
/dev/sda8  469243904 485826559  16582656   7.9G Linux swap
/dev/sda9  452659200 469243903  16584704   7.9G Linux swap

Partition table entries are not in disk order.

@mcarolan
Copy link
Author

output of sudo blkid is

$ sudo blkid
/dev/sda1: LABEL="ESP" UUID="4032-604C" TYPE="vfat" PARTLABEL="EFI system partition" PARTUUID="c58fc67c-9ec1-4252-a073-33e768ca5dc9"
/dev/sda2: LABEL="DIAGS" UUID="FE5A-AAE4" TYPE="vfat" PARTLABEL="Basic data partition" PARTUUID="48edb965-9faf-4a65-a0ff-a2f252bcc7c6"
/dev/sda4: LABEL="WINRETOOLS" UUID="C6B25C0DB25C03F9" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="ef70e4b0-70b8-467a-a68e-6f6ad5513812"
/dev/sda5: LABEL="OS" UUID="5EA45FD5A45FADF1" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="a75be040-589c-4f1c-84ee-83503d908f64"
/dev/sda6: LABEL="PBR Image" UUID="9A2ECD882ECD5DBF" TYPE="ntfs" PARTLABEL="Microsoft recovery partition" PARTUUID="fcecc24a-6776-4462-ad09-78b50f1e6974"
/dev/sda7: UUID="f25a5e74-bc0e-4d7b-b0b6-db9a64d33ddd" TYPE="ext4" PARTUUID="50ea80b7-255a-4d11-8eec-db9fc1d41483"
/dev/sda3: PARTLABEL="Microsoft reserved partition" PARTUUID="a6df0188-d145-4d58-8dce-8d69fb4e433d"
/dev/sda8: PARTUUID="bd21d642-8c07-4899-9351-eaf45d372c9e"
/dev/sda9: PARTUUID="d6cae624-c37a-474c-bc87-0621cea13ba6"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment