← Back to team overview

touch-packages team mailing list archive

[Bug 1466314] Re: boot hangs on missing swap partition

 

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!

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1466314

Title:
  boot hangs on missing swap partition

Status in systemd package in Ubuntu:
  Incomplete

Bug description:
  With the recent kernel update for Ubuntu 15.04 the boot process takes
  so long. At this line I have to wait 1:30 min until it gets over with
  it:

  > UPDATE UTMP System Boot/Shutdown ... (progress bar here)

  How can we disable this? And why has the latest kernel introduced
  this?

  
  My system:

  $ uname -a
  Linux M2 3.19.0-21-generic #21-Ubuntu SMP Sun Jun 14 18:31:11 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1466314/+subscriptions


References