archlinux / archinstall

Arch Linux installer - guided, templates etc.
GNU General Public License v3.0
5.82k stars 509 forks source link

Change default boot size from 512Mi #2504

Closed uhthomas closed 1 month ago

uhthomas commented 1 month ago

512Mi is tiny, and fills up quickly with modern Linux + fallback, especially so if using another kernel too (like linux-zen). Disks are huge these days and a more sensible default of 4Gi would be great, as to avoid difficult resizing in future. Users can still make this default value smaller if they are genuinely using a small disk, but for the majority of users it's better to not have this headache.

uhthomas commented 1 month ago

Related #2314

codefiles commented 1 month ago

It was increased to 1 GiB to conform with the suggested size given by the installation guide; see 1064f74.

uhthomas commented 1 month ago

It was increased to 1 GiB to conform with the suggested size given by the installation guide; see 1064f74.

This is great, thank you! Is 1Gi enough? Would 2Gi or 4Gi be more suitable? What do you think? As mentioned before, 512Mi is tight even with just one kernel + fallback and so 1Gi is going to be the same with two kernels.

codefiles commented 1 month ago

I think it is best left to the ArchWiki and for achinstall to conform.