Ubuntu splash closes to text mode

From Birnam Designs Wiki

Jump to: navigation, search

This can happen when a disk configuration is changed. The initramfs RESUME partition and/or swap partition ID's get misaligned.

[How to fix:]

  • get the latest version of initramfs-tools
  • run sudo blkid to find the UUIDs of the current drives
  • make sure that the UUID of the swap drive defined in /etc/fstab matches the UUID returned above
  • make sure that the UUID of the RESUME drive in /etc/initramfs-tools/conf.d/resume matches the UUID returned above
  • run sudo update-initramfs -u
  • restart

The resume file looks like this:

RESUME=UUID=uuid-long-string-here
Share This!
This page was last modified on 11 February 2010, at 20:10. This page has been accessed 453 times.