You are not logged in.
Pages: 1
Hi, I'm trying to install arch on my laptop.
But it keeps failed by pacstrap doesn't installed properly. And I guess it's because of PGP key.
Here is my picture of my log.
https://imgur.com/a/EHHI8zU
And here is my install log.
https://imgur.com/a/KMcJACc
Offline
Hi.
I believe this is unrelated to archinstall unfortunately, and is a general issue with the Arch Linux ISO having an outdated keyring.
It presents itself when you get PGP signature issues on packages. The package is signed with either a really really old key that is no longer valid. But most likely a developer has signed the package with a new key that you don't have in your local `archlinux-keyring`.
You can try the following before running the installer or a manual install:
# pacman-key --init
# pacman -Sy archlinux-keyring
But most likely, using the latest ISO should also solve the issue and be better anyway.
Last edited by Torxed (2022-05-02 07:59:19)
Offline
Pages: 1