grub.cfg (82B)
1 set timeout=0 2 set default=0 3 4 menuentry "test" { 5 multiboot /boot/kernel 6 boot 7 }