Nanite/grub/grub.cfg
2025-06-06 16:50:38 -04:00

13 lines
184 B
INI

set timeout=5
set default=0
insmod part_msdos
set root='hd0,1'
menuentry "NANITE" {
set root='hd0,1'
insmod fat
multiboot2 /boot/nanite
echo "Booting NANITE..."
boot
}