I’ve a second EFI partition, reserved just for Linux
when I try to install Archlabs, the installer do not let me choose it,
it let me choose only the Windows EFI one, also if I have removed from it the BOOT flag
what should I do to choose the second EFI partition?
Can you post your partition layout and sizes with lsblk -fa
There is a way to pass in the root or boot partition if you already have it formatted and ready for mounting. You can also mount everything yourself and tell the installer
# correctly format your partitions before mounting
mount /dev/sda2 /mnt
mount /dev/sda1 /mnt/boot
installer -r /dev/sda2 -b /dev/sda1 -n
Doesn’t help me much if I don’t know the layout and sizes. How big is it? Did you mount your partitions first and pass them to the installer? If you did it will start the install right away and leave you at a different menu without any mounting or storage management options.
Please post an image, error message, or anything that will help me see what going on.
nvme0n1p1 vfat (EFI of windows, too little space, just 260 MB, I’ve removed the BOOT flag)
nvme0n1p2
nvme0n1p3 Windows
nvme0n1p4 NTFS
nvme0n1p5 EXT4
nvme0n1p6 EXT4
nvme0n1p7 SWAP
nvme0n1p8 vfat (EFI partition that I’ve created, bigger than the first one)
Ok I’ve made the exact same layout with my testing laptop which also uses an nvme drive.
p5 is root and p8 is boot, I can recreate the issue where the -r and -b flags don’t work (strange but I’m working on it). I can however pick nvme0n1p8 as the boot partition and install. What partitions are you shown when asked for the boot partition?
I also just want to say I have the same windows install and boot part size of 260M and I don’t have issues with it being too small for a dual boot with linux systems. Obviously not an excuse for you being unable to pick whatever boot partition you want.