1mkbootmedia(1M) System Administration Commands mkbootmedia(1M)
2
3
4
6 mkbootmedia - create bootable Solaris ISO image
7
9 /usr/bin/mkbootmedia -v [-l label] media-root iso
10
11
13 The mkbootmedia utility takes media-root (the root of an on-disk
14 Solaris install media) as input and creates a bootable Solaris ISO
15 image in the file iso, using mkisofs(8). The file can then be burned
16 onto a CD/DVD with utilities such as cdrw(1) or cdrecord(1). (Neither
17 mkisofs(8) nor cdrecord(1) are SunOS man pages.)
18
19 Caution -
20
21 The directory tree media-root must contain the file
22 boot/grub/stage2_eltorito, which will be written to the media boot
23 sectors. This file will be modified with some boot information, thus
24 it must be writable. If necessary, first save a copy prior to running
25 this utility.
26
28 The following options are supported:
29
30 -l label
31
32 Sets label as the label/volume name of the ISO image.
33
34
35 -v
36
37 Verbose. Multiple -v options increase verbosity.
38
39
41 The following operands are supported:
42
43 media-root
44
45 Top-level directory of an on-disk Solaris install media.
46
47
48 iso
49
50 Name of the output file which will contain the resulting ISO image.
51
52
54 Example 1 Creating an ISO Image and Burning a CD/DVD
55
56
57 The following commands create an ISO image from the content of s10u1
58 and burn the image to a CD/DVD.
59
60
61 # /usr/bin/mkbootmedia s10u1 s10u1.iso
62 # /usr/bin/cdrw -i s10u1.iso
63
64
65
67 See attributes(5) for descriptions of the following attributes:
68
69
70
71
72 ┌─────────────────────────────┬─────────────────────────────┐
73 │ ATTRIBUTE TYPE │ ATTRIBUTE VALUE │
74 ├─────────────────────────────┼─────────────────────────────┤
75 │Availability │SUNWcsu │
76 ├─────────────────────────────┼─────────────────────────────┤
77 │Interface Stability │Committed │
78 └─────────────────────────────┴─────────────────────────────┘
79
81 cdrw(1), attributes(5)
82
83
84 mkisofs(8), (/usr/share/man/man8/mkisofs.8), in the SUNWfsman package
85 (not a SunOS man page)
86
87
88
89SunOS 5.11 23 Sep 2009 mkbootmedia(1M)