Displaying 1 result from an estimated 1 matches for "pxe_bin".
Did you mean:
ex_bin
2010 Oct 26
1
trying to chainload the normal ubuntu pxe installer
...# Always send the PXELINUX options (specified in hexadecimal)
option dhcp-parameter-request-list = concat(option
dhcp-parameter-request-list,d0,d1,d2,d3);
}
option pxelinux.magic f1:00:74:7e;
option pxelinux.configfile "menu.cfg";
option pxelinux.pathprefix "/";
filename "pxe_bin/pxelinux.0";
next-server <tftp_server_ip>;
In my menu.cfg, I tried the following to to chainload the ubuntu installer:
UI pxe_bin/menu.c32
PROMPT 0
MENU TITLE PXE Boot Menu
LABEL ubuntu_10_10_amd64
MENU LABEL Ubuntu 10.10 (Meerkat) AMD64
KERNEL pxe_bin/pxechain.com
APPEND <tftp_serv...