Hello,
I suspect you are using the same swap partition for both your systems. I this the case? If so, it has probably been reformatted and its UUID has changed.
In this case, the commandshould show a total swap of 0.
You can list all your partitions and find what is your swap partition withand display the UUID of your swap with(replace XN with the letter and number)
Then, you have to fix /etc/fstab and /etc/initramfs-tools/conf.d/resume with the correct UUID.
Note that it is not recommended to use the same swap partition if you plan to use suspend to disk.
I suspect you are using the same swap partition for both your systems. I this the case? If so, it has probably been reformatted and its UUID has changed.
In this case, the command
Code:
$> free
You can list all your partitions and find what is your swap partition with
Code:
#> fdisk -l
Code:
#> blkid /dev/sdXN
Then, you have to fix /etc/fstab and /etc/initramfs-tools/conf.d/resume with the correct UUID.
Note that it is not recommended to use the same swap partition if you plan to use suspend to disk.
Statistics: Posted by fabien — 2024-01-19 13:39