How to make PXES thin client OS boot directly using RDP?
PXES thin client OS is what i have.what i want is...
i want to enter into RDP without going to the basic screen where it shows the Options.also i want my RDP settings set...
i tried modifying the isolinux.cfg file in boot\isolinux folder like this
DEFAULT rdp
PROMPT 0
TIMEOUT 5
LABEL rdp
KERNEL vmlinuz
APPEND ramdisk_size=15604 ro initrd=pxes.img root=/dev/ram console=null SESSION_DEFAULT=rdp RDP_SERVER_NAME=192.168.1.2:3392 X_VIDEO_MODES="1024x768" RDP_COLOR_DEPTH=16 MOUSE_WHEEL_ENABLED=1 RDP_ASK_ENABLED=0
but nothing happens.the IP no is my localhost IP.
can somebody help in making the PXES boot directly using the RDP into the OS thus showing the remote desktop?