Boot Linux iso fog ipxe menu
-
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
-
I guess what do you mean nothing happens?
Do you see it transfer vmlinuz ?
Is vmlinuz in /tftpboot/os/lubuntu directory?If the menu is executing correctly it should transfer both vmlinuz and initrd.lz. It might not boot, but it should transfer the files.
If the menu is not executing at all, did you remember to fill out the description field in the ipxe menu config for that ipxe entry?