1GRUB-BIOS-SETUP(3)         Library Functions Manual         GRUB-BIOS-SETUP(3)
2
3
4

NAME

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

SYNOPSIS

10       grub-bios-setup [-a | --allow-floppy] [-b | --boot-image=FILE]
11                        [-c | --core-image=FILE] [-d | --directory=DIR]
12                        [-f | --force] [-m | --device-map=FILE]
13                        [-s | --skip-fs-probe] [-v | --verbose] DEVICE
14
15

DESCRIPTION

17       You  should  not  normally run this program directly.  Use grub-install
18       instead.
19
20

OPTIONS

22       --allow-floppy
23              Make the device also bootable as a floppy.  This option  is  the
24              default  for /dev/fdX devices.  Some BIOSes will not boot images
25              created with this option.
26
27
28       --boot-image=FILE
29              Use FILE as the boot image.  The default value is boot.img.
30
31
32       --core-image=FILE
33              Use FILE as ther core image.  The default value is core.img.
34
35
36       --directory=DIR
37              Use GRUB files in the  directory  DIR.   The  default  value  is
38              /boot/grub.
39
40
41       --force
42              Install even if problems are detected.
43
44
45       --device-map=FILE
46              Use   FILE   as   the   device   map.    The  default  value  is
47              /boot/grub/device.map .
48
49
50       --skip-fs-probe
51              Do not probe DEVICE for filesystems.
52
53
54       --verbose
55              Print verbose messages.
56
57

SEE ALSO

59       info grub
60
61
62
63                                Wed Feb 26 2014             GRUB-BIOS-SETUP(3)
Impressum