








sudo fdisk -lsudo blkid sudo gedit /etc/initramfs-tools/conf.d/resumesudo gedit /etc/fstab










lmintnewb wrote:Some handy terminal commands to help identify partitions.
- Code: Select all
sudo fdisk -l
Will show all the partitions on your hdd and some info about them.
(note: that's a lowercase L)
- Code: Select all
sudo blkid
Will list the partitions and their uuid's.
So you'd need to use that command sudo blkid. Find the uuid of your swap partition and compare it to the one listed in the file tdockery97 mentioned. If they don't match, that could be your problem.
Summin else often see mentioned here for fixing stuff like this. Sometimes apparently someone needs to check the /etc/fstab file and make sure their swap is correctly listed in it too.
One more, cause I like at least trying to be thorough. If am going to post something may as well try n do it well. Anyway, opening and editing a file 101.
To open that file tdockery mentions. Open terminal type
- Code: Select all
sudo gedit /etc/initramfs-tools/conf.d/resume
Or for the /etc/fstab ... Much the same thing. Open terminal
- Code: Select all
sudo gedit /etc/fstab
If the uuid of your swap partition shown after you check it with sudo blkid is different in either of those files .... Edit/change it so that it's correct, save the file ( the way you save any file in a text editor. We've all saved files before am sure.), close it and you're done.


Users browsing this forum: passerby and 5 guests