I have my PXE service working in my LAN. I download XEN LiveCD iso recently and wonder if it is possible to run the LiveCD via PXE?
This is my trial pxe configuration:
LABEL LiveCD
menu label LiveCD xen
kernel mboot.c32
append live/xen-3.2-1-amd64.gz dom0_mem=640M root=/dev/nfs netboot=nfs nfsroot=192.168.0.5:/mnt/iso/livecd-xen-3.2-amd64 --- live/vmlinuz-2.6.26-1-xen-amd64 boot=live username=livexen hostname=xenalive union=aufs ro console=tty0 max_loop=256
module live/initrd.img-2.6.26-1-xen-amd64
The configuration doesn't work and it hang after loading the xen-3.2-1-amd64.gz file.