A screen shot can be found here:

https://www.dropbox.com/s/wjwq2k0x2cq21df/Screenshot.png

Here is my PXE Config


DEFAULT vesamenu.c32
PROMPT 0
TIMEOUT 6000

menu background itslearning-splash.jpg
menu title Welcome to itslearning PXE Boot
menu color screen       37;44      #80ffffff #00000000 std
menu color border 0 #ffffffff #00000000
menu color sel 7 #ffffffff #ff000000
menu color title 0 #ffffffff #00000000
menu color tabmsg 0 #ffffffff #00000000
menu color unsel 0 #ffffffff #00000000
menu color hotsel 0 #ff000000 #ffffffff
menu color hotkey 7 #ffffffff #ff000000
menu color scrollbar 0 #ffffffff #00000000

LABEL fedora
        MENU LABEL ^Start a Fedora Desktop
        KERNEL fedora/vmlinuz0
        APPEND rootflags=loop initrd=fedora/initrd0.img root=live:/xfce.iso rootfstype=auto ro liveimg rd.luks=0 rd.md=0 rd.dm=0




On 27 September 2012 16:06, Joey Boggs <jboggs@redhat.com> wrote:
On 09/27/2012 09:39 AM, Sukesh Nischal wrote:

I have made a custom Fedora 17 LiveCD based on the lxde kickstart (fedora-livecd-xfce.ks). Just added some extra packages, but mostly the same as the original. 

I want to PXE boot this CD so i used the livecd-iso-to-pxeboot to make a PXEBoot environment. This livecd will not boot via PXE Boot
The error I get is:

losetup: failed to setup loop device: No such file or directory
dracut Warning: Unable to process initqueue

The boot stops and I get dropped to a dracut shell.

Can anyone shed light on this error?





--
livecd mailing list
livecd@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/livecd
Can you show us the pxe config?