Comment 13 for bug 1466314

Revision history for this message
Martin Pitt (pitti) wrote :

So the swap partition looks fine -- it exists in the kernel and in /dev/disk-by-uuid/, and /etc/fstab refers to the correct device.

But it indeed seems that the kernel has some difficulty with detecting it:

Jun 30 09:06:01 M2 kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Jun 30 09:06:01 M2 kernel: sda: sda1

(i. e. missing "sda2" there). So it looks like sda2 might appear much later. Let's try the debug log again: When you boot, press the left Shift key right after powering on, this should get you into the Grub boot menu. There, press 'e', edit the line that starts with "linux" to append " debug", then press Ctrl+X to boot. After that, wait until you have a /dev/sda2 (you can also check in Disks), and do "sudo journalctl > /tmp/journal.txt" again and attach that.

Thanks!