libaldi
(usa Debian)
Enviado em 05/10/2017 - 11:56h
Quem usa particionar e instalar outras distros linux, precisa ficar atento ao arquivo /etc/fstab
Cada linux formata e muda o UUID da partição swap, antes de se instalar
Digite blkid como root e veja o UUID do seu fstab se está igual
no meu caso tenho duas swap, uma em cada hd.
abra o editor de texto como root, para poder alterar, se estiver errado.
/etc/fstab
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sda11 during installation
UUID=45d2247a-f18b-4f98-8ae7-79f5307a0c4a / ext4 errors=remount-ro 0 1
# swap was on /dev/sda10 during installation
UUID=b1b4ce5c-44f2-4481-96c8-fc60cccb7a2e none swap sw 0 0
# swap was on /dev/sdb8 during installation
UUID=2a867b1f-58e0-48b6-8cad-a36d4f36d569 none swap sw 0 0
espero ter ajudado.