i wanna dual boot windows and linux but for years i have this problem that every installation it just sometimes doesnt work and sometimes it does.
i mount it like this:
mnt /dev/nvme0n1p4 /mnt (linux)
mkdir /mnt/efi
mnt /dev/nvme0n1p1 (100mb efi) /mnt/efi
then i do pacstrap intel-ucode base base-devel linux
and it tries to put all those things into the tiny 100mb partition
how can i avoid this?