iPXE discussion forum

Full Version: What is the default iPXE script?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
What are the default commands that are run when iPXE starts?
There are several ways that iPXE can be configured to change what is executed, but most of the time https://ipxe.org/cmd/autoboot is executed to do network config and then continue booting.

For the details the sourcecode has a few if statements: https://git.ipxe.org/ipxe.git/blob/HEAD:...oot.c#l585
Perfect, thanks!
Reference URL's