oh no I'm bumping a topic but I wanted to explain it differently or ask something less specific
so I have pxelinux booting from a wds server which gives me a nice menu which I can select stuff from.
This is my working part of the menu
CODE
DEFAULT vesamenu.c32
PROMPT 0
NOESCAPE 0
ALLOWOPTIONS 0
# Timeout in units of 1/10 s
TIMEOUT 300
MENU WIDTH 40
MENU MARGIN 0
MENU ROWS 12
MENU TIMEOUTROW 14
MENU HSHIFT 5
MENU VSHIFT 2
MENU COLOR BORDER 30;44 #00000000 #00000000 none
MENU COLOR TABMSG 1;36;44 #00000000 #00000000 none
MENU COLOR TITLE 1;36;44 #00000000 #00000000 none
MENU COLOR SEL 30;47 #40000000 #20ffffff
MENU BACKGROUND DeploymentBackground.png
MENU TITLE PXE Boot menu
MENU WIDTH 80
MENU MARGIN 18
MENU ROWS 4
LABEL wds
MENU DEFAULT
MENU PASSWD P@ssw0rd
MENU LABEL Windows Deployment Services
KERNEL pxeboot.0
LABEL local
MENU LABEL Boot from Harddisk
LOCALBOOT 0
now what I want to do as well is add a menu to allow me to boot from a bootfile on a separate server which happens to be a Hyper-v VM so far my attempts haven't been the slightest bit successful. The ltsp server has a samba share ltsp where the bootfile is which has guest enabled.
CODE
LABEL ltsp
MENU LABEL Boot LTSP Thin Client *TEST*
KERNEL //11.0.0.24/ltsp/pxelinux.0
Hopefully this elaborates what I want to do a bit more