-B | Install the 'boot0' boot manager. This option causes MBR code to be replaced, without affecting the embedded slice table. |
-b boot0 |
| Specify which 'boot0' image to use. The default is /boot/boot0 which will use the video card as output, alternatively /boot/boot0sio can be used for output to the COM1 port. (Be aware that nothing will be output to the COM1 port unless the modem signals DSR and CTS are active.) |
-d drive |
| Specify the drive number used by the PC BIOS in referencing the drive which contains the specified disk. Typically this will be 0x80 for the first hard drive, 0x81 for the second hard drive, and so on; however any integer between 0 and 0xff is acceptable here. |
-f file |
| Specify that a backup copy of the preexisting MBR should be written to file. This file is created if it does not exist, and replaced if it does. |
-m mask |
| Specify slices to be enabled/disabled, where mask is an integer between 0 (no slices enabled) and 0xf (all four slices enabled). |
-o options |
| A comma-separated string of any of the following options may be specified (with "no" prepended as necessary): |
packet |
| Use the disk packet (BIOS INT 0x13 extensions) interface, as opposed to the legacy (CHS) interface, when doing disk I/O. This allows booting above cylinder 1023, but requires specific BIOS support. The default is 'packet'. |
setdrv |
| Forces the drive containing the disk to be referenced using drive number definable by means of the -d option. The default is 'nosetdrv'. |
update |
| Allow the MBR to be updated by the boot manager. (The MBR may be updated to flag slices as 'active', and to save slice selection information.) This is the default; a 'noupdate' option causes the MBR to be treated as read-only. |
|