*** This bug is a duplicate of bug 66637 ***
    https://bugs.launchpad.net/bugs/66637

i had the same problem.

the problem is the symbolic link in /dev/disk/by-uuid/ at the swap
partition.

to fix it make:

sudo mkswap /dev/<swap partition>
 
copy the new uuid

edit your /etc/fstab
       UUID=<new UUID> none swap sw 0 0

edit your /etc/initramfs-tools/conf.d/resume file
       UUID=<bew UUID>

go to the /dev/disk/by-uuid/  directory and make this entry
       ls -al | grep <swap partition>

this gives you your old UUID

and now make this entry
      sudo  mv <old UUID> <new UUID>

then
    sudo swapon -va 

then       
    sudo update-initramfs -u

the problem is fixed after a reboot

-- 
[Feisty] Swap partition receives new UUID
https://bugs.launchpad.net/bugs/105490
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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

Reply via email to