Hi, I have followed @george1421’s excellent guide to setup booting a Ubuntu 20.03 image which is working, but for some reason it’s not booting to Live CD. When booting the VM it goes straight to the install on disk procedure. I did google around but most of the links relate to older versions with a different netboot (vmlinux instead of linux), I’ve added the boot=live argument as per below which doesn’t seem to do anything, anyone know the answer to this?
kernel tftp://${fog-ip}/os/ubuntu/live20.04/linux
initrd tftp://${fog-ip}/os/ubuntu/live20.04/initrd.gz
imgargs linux boot=live root=/dev/nfs boot=casper netboot=nfs nfsroot=${fog-ip}:/images/os/ubuntu/live20.04/ locale=en_US.UTF-8 keyboard-configuration/layoutcode=us quiet splash ip=dhcp rw
boot || goto MENU
Many thanks for any help,
Will