Hi Thomas,<br><br><br> do you mean i need to do this in 50-host-classes?<br><br>#(ifclass I386 || ifclass AMD64) && echo GRUB_PC<br>(ifclass I386 || ifclass AMD64) <br>exit 0<br>i have commented the echo GRUB_PC.<br>
<br><br>currently my client is getting installed based on <br> *)<br>    echo "FAIBASE CENTOS " <br>     ;; # CentOS does not use the GRUB class;;<br><br><br>My client is not having the host name:centos. But my understanding if i have * it means any client right?<br>
is my understanding correct?<br><br>Thanks for response<br>Regards,<br>Srivatsan<br><br><div class="gmail_quote">On Thu, Jul 21, 2011 at 12:15 PM, Thomas Lange <span dir="ltr"><<a href="mailto:lange@informatik.uni-koeln.de">lange@informatik.uni-koeln.de</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div class="im">>>>>> On Thu, 21 Jul 2011 10:52:42 -0700, srivatsan s <<a href="mailto:srivatsan.s30@gmail.com">srivatsan.s30@gmail.com</a>> said:<br>

<br>
    > Now i have the latest fai3.4.8 version installed. Even now the Centos<br>
    > installation fails.<br>
<br>
</div><div class="im">    > and later i have these errors too<br>
    > shell.log:++ error=127<br>
    > shell.log:CENTOS/40-install-grub FAILED with exit code 127.<br>
    > shell.log:+ trap 'error=$(($?>$error?$?:$error))' ERR<br>
    > shell.log:chroot: failed to run command `grub-mkdevicemap': No such file or<br>
    > directory<br>
    > shell.log:++ error=127<br>
    > shell.log:chroot: failed to run command `grub-probe': No such file or<br>
</div>Please show us the fai.log, but strip the part of the package<br>
installation. But maybe you can fix the problem yourself.<br>
<br>
I'm pretty sure your client does not belong to the class<br>
CENTOS, because grub-probe and grub-mkdevicemap is only called if you<br>
beling to the class GRUB_PC. If you have a look at<br>
class/50-host-classes you will see that the centos example host<br>
(called centos) does not use the class GRUB_PC.<br>
<font color="#888888"><br>
--<br>
regards Thomas<br>
</font></blockquote></div><br>