GRUB BIOS Setup - Configure GRUB Bootloader | Online Free DevTools by Hexmos
Configure GRUB bootloader with grub-bios-setup for BIOS systems. Set up a device to boot using GRUB easily and efficiently. Free online tool, no registration required.
grub-bios-setup
Set up a device to use GRUB with a BIOS configuration. You should use
grub-install
instead ofgrub-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 {{[-f|--force]}} {{/dev/sdX}}
- Install GRUB in a specific directory:
grub-bios-setup {{[-d|--directory]}} {{/boot/grub}} {{/dev/sdX}}