Hi Tony, <div><br></div><div>Hopefully the things started working. I realized that the yaboot I had (that came with Fedora 12  ppc) was broken and this yaboot I tried to use didnt had network boot support. After compiling yaboot from source, the diskless client started to get the config file from /tftpboot/etc/yaboot.conf and then it was able to get the kernel file booting it with the specified options.</div>

<div><br></div><div>Thanks for trying to help,</div><div>Regards,</div><div>Erlon<br><br><div class="gmail_quote">On Mon, Apr 19, 2010 at 9:20 PM, Tony Breeds <span dir="ltr"><<a href="mailto:tony@bakeyournoodle.com">tony@bakeyournoodle.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im">On Tue, Apr 13, 2010 at 12:45:46PM -0300, Erlon Cruz wrote:<br>
> Hi all,<br>
><br>
>       I'm trying to boot up disk-less clients in a Power5 environment.<br>
> The disk-less clients are virtual machines (LPARs) inside a virtual network,<br>
> and only have memory and a network interface.<br>
>       I have a NFS server running along with all services (DHCPD, TFTPD)<br>
> needed to boot up a diskless client. The clients can get and IP he<br>
> address through DHCP, load the kernel (which was compiled with NFS-root,<br>
> dhcp autoconfiguration, and the NIC's modules build in ) and execute it. But<br>
> the kernel is not able to find the NFS-root even when I send the correct<br>
> nfs-root option through DHCP and stucks with the following message:<br>
><br>
> ____<br>
> ...<br>
> Root-NFS: No NFS server available, giving up.<br>
> VFS: Unable to mount root fs via NFS, trying floppy.<br>
> VFS: Cannot open root device "(null)" or unknown-block(2,0)<br>
> Please append a correct "root=" boot option; here are the available options:<br>
> Kernel panic - not syncing:<br>
> Call Trace:<br>
> ...<br>
> ...<br>
> ____<br>
><br>
>       In my understanding, this is happening because I need to pass/append<br>
> some kernel options (like is done in PXE/syslinux). But, I can' t figure out<br>
> how to pass these options.<br>
<br>
</div>Can you supply the yaboot.conf you're using?  You should just be able to add an<br>
append="..." to the right stanza to get what you need.<br>
<br>
It's quite possible that your kernel also need an initrd to find and load the<br>
driver for your veth.<br>
<br>
In short what you're doing shoudl work fine, we just need to tweak your setup.<br>
<br>
<br>
Yours Tony<br>
</blockquote></div><br></div>