Mentioned that partition_entry=gpt_basdat and -isohybrid-gpt-basdat create invalid GPT but also a valid MBR partition table
This commit is contained in:
@ -50,7 +50,7 @@
|
||||
@c man .\" First parameter, NAME, should be all caps
|
||||
@c man .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
||||
@c man .\" other parameters are allowed: see man(7), man(1)
|
||||
@c man .TH XORRISO 1 "Version 1.5.3, Aug 26, 2020"
|
||||
@c man .TH XORRISO 1 "Version 1.5.3, Sep 11, 2020"
|
||||
@c man .\" Please adjust this date whenever revising the manpage.
|
||||
@c man .\"
|
||||
@c man .\" Some roff macros, for reference:
|
||||
@ -4102,9 +4102,11 @@ may be augmented by
|
||||
@strong{isolinux partition_entry=gpt_basdat}
|
||||
or @strong{isolinux partition_entry=gpt_hfsplus},
|
||||
and by @strong{isolinux partition_entry=apm_hfsplus}.
|
||||
The boot image will then be mentioned in GPT as Basic Data
|
||||
or GPT HFS+ partition, and in APM as HFS+ partition.
|
||||
The first three GPT partitions will also be marked by MBR partitions.
|
||||
The boot image will then be mentioned in an invalid GPT as Basic Data
|
||||
or GPT HFS+ partition, and in a valid APM as HFS+ partition.
|
||||
The first three GPT partitions will also be marked by MBR partitions. The
|
||||
MBR partition of type 0xEF is what actually is used by EFI firmware for
|
||||
booting from USB stick.
|
||||
@*
|
||||
In multi-session situations the existing System Area is preserved by default.
|
||||
In in this case, the special disk_path "." prevents reading of
|
||||
|
Reference in New Issue
Block a user