2025-03-14 21:59:59 -06:00
|
|
|
# grub-bios-setup
|
|
|
|
|
|
|
|
|
|
> Set up a device to use GRUB with a BIOS configuration.
|
|
|
|
|
> You should use `grub-install` instead of `grub-bios-setup` in most cases.
|
|
|
|
|
> More information: <https://manned.org/grub-bios-setup.8>.
|
|
|
|
|
|
|
|
|
|
- Set up a device to boot with GRUB:
|
|
|
|
|
|
|
|
|
|
`grub-bios-setup {{/dev/sdX}}`
|
|
|
|
|
|
|
|
|
|
- Install even if problems are detected:
|
|
|
|
|
|
2025-07-24 22:27:13 -06:00
|
|
|
`grub-bios-setup {{[-f|--force]}} {{/dev/sdX}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Install GRUB in a specific directory:
|
|
|
|
|
|
2025-07-24 22:27:13 -06:00
|
|
|
`grub-bios-setup {{[-d|--directory]}} {{/boot/grub}} {{/dev/sdX}}`
|