Comment 62 for bug 66637

Revision history for this message
Tiago Cogumbreiro (cogumbreiro) wrote :

After installing Feisty hibernate was not working. I had to do the usual:

mkswap /dev/sda2 # grab the UUID=XXXXXXX
vi /etc/fstab # update the UUID on the line of /dev/sda2
vi /boot/grub/menu.lst # make sure this line is like: # defoptions=quiet splash resume=UUID=XXXX
update-grub
reboot