Quantcast
Channel: Debian User Forums
Viewing all articles
Browse latest Browse all 2849

General Questions • Re: Error messages at boot after I installed another OS in dual boot

$
0
0
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 command

Code:

$> free
should show a total swap of 0.

You can list all your partitions and find what is your swap partition with

Code:

#> fdisk -l
and display the UUID of your swap with

Code:

#> blkid /dev/sdXN
(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.

Statistics: Posted by fabien — 2024-01-19 13:39



Viewing all articles
Browse latest Browse all 2849

Trending Articles