codefiles
codefiles
Installation of systemd-boot fails because the EFI system partition (`/boot`) file system format is not FAT based, instead it is Ext4. The ArchWiki states to format the EFI system partition...
This will also save 3 seconds per partition added to the partition table layout since it removes a sleep of that duration.
The ArchWiki now suggests an ESP size of 1 GiB. https://wiki.archlinux.org/index.php?title=Installation_guide&diff=prev&oldid=799742
This bug is still present though the code has changed a little so it looks slightly different in the latest reports of it. A `DiskError` is raised like the following:...
The EFI system partition "is mandatory for UEFI boot." [1] This pull request needs to be changed to apply to when UEFI boot is detected instead of just systemd-boot. [1]...
@Rust1667 - Starting a partition at sector 0, the EFI system partition in this case, will overwrite the primary [GUID Partition Table](https://en.wikipedia.org/wiki/GUID_Partition_Table). Take care not to overwrite the primary GPT...
> Bcachefs isn't something parted supports which is being used for partitioning under the hood. That is not accurate for two reasons: 1. The user is attempting an install with...
> However, the pre-mounted feature is in general somewhat limited still as it doesn't support many detections, btrfs and lvm being some of them. Btrfs works with the pre-mounted feature...
> Pre-mounted option does not work for Btrfs That is false. As always, give it a try, especially before commenting with confidence.
Understood. After some more thought on the matter I feel this pull request should not be merged. At least not yet.