i never tried to boot stresslinux from a windows based pxe environment, but maybe you can try to replace / with \ in all paths
see http://www.syslinux.org/wiki/index.php/WDSLINUX
You say it jumps back to menu, you mean your pxe menu? If so it normally never loaded any kernel/initrd and the slashes may be
the cause.
Also you need at least the config.default file in the KIWI folder, without that the root image can't be loaded during boot.
[/quote]
It seams to be loading the files ok, as it loads them then says ... OK
Can you explain what the KIWI folder does. None of my other images need this. Does the boot folder also need to be shared?
I have a variety of other boot images, and they all work fine.
It loads the kernal, says ok, then takes a while to load the initrd, then goes to back to the menu.
My KIWI\config.default file
IMAGE=/dev/ram1;stresslinux_11.4.x86_64;0.7.177;10.10.10.1;4096;compressed
My whole default file
DEFAULT vesamenu.c32
PROMPT 0
MENU TITLE PXE Boot Menu
MENU INCLUDE pxelinux.cfg/graphics.conf
MENU AUTOBOOT Starting Local System in 8 seconds
# Option 1 - Exit PXE Linux & boot normally
LABEL bootlocal
menu label ^Boot Normally
menu default
localboot 0
timeout 80
TOTALTIMEOUT 9000
# Option 2 - Run WDS
LABEL wds
MENU LABEL ^Windows Deployment Services
KERNEL pxeboot.0
# Option 3 - Exit PXE Linux
LABEL Abort
MENU LABEL E^xit
KERNEL abortpxe.0
LABEL SpinRite
MENU LABEL SpinRite
KERNEL memdisk
APPEND initrd=Spinrite.img
LABEL Memtest
MENU LABEL Memtest
KERNEL memdisk
APPEND initrd=memtest.img
LABEL Stress2
MENU LABEL Stress2Lable
KERNEL memdisk
APPEND initrd=stresslinux.raw
LABEL Stress3
MENU LABEL Stress 3
KERNEL memdisk
append initrd=stresslinux_64bit_11.4.x86_64-0.7.106.iso
[hr]
This is why i think it is finding the files. <attached pic>