You are not logged in.
Pages: 1
hi, a newbie for arch.
I recently switched from using a swap partition to swap file and ever since then when i hibernate my laptop and start it back it goes into a loop of blacking out and showing the lock screen and is completely unresponsive to any input.
Only solution the is to force shutdown. I have re-checked the grub file and seems to be no problem there. Also i have 8GiB swap file.
I am running kde and and latest linux kernel.
Offline
What's your filesystem? Are you using encryption, btrfs..?
How did you create the swapfile?
Offline
I am using efi dual boot with windows and am using the same boot partition of windows for grub
also i used
sudo dd if=/dev/zero of=/swapfile bs=1M count=8408
sudo mkswap /swapfile
sudo chmod 600 /swapfile
sudo swapon /swapfilethese commands to make swap file.
no i am not using any encryption.
Offline
Pages: 1