I have installed arch using this guide: https://www.linuxandubuntu.com/home/dual-boot-ubuntu-and-arch-linux?expand_article=1
When I run
sudo update-grub
Grub doesn't detect my arch install.
The only weird thing that deviated from the guide during my install is that I didn't have to choose whether my new partition is primary or not (although that is expected, because I have GPT, not MBR, right?).
I have tried going back to arch installer, chrooting into my installation, and running
pacman -S linux
and then
pacman -S linux-firmware
Because the guide apparently didn't mention that you need those.
Should I run
pacman -S base-devel
also? People in comments seem to run it also.
And I know, I should've looked at the comments to see that people's installations don't work either. I guess that is a lesson for the future