classy-giraffe / easy-arch

Script for boostrapping Arch Linux with BTRFS, snapshots and LUKS encryption (UEFI only).
https://classy-giraffe.github.io/easy-arch
Apache License 2.0
237 stars 54 forks source link

Fixed pacstrap errors #56

Closed stjiub closed 1 year ago

stjiub commented 1 year ago

easy-arch-fail

Script was failing on two parts. The microcode_detector was being ran after $microcode var was needed so the majority of packages being installed during the initial pacstrap were not getting installed. This included grub and caused later grub changes to fail (as seen in screenshot. I was also getting errors regarding /mnt/etc/sudoers.d/wheel not existing. This was resolved by installing the sudo package prior.

classy-giraffe commented 1 year ago

Thank you, I've been tryna figure out what's wrong for months.