boot to grub2 - Printable Version +- iPXE discussion forum (https://forum.ipxe.org) +-- Forum: iPXE user forums (/forumdisplay.php?fid=1) +--- Forum: General (/forumdisplay.php?fid=2) +--- Thread: boot to grub2 (/showthread.php?tid=8093) |
boot to grub2 - skydancer - 2016-06-03 09:32 Hi, I'm familiar with the option to boot from grub4dos, Is there a way to boot to GRUB2? RE: boot to grub2 - SebastianRoth - 2016-06-03 21:30 Is this on a BIOS or UEFI machine? Either way you should be able to generate a netbootable GRUB image that you can chainload to from iPXE. Read though those articles and you should be able to figure it out: https://github.com/openSUSE/kiwi/wiki/Setup-PXE-boot-with-EFI-Using-GRUB2 and https://www.gnu.org/software/grub/manual/html_node/Network.html Let us know if you need more assistance on this. And please post your steps for others that might read this in search for the same issue. |