Its all about keywords
Now…need to learn to UPLOAD an image in the same manner.
[CODE]
:MENU
menu
item --gap Please Select one of the images below
item fog.local Boot from hard disk
item img1 COOLNAME
item return Return to main menu
choose --default fog.local target && goto ${target}
:fog.local
sanboot --no-describe --drive 0x80 || goto MENU
:img1
kernel bzImage root=/dev/ram0 rw ramdisk_size=127000 ip=dhcp dns=MY.IP web=${fog-ip}/fog/ consoleblank=0 loglevel=4 type=down img=MYIMAGE.NAME ftp=${fog-ip} imgType=n osid=7 storage=${fog-ip}:/images capone=1 imgFormat=2
imgfetch init.xz
boot || goto MENU
:return
chain http://${fog-ip}/${fog-webroot}/service/ipxe/boot.php?mac=${net0/mac} || goto MENU
autoboot[/CODE]