Displaying 1 result from an estimated 1 matches for "dhcpd_pxe_1_active".
2009 Aug 06
1
My last try to fix memdisk boot problem
...r 1.6.1 (www.eisfair.org)
With exactly the same hardware unattended boots where working for more
than one year perfectly without any trouble.
INETD.CONF regarding PXE:
START_TFTPD = yes
TFTPD_ADD_ARGS =
DHCPD.CONF (only PXE part)
DHCPD_PXE_N = 1
DHCPD_PXE_1_NAME = test
DHCPD_PXE_1_ACTIVE = yes
DHCPD_PXE_1_KERNEL = unattended/memdisk
DHCPD_PXE_1_INITRD =
DHCPD_PXE_1_ROOT =
DHCPD_PXE_1_APPEND = initrd=unattended/fetnd.imz
I also tried the options "raw" and "bigraw" at the end of the append
line, without success.
fetnd.imz is the correct .imz file that...