ventoy / Ventoy

A new bootable USB solution.
https://www.ventoy.net
GNU General Public License v3.0
61.83k stars 4.02k forks source link

FAT File System in my USB become FAT16 when I update Ventoy #306

Open hoangdiemtinh opened 4 years ago

hoangdiemtinh commented 4 years ago

System to test: Windows 10 x64 v2004 Ventoy option enable: Secure Boot Support Device to test: USB

At EFI partition (label: VTOYEFI), FAT File System become FAT16 when I update Ventoy :)

See image:

https://i.postimg.cc/2yBJvv88/FAT-FAT16.png

@ventoy

Why ?. What effect does this have on the EFI partition ?.

kmm2 commented 4 years ago

That's how it is designed: https://www.ventoy.net/en/doc_disk_layout_gpt.html

ventoy commented 4 years ago

Yes, it is FAT16. It's 32MB so it can not use FAT32.

Remonli commented 3 years ago

@ventoy FAT32 should be better , 80MB or 100MB is enough for FAT32 EFI , could you consider it ?