The full thread can be found here: https://discord.com/channels/726808923662712894/726809631342592081/937766587044364321
But here are some exerpts:
We'll need to detect the need for --removable or retry if it fails, here's the relevant code:
|
if not (handle := SysCommand(f'/usr/bin/arch-chroot {self.target} grub-install --target=x86_64-efi --efi-directory=/boot --bootloader-id=GRUB --removable')).exit_code == 0: |
The full thread can be found here: https://discord.com/channels/726808923662712894/726809631342592081/937766587044364321
But here are some exerpts:
We'll need to detect the need for
--removableor retry if it fails, here's the relevant code:archinstall/archinstall/lib/installer.py
Line 770 in 1515fb9