How to create Bootmenu - Printable Version +- iPXE discussion forum (https://forum.ipxe.org) +-- Forum: iPXE user forums (/forumdisplay.php?fid=1) +--- Forum: General (/forumdisplay.php?fid=2) +--- Thread: How to create Bootmenu (/showthread.php?tid=7648) |
How to create Bootmenu - mirandaveracruz - 2015-03-13 12:25 Hey ipxe-community, I'm totally new to ipxe - so please excuse... My environment: DHCP and WDS running on Windows Server 2012 R2. Also the same machine is a webserver (Microsoft IIS 8 with PHP-extension) My target-szenario: Machines should boot via ipxe into a custom boot-menu where I can choose: - to boot into WDS (Windows Deployment Services) - to boot into another PXE-environment - to boot into a wiping-solution What have I done until now? I followed the howto on ipxe.org (How to use the Microsoft DHCP server with iPXE) to modify the DHCP to handout the unidonly.kkpxe-File -> working fine. I see the machine is booting into ipxe and I see the ipxe-cmd-prompt. But what do I have to do now to get my custom boot-screen working? Regards Miranda RE: How to create Bootmenu - NiKiZe - 2015-04-13 23:57 You want to create a script that have the items you want. Robin have several scripts up on github that hopefully can get you started. One set tot get you started: https://gist.github.com/robinsmidsrod/2234639 |