intel-ucode not found
I was doing some tinkering and uninstalled intel-ucode (I am on AMD) and my OS will no longer boot. I am unsure how to fix this issue.
I booted up my second Artix installation and mounted the broken one with
mount /dev/nvme0n1p1 /mnt
I tried following the troubleshooting guide but "artix-chroot was not found" so I used the normal chroot
chroot /mnt/@ /bin/bash
And finally tried re-installing intel-ucode using pacman, but I get the error
error: could not open file: /etc/mtab: No such file or directory
error: could not determine filesystem mount points
I also tried to run mkinitcpio from the chroot but get
==> ERROR: /proc must be mounted!
I have no idea what else I'm supposed to mount, if I even need to re-install the ucode, or if there's another way to solve the issue. Any help would be appreciated, thanks!