You are not logged in.
This installation version is completely corrupted and insisting on:
*public keyring is not found
*error: keyring is not writable
How to solve keyring issue?!
It is the first time I face uninstallable iso from Arch
Actually my PC is stopped working while making OS upgrade pacman -Syu on 2023-03-25 and since can't reinstall it!
How to fix such issue?!
Last edited by mnabil (2023-03-25 20:37:22)
Offline
it work now, before running pacstrap -K /mnt base linux linux-firmware, you must run these 2 commands
pacman-key --init
pacman-key --populate
pacstrap -K /mnt base linux linux-firmware
why it is not automated I don't know
Now I'm replying from Linux not from Windows.
Offline
it work now, before running pacstrap -K /mnt base linux linux-firmware, you must run these 2 commands
pacman-key --init
pacman-key --populate
pacstrap -K /mnt base linux linux-firmwarewhy it is not automated I don't know
Now I'm replying from Linux not from Windows.
I have a slightly different question.
When I boot up on Arch Linux (2023.03,01) via USB bootable drive, I first run these commands:
# iwctl
station wlan0 connect <SSID_name>
<password>
exit
# pacman -Sy
# pacman -S pacman-contrib
# pacman -S archinstall
I am attempting to use archinstall for a successful Arch Linux installation.
With all the variations of installation methods and commands, I just like to know the initial necessary commands to get a successful installation of Arch installed.
Thank you.
Offline