diff --git a/pages/linux/grub-bios-setup.md b/pages/linux/grub-bios-setup.md new file mode 100644 index 000000000..d91ee2516 --- /dev/null +++ b/pages/linux/grub-bios-setup.md @@ -0,0 +1,17 @@ +# 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: . + +- 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}}`