PXE boot to install OVM Server 3.4.6 - Nothing happens when OVS install is selected
I followed the documentation (https://docs.oracle.com/cd/E64076_01/E64078/html/vmiug-install-pxe.html ) but something seems to be amiss, and am not able to figure out even after many hours of trials and errors.
The content of my /tftpboot/pxelinux/pxelinux.cfg/default:
---
DEFAULT vesamenu.c32
TIMEOUT 8000
ONTIMEOUT BootLocal
PROMPT 0
MENU INCLUDE pxelinux.cfg/pxe.conf
NOESCAPE 1
LABEL BootLocal
localboot 0
TEXT HELP
Boot to local hard disk
ENDTEXT
LABEL OVS
MENU LABEL OVS
KERNEL mboot.c32
# APPEND /tftpboot/isolinux/xen.mb.efi --- /tftpboot/isolinux/vmlinuz ip=dhcp dom0_mem=max:128G dom0_max_vcpus=20 ksdevice=eth0 ks=nfs:192.168.1.30:/srv/install/kickstart/ks.cfg method=nfs:192.168.1.30:/srv/install/ovs --- /tftpboot/isolinux/initrd.img