grub-md5-crypt
GRand Unified Bootloader (Legacy version)
Install
- All systems
-
curl cmd.cat/grub-md5-crypt.sh
- Debian
-
apt-get install grub-legacy
- Ubuntu
-
apt-get install grub
- Alpine
-
apk add grub
- Arch Linux
-
pacman -S grub
- Kali Linux
-
apt-get install grub-legacy
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install grub
- Dockerfile
- dockerfile.run/grub-md5-crypt
- Docker
-
docker run cmd.cat/grub-md5-crypt grub-md5-crypt
powered by Commando
grub-legacy
GRand Unified Bootloader (Legacy version)
GRUB is a GPLed bootloader intended to unify bootloading across x86 operating systems. In addition to loading the Linux kernel, it implements the Multiboot standard, which allows for flexible loading of multiple boot images (needed for modular kernels such as the GNU Hurd). Please note that GRUB Legacy is in maintanance mode and new features are only accepted in GRUB 2 (grub-pc package).
grub
GRUB (Grand Unified Boot Loader) is an experimental boot loader
capable of booting into most free operating systems - Linux, FreeBSD, NetBSD, GNU Mach, and others as well as most commercial operating systems.