Automatic Installation - Printable Version +- iPXE discussion forum (https://forum.ipxe.org) +-- Forum: iPXE user forums (/forumdisplay.php?fid=1) +--- Forum: General (/forumdisplay.php?fid=2) +--- Thread: Automatic Installation (/showthread.php?tid=9693) |
Automatic Installation - sonipriy - 2017-05-12 16:29 I have a iPXE setup and using the webserser to install the mounted isos. So the current workflow is - a. Boot the bare metal machine and select the DVD as boot media. The disc has iPXE iso b. On boot the iPXE menu is displayed (this menu - install.ipxe is on the webserver) c. User selects the ISO to install from menu and the installation is done. Now, I want to automate this process, so that automatically the ISO is installed on the bare metal machine. Is there a way in iPXE we can automation this entire installation process ? RE: Automatic Installation - mcb30 - 2017-05-12 22:29 (2017-05-12 16:29)sonipriy Wrote: I have a iPXE setup and using the webserser to install the mounted isos. So the current workflow is - Yes. If you already have everything working for an installation based on a manual selection from an iPXE menu, then just use the http://ipxe.org/cmd/choose command's --default and --timeout options to have the default selection be made automatically. Michael |