<div dir="ltr"><span style="font-family:courier new,monospace">@Fabian Arrotin<br><br>I created ISO by:<br><br>    livecd-creator -c centos6.liveos.ks.cfg -f Centos6u5-LiveOS -v -d<br><br>this is my ks.cfg paste:<br><br>    <a href="http://ix.io/elW">http://ix.io/elW</a><br><br>after creating Centos6u5-LiveOS.iso, I try to boot it by PXE.<br><br>    LABEL centos6u5-liveos<br>        KERNEL images/6u5/vmlinuz0<br>        APPEND initrd=images/6u5/initrd0.img root=live:<a href="http://10.21.10.2/centos6u5/squashfs.img">http://10.21.10.2/centos6u5/squashfs.img</a> biosdevname=0<br><br>PXE boot failed with kernel pannic:<br><br>    dracut: FATAL: Don&#39;t know how to handle &#39;root=live:http://.../squashfs.img&#39;<br>    dracut: Refusing to continue<br><br>I didn&#39;t know whether &#39;initrd0.img&#39; of livecd missing &#39;livenet&#39; module.<br><br>How could I create a ISO could boot by PXE with supporting &#39;root=live:http://.../squashfs.img&#39;<br><br>Thanks.</span><br><br></div><div class="gmail_extra"><br><div class="gmail_quote">2014-09-16 19:03 GMT+08:00 Fabian Arrotin <span dir="ltr">&lt;<a href="mailto:fabian.arrotin@arrfab.net" target="_blank">fabian.arrotin@arrfab.net</a>&gt;</span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On 16/09/14 08:52, ?????? wrote:<br>
&gt; hi guys. I want to create a cutomed centos 6.5 LiveOS (adding some<br>
&gt; sysadimn tools),<br>
&gt; which could boot from PXE.<br>
&gt;<br>
&gt; I want to consult CentOS-6.5-x86_64-minimal.iso or<br>
&gt; CentOS-6.5-x86_64-minimal.iso , but I can NOT find how does it created.<br>
&gt;<br>
&gt; I have find a ks.cfg from:<br>
&gt;<br>
&gt; <a href="https://projects.centos.org/trac/livecd/browser/trunk/CentOS6/rhel6beta-livecd-minimal.ks" target="_blank">https://projects.centos.org/trac/livecd/browser/trunk/CentOS6/rhel6beta-livecd-minimal.ks</a><br>
&gt;<br>
&gt; but it was 4 years ago, it too old.<br>
&gt;<br>
&gt; thanks.<br>
&gt;<br>
<br>
</div></div>Well, live iso images and minimal/netinstall iso images aren&#39;t produced<br>
the same way.<br>
For the live iso images, the following kickstart files were used :<br>
<a href="http://people.centos.org/arrfab/CentOS6/LiveCD-DVD/" target="_blank">http://people.centos.org/arrfab/CentOS6/LiveCD-DVD/</a><br>
and the livecd-tools SRPM : <a href="http://people.centos.org/arrfab/CentOS6/SRPMS/" target="_blank">http://people.centos.org/arrfab/CentOS6/SRPMS/</a><br>
<br>
Cheers,<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Fabian Arrotin<br>
gpg key: 56BEC54E | twitter: @arrfab<br>
</font></span><div class="HOEnZb"><div class="h5">_______________________________________________<br>
CentOS-devel mailing list<br>
<a href="mailto:CentOS-devel@centos.org">CentOS-devel@centos.org</a><br>
<a href="http://lists.centos.org/mailman/listinfo/centos-devel" target="_blank">http://lists.centos.org/mailman/listinfo/centos-devel</a><br>
</div></div></blockquote></div><br></div>