You are not logged in.
I just installed Arch Linux recently but I've encountered some problems. Firstly, whenever I boot my machine there is always a start job running for Swap partition. And then when I check if the swap is turned on after the boot is complete it says that no swap is turned on, despite me having run swapon. Also, my keyboard layout isn't being loaded even though I have set it in my vconsole.conf. I don't have XORG installed yet so the layout should be set.
As for hardware: I have an IBM Thinkpad T43p. It has a Pentium M processor and it uses an SSD for storage.
Last edited by 75u (2019-12-20 23:44:53)
Offline
Hi, the keyboard error is known and is documented in the old lost forum pages:
https://old.archlinux32.org/forum/googl … orums.html
Just uncompress the keyboard file.
Can you post you /etc/fstab? Is there a line for swap? Are you using UUIDs or plain swapfiles?
You are not doing something crazy like encrypting your swap on a i486? ;-)
Offline
Hi, the keyboard error is known and is documented in the old lost forum pages:
https://old.archlinux32.org/forum/googl … orums.html
Just uncompress the keyboard file.
Can you post you /etc/fstab? Is there a line for swap? Are you using UUIDs or plain swapfiles?
You are not doing something crazy like encrypting your swap on a i486? ;-)
Thanks, the keyboard fix worked. There is a line for swap, I am using UUIDs. I don't know what the last one is, so would you mind explaining?
My fstab:
Offline
Looks good, compare the UUID in the output of 'blkid /dev/sda2', does it fit the entry in '/etc/fstab'?
They don't seem to match. Do I need to change the ID in the fstab? If so, how can I copy the output of blkid?
Offline
Yes, copy the output of 'blkid /dev/sda2' without the double quotes into your /etc/fstab line.
Is there any quick way to do that without having to write the entire thing down?
Offline
abaumann wrote:Yes, copy the output of 'blkid /dev/sda2' without the double quotes into your /etc/fstab line.
Is there any quick way to do that without having to write the entire thing down?
Nevermind, already copied it. That fixed my problem. Thanks a lot!
Offline
I used to do coding a while ago, but things have changed quite a bit since then. For your swap issue, check if the UUID in your /etc/fstab matches the output of blkid /dev/sda2. Sometimes a mismatch can cause the swap not to activate.
About the swap job running at boot, it could be due to the retiring of qualified and experienced workers causes the shortage of plumbers. It happens even in the IT field with all new smart-tech, leading to such common issues being more prevalent and harder to troubleshoot.
Last edited by naodintsi (2024-08-20 10:16:51)
Offline