Scroll to navigation

GRUB-BIOS-SETUP(3) Library Functions Manual GRUB-BIOS-SETUP(3)

NAME

grub-bios-setup — Set up images to boot from a device.

SYNOPSIS

grub-bios-setup [-a | --allow-floppy] [-b | --boot-image=FILE]

[-c | --core-image=FILE] [-d | --directory=DIR]
[-f | --force] [-m | --device-map=FILE]
[-s | --skip-fs-probe] [-v | --verbose] DEVICE

DESCRIPTION

You should not normally run this program directly. Use grub-install instead.

OPTIONS

Make the device also bootable as a floppy. This option is the default for /dev/fdX devices. Some BIOSes will not boot images created with this option.

Use FILE as the boot image. The default value is boot.img.

Use FILE as ther core image. The default value is core.img.

Use GRUB files in the directory DIR. The default value is /boot/grub.

Install even if problems are detected.

Use FILE as the device map. The default value is /boot/grub/device.map .

Do not probe DEVICE for filesystems.

Print verbose messages.

SEE ALSO

info grub

Wed Feb 26 2014