After the installation of solus, the swap partition are not mounted automatically.
# /etc/fstab: static file system information. # # <fs> <mountpoint> <type> <opts> <dump/pass> # /dev/ROOT / ext3 noatime 0 1 # /dev/SWAP none swap sw 0 0 # /dev/fd0 /mnt/floppy auto noauto 0 0 none /proc proc nosuid,noexec 0 0 none /dev/shm tmpfs defaults 0 0 # /dev/sda5 at time of installation UUID=242d22e1-340d-4943-899f-38c60c1cab14 /home ext4 rw,relatime,errors=remount-ro 0 2 # /dev/sda6 at time of installation UUID=fcb5c0c3-b1ff-4f77-8c05-5f776dda2c76 / ext4 rw,relatime,errors=remount-ro 0 1
the line of the swap are not included and I have to manually include it
/dev/sda1 none swap sw 0 0