Drop stage2_eltorito file
[grml2usb.git] / grml2usb.8.txt
1 grml2usb(8)
2 ==========
3
4 Name
5 ----
6 grml2usb - install grml ISO(s) on usb device for booting
7
8 Synopsis
9 --------
10 grml2usb [ options ] <ISO[s]> <device>
11
12 *******************************************************************************
13 Important! The grml team does not take responsibility for loss of any data!
14 *******************************************************************************
15
16 Introduction
17 ------------
18
19 grml2usb installs grml on a given partition of your usb device and makes it
20 bootable. It provides multi-iso support, meaning you can specify several grml
21 ISOs on the command line at once and select the grml flavour you would like to
22 boot on the bootbrompt then. Note that the *first* ISO specified on the grml2usb
23 command line will become the default one (that's the one that will boot when
24 just pressing enter on the bootprompt or wait until the boot timeout matches).
25
26 [IMPORTANT]
27 By default a compatible master boot record (MBR) is installed on the device
28 (being for example /dev/sdb when executing 'grml2usb grml.iso /dev/sdb1')
29 and grub is being used as default bootloader. Avoid installation of the
30 default MBR using the --skip-mbr option or if you encounter any problems
31 with the default MBR consider using --syslinux-mbr instead. If bootloader
32 grub doesn't work for you check out the --syslinux option.
33
34 Options
35 -------
36
37 The ISO[s] might be the path to one or multiple grml-ISOs as well as the path to
38 the currently running live-system (being /live/image).
39
40 The device either might be a device name like /dev/sda1 or a directory. When
41 specifying a device name the device is mounted automatically. When specifying a
42 directory it won't be touched but instead grml2usb is assuming that you did set
43 up a bootloader on your own and a bootloader won't be installed automatically.
44
45 The following options are supported:
46
47   *--bootoptions=...*::
48
49 Use specified bootoptions as default.
50
51   *--bootloader-only*::
52
53 Do *not* copy files but instead just install a bootloader.  Note that the boot
54 addons are copied to /boot/addons at this stage as well.  If you want to skip
55 copying the boot addons consider using the --skip-addons option.
56
57   *--copy-only*::
58
59 Copy files only but do *not* install a bootloader.
60
61   *--dry-run*::
62
63 Avoid executing commands, instead show what would be executed.
64 Warning: please notice that the ISO has to be mounted anyway, otherwise
65 identifying the grml flavour would not be possible.
66
67   *--fat16*::
68
69 Format specified partition with FAT16.
70 **Important:** this will destroy any existing data on the specified partition!
71
72   *--force*::
73
74 Force any (possible dangerous) actions requiring manual interaction (like --fat16).
75
76   *--help*::
77
78 Display usage information and exit.
79
80   *--initrd=...*::
81
82 Install specified initrd instead of the default. You might want to specify
83 option *--kernel* as well. (Be aware when using multiboot setup.)
84 [Notice: not implemented yet.]
85
86   *--kernel=...*::
87
88 Install specified kernel instead of the default. You might want to specify
89 option *--initrd* as well. (Be aware when using multiboot setup.)
90 [Notice: not implemented yet.]
91
92   *--lilo-binary=...*::
93
94 Use specified lilo executable for installing master boot record (MBR) when using
95 the --syslinux-mbr option. By default any system wide (from $PATH) lilo
96 executable is taken.  If there can not be find any lilo executable the
97 statically compiled version of the grml2usb Debian package (see
98 /usr/share/grml2usb/lilo/lilo.static.[amd64|i386]) is taken.
99
100   *--mbr-manager=...*::
101
102 Install master boot record (MBR) with integrated boot manager, providing a
103 simple selection for specifying the device for booting from. This options is
104 available only when using the default MBR and won't work if using the
105 --syslinux-mbr option.
106
107   *--quiet*::
108
109 Do not output anything but just errors on console.
110
111   *--skip-addons*::
112
113 Do not install /boot/addons/ files (like dos, grub, memdisk,...).
114
115   *--skip-mbr*::
116
117 Do not touch/install the master boot record (MBR).
118
119   *--syslinux*::
120
121 Install syslinux bootloader instead of the default (being grub).
122
123   *--syslinux-mbr*::
124
125 Install syslinux master boot record (MBR) instead of the default one.  By
126 default a very compatible MBR is installed, if you can encounter any problems
127 with it you can try using the syslinux MBR instead. If that works for you please
128 <<X7,let us know>> so we can adjust our default MBR accordingly.
129
130 [NOTE]
131 When using the --syslinux-mbr option also lilo is executed so the according
132 partitions are set active.
133
134   *--squashfs=*::
135
136 Install specified squashfs file instead of the default.
137 [Notice: not implemented yet.]
138
139   *--uninstall*::
140
141 Uninstall grml ISO files.
142 [Notice: not implemented yet.]
143
144   *-v*, *--version*::
145
146 Return version and exit.
147
148   *--verbose*::
149
150 Enable verbose mode.
151
152 Developers Corner
153 -----------------
154
155 Directory layout on usb device
156 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
157
158   boot/ ->
159     |-- addons/
160     |   |-- allinone.img     [grub - all in one image]
161     |   |-- bsd4grml/        [MirBSD]
162     |   |-- balder10.imz     [FreeDOS]
163     |   |-- memdisk          [chainloading helper]
164     |   |-- memtest          [memtest86+]
165     |-- release/
166     |   |-- grml/
167     |   |   |-- linux26      [Kernel]
168     |   |   |-- initrd.gz    [initramfs]
169     |   |-- grml64
170     |   |   |-- linux26      [Kernel]
171     |   |   |-- initrd.gz    [initramfs]
172     |   |-- grml-medium
173     |   |   |-- linux26      [...]
174     |   |   |-- initrd.gz
175     |   |-- grml64-medium
176     |   |   |-- linux26
177     |   |   |-- initrd.gz
178     |   |-- grml-small
179     |   |   |-- linux26
180     |   |   |-- initrd.gz
181     |   `-- grml64-small
182     |       |-- linux26
183     |       |-- initrd.gz
184     |-- grub/
185     |   |-- grml.png         [splash screen for grub2]
186     |   |-- grub.cfg         [configuration file for grub2]
187     |   |-- menu.lst         [configuration file for grub1]
188     |   |-- splash.xpm.gz    [splash screen for grub1]
189     `-- syslinux/
190         |-- boot.msg         [boot splash for syslinux]
191         |-- f1               [screen when pressing f1]
192         |-- f2               [screen when pressing f2]
193         |-- f3               [...]
194         |-- f4
195         |-- f5
196         |-- f6
197         |-- f7
198         |-- f8
199         |-- f9
200         |-- f10
201         |-- logo.16          [graphical part of boot splash]
202         `-- syslinux.cfg     [configuration file for syslinux]
203
204   grml/
205     |-- grml2usb.txt         [not yet implemented]
206     |-- grml-cheatcodes.txt  [list of bootoptions for grml]
207     |-- grml-version.txt     [file containing information about grml-version]
208     |-- LICENSE.txt          [license information]
209     |-- md5sums              [md5sums of original ISO]
210     |-- README.txt           [informational text]
211     `-- web/                 [browser related files]
212         |-- index.html
213         |-- style.css
214         `-- images/
215             |-- button.png
216             |-- favicon.png
217             |-- linux.jpg
218             `-- logo.png
219
220   live/
221     |-- filesystem.module      [file specifying which squashfs should be used by default]
222     |-- grml.squashfs          [squashfs file]
223     |-- grml-medium.module     [module specifying which squashfs should be used for grml-medium]
224     |-- grml-medium.squashfs   [squashfs file for grml-medium]
225     |-- grml-small.module      [...]
226     |-- grml-small.squashfs
227     |-- grml64.module
228     |-- grml64.squashfs
229     |-- grml64-medium.module
230     |-- grml64-medium.squashfs
231     |-- grml64-small.module
232     `-- grml64-small.squashfs
233
234 Grabbing the source
235 ~~~~~~~~~~~~~~~~~~~
236
237   % git clone git://git.grml.org/grml2usb.git
238
239 Developers Debugging Hints
240 ~~~~~~~~~~~~~~~~~~~~~~~~~~
241
242 To play with grml2usb you can avoid using a real device via a loopback file
243 setup, like:
244
245   # dd if=/dev/zero of=~/loopback bs=1M count=100 # adjust size to your needs
246   # losetup /dev/loop1 ~/loopback
247
248 Then create according partitions either running for example:
249
250   # echo -en "n\np\n1\n\n\nt\n6\na\n1\n w\n" | fdisk /dev/loop1
251
252 or:
253
254   # parted /dev/loop1 -s "mkpart primary fat16 0 -1s mkfs 1 fat16"
255
256 Finally create a filesystem and execute grml2usb as needed:
257
258   # mkfs.vfat /dev/loop1
259   # grml2usb --bootloader-only /grml/isos/grml-small_2008.11.iso /dev/loop1
260
261 Performance tracing
262 ~~~~~~~~~~~~~~~~~~~
263
264   # blktrace -d /dev/sdb -o - | blkparse -i -
265   # grml2usb grml_2008.11.iso /dev/sdb1
266
267 [[X6]]
268 Troubleshooting and Pitfalls when booting
269 -----------------------------------------
270
271 Here is a list of common error messages from BIOS/bootloader when trying to boot
272 from USB.
273
274 ///////////////////////////////////////////////////////////
275 TODO: better list type for the error message / reason part?
276 See http://www.methods.co.nz/asciidoc/userguide.html
277 ///////////////////////////////////////////////////////////
278
279 [horizontal]
280 *Error message*:: ran out of input data. System halted
281
282 *Reason*:: Everything OK, except for the filesystem used on your usb device. So
283 instead of fat16 you are using for example fat32. Fix: use the appropriate
284 filesystem (fat16 for usb pens usually). The Bootsplash might be displayed, the
285 kernel loads but you very soon get the error message.
286
287 *Error message*:: Invalid operating system
288
289 *Reason*:: the partition layout is not ok. Very probably there's no primary
290   partition (/dev/sdX{1..4}) or none has the flag 'bootable' set.
291
292 *Error message*:: No operating system found.
293
294 *Reason*:: you forgot to set the boot-flag on the partition. Or there really isn't
295 any operating system at all. :)
296
297 *Error message*:: kernel-panic: unable to mount root-fs...
298
299 *Reason*:: Kernel boots but fails to find the root filesystem. The root=
300 argument in your kernel commandline is pointing to the wrong device. Adjust
301 root=..., consider using root=UUID=....
302
303 *Error message*::  Could not find kernel image: ...
304
305 *Reason*:: either a broken isolinux/syslinux version or a broken BIOS. Check out
306 whether the vendor provides a BIOS update or if using bootloader grub instead of
307 isolinux/syslinux fixes the problem.
308
309 Frequently Asked Questions (FAQ)
310 --------------------------------
311
312 What's the difference between grml2hd and grml2usb?
313 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
314
315 grml2hd installs a running grml system to a harddisk. When rebooting the
316 harddisk installation can be modified and changes will find their way to the
317 harddisk immediately.  grml2usb copies just the compressed chroot filesystem
318 (being the squashfs file), some further informational files and a bootloader to
319 your device. This way you don't need as much space as with a harddisk
320 installation (just a USB device with >=ISO size) and when rebooting the system
321 your changes will be lost (even though a persistent root feature is
322 work-in-progress). Think of using a better CD version: booting is (usually)
323 faster, you don't need to burn a new CD when a new ISO version arrives (just
324 install the new ISO using grml2usb) and you can carry additional files on a
325 writable medium with yourself.
326
327 Why is there a menu.lst and a grub.cfg inside /boot/grub/?
328 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
329
330 grml2usb supports grub version 1 (grub1) as well as grub version 2 (grub2).
331 Whereas grub1 uses menu.lst the new version grub2 needs grub.cfg.
332 Providing both files allows grml2usb to install grub on the target device
333 no matter which grub version is available on the host where grml2usb is
334 executed on.
335
336 Why do I have to use a FAT16 filesystem?
337 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
338
339 You have to use a FAT16 filesystem only if you consider using syslinux, Syslinux
340 (currently) does not support any other filesystems. If you want to use another
341 filesystem (like ext2/3) just don't use syslinux (drop the --syslinux option)
342 but use the default bootloader (grub) instead.
343
344 I think I've got a really cool idea!
345 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
346
347 Please <<X7,report it to the author>>. Or even better: send us a patch. :)
348
349 I've problems with booting from USB.
350 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
351
352 Check out <<X6,Troubleshooting and Pitfalls when booting>>.
353
354 I've found a bug!
355 ~~~~~~~~~~~~~~~~~
356
357 Please <<X7,report it to the author>>. Please provide usage examples and output
358 of your grml2usb commandline (consider using the "--verbose" option).
359
360 Usage examples
361 --------------
362
363   # grml2usb /home/grml/grml_2008.11.iso /dev/sdb1
364
365 Install specified ISO on device /dev/sdb1.
366
367   # grml2usb /home/grml/grml_2008.11.iso /home/grml/grml_small_2008.11.iso /dev/sdb1
368
369 Install specified ISOs on device /dev/sdb1 for multibooting ISOs.
370 Note: boot "grml" as usual, for booting grml-small use "grml-small on the
371 bootprompt, for grml64 use "grml64" and so on... The *first* specified ISO is
372 the one being the default (when just pressing enter or waiting until the timeout
373 is reached).
374
375   # grml2usb --fat16 /home/grml/grml_2008.11.iso /dev/sdb1
376
377 Install specified ISO on device /dev/sdb1 and format partition /dev/sdb1 with
378 FAT16 filesystem.
379
380   # grml2usb --syslinux /home/grml/grml_2008.11.iso /dev/sdb1
381
382 Install specified ISO on device /dev/sdb1 and use syslinux as bootloader
383 (instead of grub being the default).
384
385   # grml2usb --kernel=/boot/vmlinuz-2.6.28-grml --initrd=/boot/initrd.img-2.6.28-grml \
386              /home/grml/grml_2008.11.iso /dev/sdb1
387
388 Install specified ISO on device /dev/sdb1 but use given kernel and initrd
389 instead of the ones provided by the ISO.
390
391   # grml2usb --squashfs=/grml/grml-live/grml_cd/live/grml.squashfs \
392              /home/grml/grml_2008.11.iso /dev/sdb1
393
394 Install specified ISO on device /dev/sdb1 but use given squashfs
395 file instead of the one provided by the ISO.
396
397   # grml2usb --bootoptions="lang=de ssh=mysecret" grml_2008.11.iso /dev/sdb1
398
399 Install specified ISO on device /dev/sdb1 and use "lang=de ssh=mysecret" as
400 default bootoptions.
401
402 Online Ressources
403 -----------------
404
405 Check out the link:http://grml.org/grml2usb/[grml2usb webpage] and the
406 link:http://git.grml.org/?p=grml2usb.git[grml2usb git repository].
407
408 Bugs
409 ----
410 Please report feedback, bugreports and wishes <<X7,to the author>>.
411
412 [[X7]]
413 Author
414 ------
415 Michael Prokop <mika@grml.org>
416
417 /////////////////////////////////////////////////////////////////
418 http://wiki.grml.org/doku.php?id=tips#multiboot_usb_pen
419 http://www.startx.ro/sugar/isotostick.sh
420 https://help.ubuntu.com/community/Installation/FromUSBStick
421 http://unetbootin.sourceforge.net/
422 http://www.tux.org/pub/people/kent-robotti/looplinux/rip/mkusb.sh
423 https://fedorahosted.org/liveusb-creator/
424 /////////////////////////////////////////////////////////////////