New -boot_image bootspecs partition_table=gpt_basdat, gpt_hfsplus, apm_hfsplus
This commit is contained in:
@ -9,7 +9,7 @@
|
||||
.\" First parameter, NAME, should be all caps
|
||||
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
||||
.\" other parameters are allowed: see man(7), man(1)
|
||||
.TH XORRISO 1 "Version 1.3.9, Jun 28, 2014"
|
||||
.TH XORRISO 1 "Version 1.3.9, Sep 28, 2014"
|
||||
.\" Please adjust this date whenever revising the manpage.
|
||||
.\"
|
||||
.\" Some roff macros, for reference:
|
||||
@ -2977,8 +2977,8 @@ on the media type this may have few effect at boot time. See above.
|
||||
The boot image and its supporting files have to be added to the ISO image by
|
||||
normal means (image loading, \-map, \-add, ...). In case of ISOLINUX the files
|
||||
should reside either in ISO image directory /isolinux or in /boot/isolinux .
|
||||
In that case it suffices to use as bootspec the text "dir=/isolinux" or
|
||||
"dir=/boot/isolinux". E.g.:
|
||||
In that case it suffices to use as bootspec the text "\fBdir=/isolinux\fR"
|
||||
or "dir=/boot/isolinux". E.g.:
|
||||
.br
|
||||
\-boot_image isolinux dir=/boot/isolinux
|
||||
.br
|
||||
@ -3056,10 +3056,22 @@ disk file to the very start of the ISO image.
|
||||
This System Area is reserved for system dependent boot software, e.g. an MBR
|
||||
which can be used to boot from USB stick or hard disk.
|
||||
.br
|
||||
Other than a El Torito boot image, the file disk_path needs not to be added
|
||||
Other than an El Torito boot image, the file disk_path needs not to be added
|
||||
to the ISO image.
|
||||
.br
|
||||
\-boot_image isolinux system_area= implies "partition_table=on".
|
||||
\fB\-boot_image isolinux system_area=\fR implies "partition_table=on".
|
||||
In this case, the disk path should lead to one of the SYSLINUX files
|
||||
isohdp[fp]x*.bin or to a file which was derived from one of those files.
|
||||
E.g. to the first 512 bytes from an ISOLINUX isohybrid ISO image.
|
||||
.br
|
||||
In this case, El Torito boot images (dir=, bin_path=, efi_path=)
|
||||
may be augmented by
|
||||
\fBisolinux partition_entry=gpt_basdat\fR
|
||||
or \fBisolinux partition_entry=gpt_hfsplus\fR,
|
||||
and by \fBisolinux partition_entry=apm_hfsplus\fR.
|
||||
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.
|
||||
.br
|
||||
\fBgrub2_mbr=\fRdisk_path works like "any" system_area= with additional
|
||||
patching for modern GRUB MBRs. The content start address of the first boot
|
||||
|
Reference in New Issue
Block a user