System Grab Bag

View all TLDR pages from Linux (or from all pages)

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:
    grub-bios-setup --force {{/dev/sdX}}
  • Install GRUB in a specific directory:
    grub-bios-setup --directory={{/boot/grub}} {{/dev/sdX}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.