My iPXE settings

By | 4 Mar 2016

I’ll list my modifications (keep everything else as it is) here but keep in mind that you most probably want
different settings.

See also this post about iPXE in general.

src/config/console.h

(commented in to enable:)

#define    CONSOLE_FRAMEBUFFER /* Graphical framebuffer console */Code language: CSS (css)

(changed from us to de🙂

#define    KEYBOARD_MAP    deCode language: CSS (css)

src/config/general.h

(changed from #undef to #define🙂

#define    NET_PROTO_IPV6      /* IPv6 protocol */Code language: CSS (css)

(changed from #undef to #define🙂

#define    DOWNLOAD_PROTO_HTTPS    /* Secure Hypertext Transfer Protocol */
#define    DOWNLOAD_PROTO_FTP  /* File Transfer Protocol */Code language: CSS (css)

(changed from #undef to #define🙂

#define    DOWNLOAD_PROTO_NFS  /* Network File System Protocol */Code language: CSS (css)

(commented in to disable:)

#undef SANBOOT_PROTO_ISCSI /* iSCSI protocol */
#undef SANBOOT_PROTO_AOE   /* AoE protocol */
#undef SANBOOT_PROTO_IB_SRP    /* Infiniband SCSI RDMA protocol */
#undef SANBOOT_PROTO_FCP   /* Fibre Channel protocol */Code language: CSS (css)

(changed from #undef to #define🙂

#define    SANBOOT_PROTO_HTTP  /* HTTP SAN protocol */Code language: CSS (css)

(commented in to enable – works only for undionly.kpxe🙂

#define   IMAGE_ELF       /* ELF image support */Code language: CSS (css)

(commented in to enable:)

#define    IMAGE_SCRIPT        /* iPXE script image support */Code language: CSS (css)

(commented in to enable – works only for undionly.kpxe🙂

#define   IMAGE_COMBOOT       /* SYSLINUX COMBOOT image support */Code language: CSS (css)

(commented in to enable:)

#define NSLOOKUP_CMD       /* DNS resolving command */Code language: CSS (css)

(commented in to enable:)

#define REBOOT_CMD     /* Reboot command */
#define POWEROFF_CMD       /* Power off command */Code language: CSS (css)

(commented in to enable:)

#define PING_CMD       /* Ping command */
#define CONSOLE_CMD        /* Console command */
#define IPSTAT_CMD     /* IP statistics commands */Code language: CSS (css)

One thought on “My iPXE settings

  1. Pingback: iPXE Network Boot – blog.mbirth.uk

Leave a Reply

Your email address will not be published. Required fields are marked *

To respond on your own website, enter the URL of your response which should contain a link to this post's permalink URL. Your response will then appear (possibly after moderation) on this page. Want to update or remove your response? Update or delete your post and re-enter your post's URL again. (Find out more about Webmentions.)