@Fabian Arrotin
I created ISO by:
livecd-creator -c centos6.liveos.ks.cfg -f Centos6u5-LiveOS -v -d
this is my ks.cfg paste:
http://ix.io/elW
after creating Centos6u5-LiveOS.iso, I try to boot it by PXE.
LABEL centos6u5-liveos
KERNEL images/6u5/vmlinuz0
APPEND initrd=images/6u5/initrd0.img root=live:http://10.21.10.2/centos6u5/squashfs.img biosdevname=0
PXE boot failed with kernel pannic:
dracut: FATAL: Don't know how to handle 'root=live:http://.../squashfs.img'
dracut: Refusing to continue
I didn't know whether 'initrd0.img' of livecd missing 'livenet' module.
How could I create a ISO could boot by PXE with supporting 'root=live:http://.../squashfs.img'
Thanks.