Hi guys,
I’m trying to install linux lubuntu on the fog for an iso I’m using the ipxe menu, I’m passing the following parameters:
kernel tftp://${fog-ip}/os/lubuntu/vmlinuz
initrd tftp://${fog-ip}/os/lubuntu/initrd.lz
imgargs vmlinuz initrd=initrd.lz root=/dev/nfs netboot=nfs nfsroot=${fog-ip}:/images/os/lubuntu/ locale=en_US.UTF-8 ip=dhcp rw
boot || goto MENU
nothing else happens.
help