hradec / grub-netboot

a quick method to setup grub as PXE network boot, for booth BIOS and UEFI. The grub.efi created here can be used to booth OSX over netboot as well.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make grub to boot over UEFI/BIOS network boot/iPXE/PXE.

After building it, create a symlink to grub.* on your tftp root, served by dnsmasq.

The grub.cfg can be customized by changing grub_template_menu.cfg and running make again.

The same grub.cfg will be used by booth BIOS and UEFI network boot.

You can find a few snippets of configuration for dnsmasq in dnsmasq-snippets. The file dnsmasq.conf-proxy-mode can be used as the sole config file when using dnsmasq to serve netboot, without acting as DHCP server. (So it can run in parallel to an existent DHCP server, without having to change anything on the DHCP server)

About

a quick method to setup grub as PXE network boot, for booth BIOS and UEFI. The grub.efi created here can be used to booth OSX over netboot as well.

License:MIT License


Languages

Language:Makefile 72.4%Language:Shell 17.6%Language:C 6.8%Language:Dockerfile 3.2%