Hi, I installed Manjaro KDE on my laptop (UEFI). I just used the most default options during the install and I don’t have a swap partition so it’s not really working for me when my laptop is not hybernating. Can I add to an already installed system?
If you have enough space left for an extra partition, then yes. If not, then you might want to create a swap file instead ─ see the Wiki for more information.
2 Likes
I have 200gigs left so I dont think thats a problem also I have 16gigs of RAM. But how do I do that?
Yes, you need to add 3 things:
- A swap partition or swapfile
- A resume=UUID=<long_number> to the kernel parameter in /etc/default/grub
- Add resume to /etc/mkinitcpio.conf
Detailed information: Power management/Suspend and hibernate - ArchWiki
That should be an easy one:
3 Likes