Deleted microcode, won't boot
Cause of problem:
I'm running an AMD box and last night did an Artix update using pamac. Before rebooting, I notice that I had intel ucode. So I removed the package in pamac also. Note I've been deleting NVDIA packages also which has been fine. Anyhow, rebooted and it hung with the message something like intel-ucode.img not found.
I'm trying this tonight:
Start up with my trusty Artix USB install stick.
Open terminal and "su"
Mount by lablel "ROOT" to /mnt
artix-chroot to /mnt
pacman -S intel-ucode
Question 1: Since I've gotten rid of the intel-ucode, can I instead use
pacman -S amd-code
instead?
Question 2: Will the pacman install generate the missing img file? Do I need to do something like this?
grub-mkconfig -o /boot/grub/grub.cfg
Let me know if this will work or what I need to do.
Question 3: How was my computer even working using intel-ucode on an AMD ryzen system? Just curious.
Note I'm a coder and not a systems guy. Treat me like a noob.
Thanks for the help.