Grub v2 manual

The pages contributed here (FranklinPiat/*) were an attempt to write some documentation for Grub2. This documentation isn't updated anymore (since grub2-1.96+20080203 approximately)

This work, and (any further contribution), has copyright attribution to FSF. It's dual licensed under GPLv1 or later and GFDL.

(8)GRUB-MKRESCUE - Make GRUB rescue image.

SYNOPSIS

DESCRIPTION

grub-mkrescue uses (8)grub-install to build a simple rescue grub disk image (floppy or cdrom). By default, the image will contains all the modules available in the current grub distribution, thus the name rescue.

The floppy disk image is not formated : grub's boot-sector and core.img are simply dumped on the floppy disk. The extra modules and overlaid files are available through a virtual drive, named (memdisk). more about [memdisk] in (7)grub_modules page).

Bootable cdrom image use [cdboot.img] loader, which is capable of accessing the ISO9990 cdrom to load extra modules (see's (8)mkisofs -b option).

output_image is the name of the file that will contain the image.

--image-type=TYPE

--overlay=DIR

--modules=MODULES

-h, --help

-v, --version

--pkglibdir=DIR

--grub-mkimage=FILE

EXAMPLE

grub-mkrescue --image-type=floppy /tmp/grub-rescue.flp

grub-mkrescue --image-type=cdrom /tmp/grub-rescue.iso

AUTHOR

Program Written by Yoshinori K. Okuji, Robert Millan, Marco Gerards and others (see AUTHORS file).

Manpage Written by Franklin Piat.

BUGS

Report bugs to <bug-grub@gnu.org>.

COPYRIGHT

Copyright © 2008 Free Software Foundation, Inc.

This is free software. You may redistribute copies of it under the terms of the GNU General Public License <http://www.gnu.org/licenses/gpl.html>. There is NO WARRANTY, to the extent permitted by law.

SEE ALSO

GRUB 1.96+20080203

January 2008

(8)GRUB-MKRESCUE


LICENCE

This page is dual licensed under GPL + GFDL.

GrubWiki: FranklinPiat/grub-mkrescue.manpage (last edited 2009-04-10 22:09:16 by FranklinPiat)