Bug #1806
Beginner Guide - Step 8: Install the base system
0%
Description
On step 8 of the Beginner's Guide: [[https://wiki.parabola.nu/Beginners%27_Guide#Beginners]], the user is guided through installing the base system.
An error will transpire if the user doesn't initialize the pacman keyring for arch & parabola.
The fix for it would be to include that the user should run the following 3 commands:
pacman-key --init
pacman-key --populate archlinux
pacman-key --populate parabola
Files
History
Updated by bill-auger about 5 years ago
- Status changed from open to info needed
are you installing from a Parabola LiveISO ? if so, which one?
Updated by sqrt3 about 5 years ago
bill-auger wrote:
are you installing from a Parabola LiveISO ? if so, which one?
I am installing from a liveISO, specifically the one with the name 'parabola-openrc-2017.09.30-dual.iso'.
Edit: In addition, I believe there should be a mention that the user should update time through the following commands to avoid the "Invalid/corrupt package" error.
nptd -qg
hwclock -w
Finally, pacman -Syuu helped me fix the issue as well (but I believe that is pointed out in the docs).