Bootloader

bootctl install

Run update for systemd-boot (if necessary but not essential) bootctl update


Bootloader Config
  • when using encryption
  • vim /boot/loader/entries/arch.conf
  • add content from Bootloader_config

Run to confirm config is good mkinitcpio -P

Create a user useradd -m jammy

Add user to the wheel group to give root privileges usermod -aG wheel jammy

Verify group addition groups jammy

Required to change permissions in visudo visudo

  • Uncomment the folowing line
  • %wheel ALL=(ALL:ALL) ALL

Set root password* passwd

Set password for jammy* passwd jammy

Exit the chroot* exit

Then reboot

Built with LogoFlowershow