grub-floppy

GRand Unified Bootloader (Legacy version)

Debian Debian
RUN apt-get update && \ apt-get install -y grub-legacy
Ubuntu
RUN apt-get update && \ apt-get install -y grub
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-legacy
CentOS
RUN yum install -y grub
click the source code to copy install grub-floppy on any operating system with command-not-found.com