Difficulty: ★☆☆☆☆
After a restore of a timeshift snapshot, before rebooting, you should replace the old swap UUID with the new one in /etc/fstab by following:
-
mount the swap partition using
disksorpartitionmanager -
copy new UUID (The
disksapp will show UUIDs) -
edit
/etc/fstabwith root privileges:sudo nano /etc/fstab
- Search for
swap - delete the old UUID
- paste the new uuid
- save by pressing Ctrl+X Y Enter
- unmount swap partition
- reboot
and Manjaro will boot as usual.