Revision 6 as of 2018-08-12 19:15:48

Clear message

This document belongs to Manual Full System Encryption (with Extras).

1. Support

If you hit a problem that this troubleshooting guide doesn't help, you can ask for support. In all cases, it might be helpful to point to these instructions so that people know what you are trying to do.

2. Boot goes to initramfs

You boot your machine, but after a long time (about 3 minutes) waiting for the Ubuntu logo to move on…

… you get a black screen giving you some cryptic initramfs prompt.

This is usually because either /etc/crypttab is incorrect. To solve, do the following.

  1. Boot into a Live CD.
  2. Check your keyboard.

  3. Open a terminal and unlock your partition.

  4. Mount your partitions.

  5. Carefully repeat Create crypttab.

  6. Reboot your computer.

If you still have a problem, seek support, in particular to check that /etc/fstab is correct.

3. Computer fails to boot after upgrade or new installation

On rare occasions, you might find that the computer fails to boot. See Known Bugs for details.

  1. Boot into a Live CD.
  2. Check your keyboard.

  3. Open a terminal and unlock your partition.

  4. Mount your partitions.

  5. Enter chroot.

  6. Type this command, which was created in the script to refresh Grub. It might take a minute or two to run.

    /usr/local/sbin/refreshgrub
  7. Reboot your computer.