aguslr / multibootusb

A collection of GRUB files and scripts that will allow you to create a pendrive capable of booting different ISO files
https://mbusb.aguslr.com
GNU General Public License v3.0
574 stars 153 forks source link

Use first partition for data so that it can be used on windows #217

Open netixx opened 6 years ago

netixx commented 6 years ago

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.

aguslr commented 6 years ago

Hi @netixx! You can manually create the pendrive, as explained in the installation instructions, with any partition configuration you so choose.

netixx commented 6 years ago

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.

aguslr commented 6 years ago

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.