I'd like to use a partition swapping instead of a swapfile, so I can share it along operating systems (I dual boot). How do I do this? I currently have a swapfile, so I thought I would replace of the following line of /etc/fstab
/swapfile none swap sw 0 0
with
UUID=cf41cf78-6acb-4c14-80e5-7c791ef832c9 none swap sw 0 0
which I got from blkid. blkid also says my partition has TYPE="swap"
However, my laptop would not boot up after that anymore, and I had to reinstall Ubuntu. What am I doing wrong?