File: isohybrid.pl.1

package info (click to toggle)
syslinux 3%3A6.04~git20190206.bf6db5b4%2Bdfsg1-3.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 17,020 kB
  • sloc: ansic: 189,354; asm: 5,148; pascal: 4,825; makefile: 1,981; perl: 1,980; python: 266; sh: 185; xml: 39
file content (46 lines) | stat: -rw-r--r-- 1,409 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
.TH ISOHYBRID.PL 1 2014\-06\-14 5.00 "Syslinux Project"

.SH NAME
\fBisohybrid.pl\fR \- Postprocess ISO images for hybrid mode (Perl)

.SH SYNOPSIS
\fBisohybrid.pl\fR [\fIOPTIONS]\fR \fIIMAGE\fR

.SH DESCRIPTION
Starting in version 3.72, ISOLINUX supports a "hybrid mode" which can be booted from either CD-ROM or from a device which BIOS considers a hard disk or ZIP disk, e.g. a USB key or similar.
.PP
To enable this mode, the .iso image needs to be postprecessed with this utility.
.PP
Note: isohybrid.pl is a Perl script, a C implementation of the same utility is
available as isohybrid(1).

.SH OPTIONS
.IP "\-h" 4
Number of default geometry heads.
.IP "\-s" 4
Number of default geometry sectors.
.IP "\-entry" 4
Specify partition entry number (1-4).
.IP "\-offset" 4
Specify partition offset (default 0).
.IP "\-type" 4
Specify partition type (default 0x17).
.IP "\-id" 4
Specify MBR ID (default random).
.IP "\-forcehd0" 4
Always assume we are loaded as disk ID 0.
.IP "\-ctrlhd0" 4
Assume disk ID 0 if the Ctrl key is pressed.
.IP "\-partok" 4
Allow booting from within a partition.

.SH SEE ALSO
\fIsyslinux\fR(1)

.SH HOMEPAGE
More information about the Syslinux project can be found on the homepage at <\fIhttp://www.syslinux.org/\fR>.

.SH AUTHOR
isohybrid.pl was written by H. Peter Anvin <\fIhpa@zytor.com\fR>.
.PP
This manual page was written by Daniel Baumann <\fImail@daniel-baumann.ch\fR>.