I have tried to install arch using the archinstall script but it got stuck on waiting for time sync and tells me to go to the known issues site. I checked timedatectl and it said NTP service active but System clock synchronised no. I restarted systemd-timesyncd.service as suggested on as suggested on the known issues page but that didnt do anything timedatectrl showed still the same. Then i looked at the timesyncd.conf but didnt know what to do with it so i just pinged the first fallback server and it worked fine. Then since the time was still correct i just did archinstall --skip-ntp but that got stuck on keyring sync
#System clock wont synchronise
65 messages · Page 1 of 1 (latest)
Your ISO is probably outdated and the keyring can't sync.
killall gpg-agent && rm -rf /etc/pacman.d/gnupg && pacman-key --init && pacman-key --populate && pacman -Sy archlinux-keyring
Try running this and then running archinstall normally.
Try this manually before running archinstall again
timedatectl set-ntp true
systemctl restart systemd-timesyncd
timedatectl status
And test curl https://archlinux.org??
The restart still doesnt change anything even if i set ntp true before that and curl does give me the code of the website
I used the iso from this month 2026.05.01
What timedatectl status say??
Same as it did since the beginning
Run hwclock --systohc and try again.
No change
Okay, that might be an issue with the Archinstall tool. You could ask in the Archinstall Discord server or just install Arch manually.
Well if i install it manually id still need to get the clock to syncronise right?
Yeah, but it should work after the installation is done.
Well i guess ill just try the manual install then
Isn't there an argument for archinstall that can skip this?
Like --skip wkd or something?
Yeah i tried that as i said in my original post and then it just got stuck on the keyring sync instead
-skip ntp at least if thats what you ment
You’re not dual-booting, right??
No
Okay, just do it manually and see if it works.
Try archinstall --skip-ntp --skip-wkd.
I tried the manual install but when i went to install the packages with pacstrap it failed with a bunch of error: keyring is not writable
Run pacman -Sy archlinux-keyring
It says public keyring not found
Show the output??
Run
Run the pacstrap .... stuff.
Now it gave me this
Run pacman -Sy archlinux-keyring again.
Just hit enter.
Run one by one
rm /var/cache/pacman/pkg/archlinux-keyring-*.pkg.tar.zst
pacman-key --init
pacman-key --populate archlinux
pacman -Sy archlinux-keyring
In response to the first command it says rm: cannot remove '/var/cache/pacman/pkg/': Is a directory
You didn't type the whole thing.
Check ls -alh /var/cache/pacman/pkg/archlinux-keyring-*??
No matches found
Ok, run pacman-key --refresh-keys and try again pacman -Sy archlinux-keyring!!
Still the same
Okay, it's there run rm /var/cache/pacman/pkg/archlinux-keyring*
keyring* or keyring-*
Well neither had matches found
Okay, run rm -rf /var/cache/pacman/pkg/download-* and try again.
Looks good, now try pacstrap ...
Looks like it worked
Well i hope i can just continue from here without problem
Looks good. After you chroot in run touch /etc/vconsole.conf and after that run mkinitcpio -P
Im following the installation gude rn. Ive set the timezone and am now in locale.gen with vim but idk what i need exactly i have a german keyboard but id like the language to be english and the time/date/currency formating to be german/european if possible
The system language has nothing to do with the date and time. You just have to configure the timezone.
No im talking about how they are displayed
I want dd.mm.yyyy not mm/dd/yyyy
I mean that doesnt really have anything to do with the original question anyway i can figure that out myself
Yeah, the display formatting is separate from the system language. You configure the system lang first then do the formating after the system is install.
I removed the commentation on en and de, ran locale-gen and am now editing the locale.conf can in not just do both right here like LANG=en_US.UTF-8 LC_TIME=de_DE.UTF-8
Or would that cause problems
No.