1

My boot is very slow, when it is loading displays Resume: libgcrypt Version: 1.5.0

After ~20 seconds it continues booting and lets me log in.

Here is a video that I made showing what I mean.

Computer Model: Samsung Series 5 NP550P5C-T01US 15"
Running: Ubuntu 12.10

3 Answers3

2

What I can tell you is: Your system has no problem

Your video is showing that you can boot into Ubuntu and the speed is normal (a subjective topic). The boot speed depends for each hardware. My PC, a QuadCore, boot in ~30 seconds. I'm telling you this to have a reference :)

The message displayed is not a problem. Not all the Ubuntu users see the same images while booting, that is variant.

libgcrypt is a package that is installed by default in almost all the GNU/Linux system. To discover more information about it see the Wikipedia entry or the GNU entry.

Lucio
  • 19,191
  • 32
  • 112
  • 191
0

You quite possibly have a wrong/outdated resume-device-entry somewhere (/etc/uswsusp.conf, /etc/default/grub, /etc/initramfs-tools/conf.d/resume).

You can list all available block devices with their UUIDs and labels with help of the blkid command.

eMPee584
  • 226
0

sudo apt-get remove --purge uswsusp

This will solve the problem.