Swap not mounting on a fresh installation
Don't worry!
- Format
/dev/sda6
to be a valid swapmkswap /dev/sda6
- Activate the swap by
swapon /dev/sda6
- Additionally modify
/etc/fstab
to make swap start after every boot. The swap line will probably be already there. You will just need to updateUUID
received as output of step 1.