You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 8, 2023. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: