Sorry I misread your response. So if I understand correct
Q. Can you paste the code of your menu entry as text?
Here is the text from parameters section in the menu entry. I removed “:fog.trusty” in the beginning like you suggested.
set path /fog/OS_IMAGES/ubuntu-14.04.3-DVD
set nfs_path /images/OS_IMAGES/ubuntu-14.04.3-DVD
kernel http://fogsrv/fog/OS_IMAGES/ubuntu-14.04.3-DVD/install/netboot/ubuntu-installer/amd64/linux || read void
initrd http://fogsrv/fog/OS_IMAGES/ubuntu-14.04.3-DVD/install/netboot/ubuntu-installer/amd64/initrd.gz || read void
imgargs linux root=/dev/nfs boot=casper live-installer/net-image=http://fogsrv/fog/OS_IMAGES/ubuntu-14.04.3-DVD/install/filesystem.squashfs ks=http://fogsrv/fog/OS_IMAGES/kickstarts/precise_ks.cfg ip=dhcp splash quiet – || read void
boot || read void
goto start
Q. The parameters should not need the :fog.trusty as you have as it automatically creates the function caller for you.
Removed “fog.trusty” from the menu entry
Q. In the "New Task " how do I call this menu or should directly past the code in the Kernel or kernel parameters. If so can use the same from the “menu entry”
Thank you
Chakri