Booting a non-multiboot kernel with GRUB2 [closed]
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 4 years ago . I want to boot a custom kernel (non-multiboot) with GRUB2, I've read that I need grub.cfg like this: menuentry "custom kernel" { set root=(hd0,0) chainloader +1 } So, I have some questions: How grub detect kernel? (with multiboot spec I used kernel /boot/kernel.bin ) How my kernel must look like (sorry for my