mirror of
https://github.com/ValdikSS/windows2usb.git
synced 2023-08-10 21:13:16 +03:00
Document improvement: add feature matrix #23
Squashed commit of the following: commitc279195a08
Author: Recolic K <bensl@microsoft.com> Date: Thu Nov 25 17:50:06 2021 +0800 doc improvement: add feature matrix commit7b0f5d9912
Author: Recolic K <bensl@microsoft.com> Date: Thu Nov 25 17:43:26 2021 +0800 doc improvement: add feature matrix commit60d1f7d758
Author: Recolic K <bensl@microsoft.com> Date: Thu Nov 25 17:41:52 2021 +0800 doc improvement: add feature matrix commitf8d27f725d
Author: Recolic K <bensl@microsoft.com> Date: Thu Nov 25 17:39:57 2021 +0800 doc improvement: add feature matrix Signed-off-by: ValdikSS <iam@valdikss.org.ru>
This commit is contained in:
parent
bcc7f08832
commit
2af0bed0df
@ -54,6 +54,15 @@ The program prints removable storage list if no arguments are supplied.
|
||||
|
||||
If you don't want to use AppImage, you'll need to install all dependencies and download [uefi-ntfs.img](https://github.com/pbatard/rufus/tree/master/res/uefi) from Rufus project.
|
||||
|
||||
### Feature Matrix
|
||||
|
||||
|Modes |Legacy/UEFI-CSM Boot|UEFI Boot|Large ISO (>4GB)|Secure Boot|File System|Part Table|
|
||||
|:----------:|:------------------:|:-------:|:--------------:|:---------:|:---------:|:--------:|
|
||||
|mbr(hybrid) |Supported |Supported|Supported |Supported |FAT32 |MBR |
|
||||
|gpt |No |Supported|Supported |Supported |FAT32 |GPT |
|
||||
|gptntfs |No |Partial |Supported |Supported |NTFS |GPT |
|
||||
|gpt+uefintfs|No |Supported|Supported |No |NTFS |GPT |
|
||||
|
||||
### BIOS Boot
|
||||
|
||||
BIOS Boot (Legacy Boot/UEFI-CSM) uses stock Windows 7 MBR and FAT32 bootloader, courtesy of [ms-sys](http://ms-sys.sourceforge.net/) project.
|
||||
|
Loading…
Reference in New Issue
Block a user