I have quite an unorthodox laptop setup in that I can only install my operating system on an SD Card. My bios doesn’t recognize this SD card, which forces me to store /efi on the eMMC internal drive on my laptop.
On EndeavourOS, this process is a breeze. I can manually partition the install and mount /efi on my internal drive, and it boots no problem.
While trying to emulate this on vanilla arch, I mount /boot on my eMMC drive in order to have the kernel and bootloader on the same partition. Weirdly, this setup fails, and the SD card with my actual arch install on it isn’t recognised in /dev.
I’ve considered modifying my firmware to recognise my SD card better, but I thought I’d come here first for assistance.
Primarily, I’d like to understand EndeavourOS manages systemd-boot and initcpio generation so I can mimic its behaviour on Arch.
For those wondering why I’m not just using eos, there are a few misconfigurations in it that makes it hard to use on my niche hardware/firmware.