You must log in or register to comment.
Had to go to the Archinstall repo to answer my question which was why would you skip installing the bootloader?
Add --skip-boot to allow for bypassing installation of a bootloader #3677
This allows for workarounds in those semi-rare cases where the bootloader step would normally cause issues, allowing users to manually install one once the other steps are completed.
Makes sense👍