Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

bootcdwrite(1) [debian man page]

BOOTCD(1)							   bootcd utils 							 BOOTCD(1)

NAME
bootcdwrite - build a bootcd image from a running system SYNOPSIS
bootcdwrite [-s] [-c <config_directory>] [-only_floppy] DESCRIPTION
bootcdwrite is used to write a standard Linux Installation to cd. The Installation must fit on one CD. It is possible to copy a system mounted per NFS to a local CD writer. It is also possible to only create an image of the CD for later use. It is important that the kernel can access the cdrom on the system, where you want to boot from the CD, without having to load any modules. (Because to load modules from CD, the kernel must have access to CD before). If this is not the case you have first to create a new kernel with CD-support built in. If something goes wrong with bootcdwrite, the user will be given the chance to correct the problem. bootcdwrite starts many commands. If a command exits with an exit code != 0, or if a command produces unknown output on stdout or stderr, the command and the output will be shown to the user. He gets the option to exit, retry the failed command, or to ignore the failed command. OPTIONS
-s means silent and canbe used to to disable interactive questions and to try to ignore errors. -c config_directory change the default path of the directory including the configuration (/etc/bootcd). -only_floppy only a bootfloppy (to boot an existing bootcd) has to be created. Currently no other options can be specified on command line. All configuration has to be done in the config files. FILES
/etc/bootcd/bootcdwrite.conf Configuration for bootcdwrite. /var/spool/bootcd/ Here the image of the CD which will be created will be stored temporarily by bootcdwrite. WARNING - You need a lot of disk-space here. You can change this location with variable VAR in bootcdwrite.conf. SEE ALSO
Documentation in bootcdwrite.conf bootcdwrite.conf(5), bootcd(1), bootcdflopcp(1), bootcd2disk(1) AUTHOR
This manual page was written by Bernd Schumacher <bernd.schumacher@hp.com>, for the Debian GNU/Linux system (but may be used by others). Wed Feb 23 00:00:00 EET 2000 BOOTCD(1)

Check Out this Related Man Page

ELILO(8)                                                      System Manager's Manual                                                     ELILO(8)

NAME
elilo - install EFI boot loader SYNOPSIS
elilo [options] DESCRIPTION
This manual page documents briefly the elilo command, which was written specifically for the Debian distribution to simplify configuring and using the elilo.efi bootloader. There are two parts to elilo, the bootloader itself and this utility which installs or updates a bootload configuration. The primary function of elilo is to copy files necessary for booting Debian GNU/Linux from the main filesystem to a subdirectory /EFI/debian on the boot partition. These include elilo.efi, elilo.conf, and the kernel and ramdisk images referenced by elilo.conf. In addition, elilo can create a default configuration file, /etc/elilo.conf, and can invoke efibootmgr to create an entry in the EFI Boot Manager menu such that a system will autoboot in to Debian GNU/Linux on power up. elilo requires a couple of extra parameters in elilo.conf that elio.efi does not currently support. These are needed so that a normal run of elilo with no parameters can find the elilo.efi binary and boot partition in order to rebuild it. They are: install=<path to elilo.efi> boot=<boot partition> OPTIONS
This program follows the usual GNU command line syntax, with long options starting with two dashes (`-'). -b, --boot set bootstrap partition device [ -b /dev/sda1 ] -i, --install pathname to the actual bootloader binary, default: /usr/{local/}lib/elilo/elilo.efi -C, --config use alternate configuration file [ -C config_file ] --autoconf auto-generate a /etc/elilo.conf. Typically only used during system installation. In normal use, an elilo.conf file already exists and will not be modified by elilo. --efiboot elilo auto configuration: create an efi boot manager entry for elilo. This option requires that the efibootmgr package also be installed. --timeout elilo auto configuration: sets the time elilo will wait for user input before booting default image default: 20 (2 seconds) --image elilo auto configuration: sets the path to the kernel image. default: /vmlinuz --label elilo auto configuration: sets the image label default: Linux --root elilo auto configuration: sets the root device default: /dev/sda3 --format create a new FAT filesystem on the boot partition. Use this cautiously if you have more than one operating system installed, and they may be sharing the same EFI partition! -v, --verbose make elilo more verbose --debug print boring junk only useful for debugging -h, --help display this help and exit -V, --version output version information and exit FILES
/etc/elilo.conf /usr/lib/elilo/elilo.efi SEE ALSO
efibootmgr(8) Additional information about elilo is available in the /usr/share/doc/elilo directory. AUTHOR
The elilo program and this manual page were written by Richard Hirst <rhirst@linuxcare.com> and Bdale Garbee <bdale@gag.com> as additions to the elilo bootloader package from Stephane Eranian <eranian@hpl.hp.com> for the Debian GNU/Linux system (but may be used by others). 18 Mar 2002 ELILO(8)
Man Page