Kenneth Vandbæk
2017-Dec-06 11:19 UTC
[syslinux] No DEFAULT or UI configuration directive found!
Hi. I have setup virtualbox with a windows 10 that is acting as a DHCP and TFTP server. I have created folder like this: c:\tftpboot in that folder "pxelinux.0" and "ldlinux.c32" is located. another folder is created: c:\tftpboot\pxelinux.cfg In that folder "default" is located. I have another testpc that I want to startup with pxe, but I get this error: "No DEFAULT or UI configuration directive found!" Why do I get this error? Br Kenneth
Gene Cumm
2017-Dec-06 11:42 UTC
[syslinux] No DEFAULT or UI configuration directive found!
On Wed, Dec 6, 2017 at 6:19 AM, Kenneth Vandb?k via Syslinux <syslinux at zytor.com> wrote:> Hi. > > I have setup virtualbox with a windows 10 that is acting as a DHCP and TFTP > server. > > I have created folder like this: > > c:\tftpboot > > in that folder "pxelinux.0" and "ldlinux.c32" is located. > > another folder is created: > > c:\tftpboot\pxelinux.cfg > > In that folder "default" is located. > > I have another testpc that I want to startup with pxe, but I get this error: > > "No DEFAULT or UI configuration directive found!" > > Why do I get this error?It's a status indicator to tell you that the loaded config file is likely incomplete. The first config should always have a DEFAULT or UI directive. What's the contents of your config? -- -Gene
Gene Cumm
2017-Dec-06 16:34 UTC
[syslinux] No DEFAULT or UI configuration directive found!
On Wed, Dec 6, 2017 at 7:33 AM, Kenneth Vandb?k <valnurat at gmail.com> wrote:> Thank you. > > I looked into my config file and it was not completed.I'm glad to hear it's a simple fix. -- -Gene> 2017-12-06 12:42 GMT+01:00 Gene Cumm <gene.cumm at gmail.com>: >> >> On Wed, Dec 6, 2017 at 6:19 AM, Kenneth Vandb?k via Syslinux >> <syslinux at zytor.com> wrote: >> > Hi. >> > >> > I have setup virtualbox with a windows 10 that is acting as a DHCP and >> > TFTP >> > server. >> > >> > I have created folder like this: >> > >> > c:\tftpboot >> > >> > in that folder "pxelinux.0" and "ldlinux.c32" is located. >> > >> > another folder is created: >> > >> > c:\tftpboot\pxelinux.cfg >> > >> > In that folder "default" is located. >> > >> > I have another testpc that I want to startup with pxe, but I get this >> > error: >> > >> > "No DEFAULT or UI configuration directive found!" >> > >> > Why do I get this error? >> >> It's a status indicator to tell you that the loaded config file is >> likely incomplete. The first config should always have a DEFAULT or >> UI directive. What's the contents of your config?