<div class="gmail_quote">2011/11/21 Alan Pevec <span dir="ltr">&lt;<a href="mailto:apevec@gmail.com">apevec@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">On Mon, Nov 21, 2011 at 1:21 AM, Francesco Frassinelli<br>
&lt;<a href="mailto:fraph24@gmail.com">fraph24@gmail.com</a>&gt; wrote:<br>
&gt; Hi all,<br>
&gt; I need to boot a livecd on some hard disk less clients. I tried to use<br>
&gt; livecd-iso-to-pxe, but in my case it unacceptable to load the whole iso into<br>
&gt; initrd (the iso is not small).<br>
&gt; I made a custom livecd adding dracut-network package, I mounted<br>
&gt; squashfs/root image, exported with nfs, and I&#39;ve tried to boot the clients<br>
&gt; with root=nfs:192.168.1.50:/home/frafra/root/ selinux=0, but Fedora gives me<br>
<br>
</div>This tried to use it as normal rootfs, try livenet dracut module,<br>
which handles remote livecd iso:<br>
<a href="http://git.kernel.org/?p=boot/dracut/dracut.git;a=blob;f=modules.d/90livenet/livenetroot" target="_blank">git.kernel.org/?p=boot/dracut/dracut.git;a=blob;f=modules.d/90livenet/livenetroot</a><br><br></blockquote>
<div><br>Sorry, but do you know how I could use it from boot args?<br><br>Also, I found rd.live.dir options. Could be used for this to mount nfs and then setup the live image?<br>I try to use:<br>initrd=initrd0.img root=nfs:192.168.1.50:/home/frafra/iso:nfsvers=3 rootfstype=auto rd.live.dir=/LiveOS ro rd.live.image=1 rd.luks=0 <a href="http://rd.md">rd.md</a>=0 <a href="http://rd.dm">rd.dm</a>=0 rdshell<br>
<br>...but it doesn&#39;t work. I tried to remove /dev/root manually and launch dmsquash-live-root, and it seems to setup the image correctly, but I don&#39;t know how to start the system and if this method could be automatized.<br>
<br><br><br>Thanks,<br>Francesco Frassinelli<br></div></div>