PXE boot not working
Hello
I'm using a PXELINUX on a Windows 2008 r2 WDS server.
I have it set up to what i think should work (followed the defaults), but I'm still unable to get it to boot.
When i select the option, it tells me its loading the files, then it returns to the boot menu.
I have placed the files from stresslinux_11.4.x86_64-0.7.190-Build1.10-pxe into a folder called image
They are being loaded correctly, but it doesn't boot, just returns to the menu.
I tired other options but they didnt work.
Im not sure what the KIWI folder did, but i added it aswell.
My default file is as follows
DEFAULT vesamenu.c32
PROMPT 0
MENU TITLE PXE Boot Menu
MENU INCLUDE pxelinux.cfg/graphics.conf
MENU AUTOBOOT Starting Local System in 8 seconds
LABEL stresslinux
MENU LABEL ^Stresslinux x86-64 0.7.177
KERNEL image/initrd-netboot-suse-11.4.x86_64-2.1.1.kernel
APPEND initrd=image/initrd-netboot-suse-11.4.x86_64-2.1.1.gz ramdisk_size=1101824
## I have then tried to use the USB image to boot instead (not worked)
LABEL Stress2
MENU LABEL Stress2Lable
KERNEL memdisk
APPEND initrd=stresslinux.raw
##I then tried the ISO, which stopped at "Loading boot sector ..Booting..."
LABEL Stress3
MENU LABEL Stress 3
KERNEL memdisk
append initrd=stresslinux_64bit_11.4.x86_64-0.7.106.iso
|