Comment 6 for bug 1506139

Revision history for this message
Hadmut Danisch (hadmut) wrote :

OK, I am back at my home machine: The problem occured again, the machine destroyed again luks on /dev/sda2.

Furthermore, I have another problem: When doing a regular boot, but boot process hangs after systemd listed the names of several services (in most cases networking.service is the last printed, which is not quite useful, since these are, as I understand it, finished services, not the once that cause trouble. I did not yet find a way to make that damned systemd tell what it's doing.

Strange enough, the machine boots without problems if I choose there recovery mode, choose to aktive network from the menu, and then go on, so it works when recovery mode is part of the boot chain. I guess Ubuntu will have lots of fun with that systemd.

sudo blkid (sda2 currently damaged again)

/dev/mapper/sda3_crypt: UUID="9b9831d9-62f5-4fe0-872a-704bd66d5f7f" UUID_SUB="804b8d81-3f2b-4b24-894f-c63a71f3d442" TYPE="btrfs"
/dev/sda1: UUID="19e9998b-814c-4302-8003-f95e0e6a254e" TYPE="ext4" PARTUUID="04582fbe-af7b-4d10-ad4a-6d2277bbf679"
/dev/sda3: UUID="339b9a90-8292-422d-a3cf-eeb0317e9f84" TYPE="crypto_LUKS" PARTUUID="84cfaf1d-9da4-4c6c-bf45-6af03ba7b265"
/dev/sda2: PARTUUID="ab20073f-29c4-42d6-a971-af2cdb2e2339"

swapon -s : no output

/etc/crypttab:

#sda2_crypt UUID=a7976d5c-6191-436d-9cf9-2cedf17d0893 none luks,swap,discard
sda2_crypt /dev/disk/by-id/ata-SanDisk_SDSSDHII480G_***************-part2 none luks,swap,discard
sda3_crypt UUID=339b9a90-8292-422d-a3cf-eeb0317e9f84 none luks,discard

(I've replaced the serial number of my disk with *********)

/etc/fstab
/dev/mapper/sda3_crypt / btrfs defaults,subvol=@ 0 1
UUID=19e9998b-814c-4302-8003-f95e0e6a254e /boot ext4 defaults 0 2
/dev/mapper/sda3_crypt /home btrfs defaults,subvol=@home 0 2
/dev/mapper/sda2_crypt none swap sw 0 0

.
I'll now repair the partition as described, reboot and come again.