Open netixx opened 6 years ago
Hi @netixx! You can manually create the pendrive, as explained in the installation instructions, with any partition configuration you so choose.
Yes I know, the idea was to change the default order so that it works out of the box.
This would be useful for beginners and save time for admins. What I don't know is if there is a reason for using the first partition for EFI or caveats when you don't.
No problem there, according to the UEFI Spec, section 13.3.3:
UEFI does not impose a restriction on the number or location of System Partitions that can exist on a system.
On the other hand, the problem might be the BIOS Boot partition:
On MBR disks, such boot loaders typically use the sectors immediately following the MBR for this storage; that space is usually known as the "MBR gap". No equivalent unused space exists on GPT disks, and the BIOS boot partition is a way to officially allocate such space for use by the boot loader.
Windows only recongnise/mounts the first partition on removable drives.
By using the first partition for data (instead of the second), the drive could be used to transfer ISO downloaded on windows or as a regular flash drive.