archinstall icon indicating copy to clipboard operation
archinstall copied to clipboard

Allow manual configuration for bootloader.

Open ArtyomFR opened this issue 3 years ago • 4 comments

Hi! With all the issue with low EFI partition and extended /boot setup not resolved (#1072) for the moment, could it be possible to add the ability to not configure grub/systemd-boot and let the user do it manually in chroot? I've tried to do it, but the script check for /boot format and return an error if it is not vfat like efi. Thanks!

ArtyomFR avatar Sep 23 '22 07:09 ArtyomFR

Interesting thought, I would have to evaluate how much effort it would be to halt the process at that stage and how safe it would be to continue past it without doing the configuration. We've had a lot of complaints about steps being "passed on error" (albeit silent and that was the main issue) and leaving the system with a lot of stuff to do.

It's a cool concept in my head, let me tinker and think about it :)

Torxed avatar Sep 23 '22 08:09 Torxed

Any progress? 👀

liblaf avatar Mar 04 '23 19:03 liblaf

The only progress has been that I've concluded that it should be somewhat easy to implement. But I'll most likely "hide" it behind --advanced as it requires knowledge of both the installation process as well as the user needs to know how to get to another tty (I know, it's a no brainer for most Arch users.. but still).

Progress has been slow in anticipation of the v2.5.3 release. But with that out of the way, this should begin development soon-ish.

I'm also juggling improving the Arch Linux mirror administration as it contains way to many manual steps.

Torxed avatar Mar 04 '23 20:03 Torxed

I want this feature too !

Currently archinstall will error when use pre-configured btrfs subvolume as root partition.

secext2022 avatar Dec 01 '23 13:12 secext2022