I solved: the problem was swap.

1) get the uuid of your swap partition

sudo blkid

example:
/dev/sda1: UUID="d4c3f800-f968-4445-bc32-3151051b1064" TYPE="swap"
   

2) edit initramfs:

sudo gedit /etc/initramfs-tools/conf.d/resume

so:

RESUME=UUID=d4c3f800-f968-4445-bc32-3151051b1064

*** without " " ****

save and exit.

3) sudo update-initramfs -k all -u

4) reboot :)

-- 
[Karmic] usplash crash after 10 second so text appears before xsplash
https://bugs.launchpad.net/bugs/474720
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to