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>.

Debian Debian
RUN apt-get update && \ apt-get install -y grub-pc
Ubuntu
RUN apt-get update && \ apt-get install -y grub-pc
Alpine
RUN apk add grub
Arch Arch Linux
RUN pacman -S --noconfirm grub
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y grub-pc
CentOS
RUN yum install -y grub
click the source code to copy install grub-bios-setup on any operating system with command-not-found.com