i686-elf-grub

GNU GRUB bootloader for i686 ELF targets, used in OS development.

brewmacoslinux
Try with needOr install directly
Source

About

GNU GRUB bootloader for i686-elf

Commands

i686-elf-grub-mkconfigi686-elf-grub-mkimagei686-elf-grub-script-checki686-elf-grub-editenvi686-elf-grub-fstesti686-elf-grub-mkpasswd-pbkdf2i686-elf-grub-mkrelpathi686-elf-grub-render-label

Examples

create bootable GRUB image for custom kernel$ i686-elf-grub-mkimage -o grub.img -O i386-pc boot linux ext2
generate GRUB configuration file from templates$ i686-elf-grub-mkconfig -o grub.cfg
verify GRUB boot script syntax$ i686-elf-grub-script-check /boot/grub/grub.cfg
create encrypted password for GRUB menu protection$ i686-elf-grub-mkpasswd-pbkdf2
test GRUB filesystem support and mount operations$ i686-elf-grub-fstest