<div dir="ltr"><div>Hi Giuseppe... !  Thanks for the hint. ill try it.<br><br> So from the docs, I'm seeing this: <br><br>"As of Fedora 16 there must be a biosboot partition for the bootloader to
 be installed successfully onto a disk that contains a GPT/GUID 
partition table, which includes disks initialized by anaconda. This 
partition may be created with the kickstart option <code>part biosboot --fstype=biosboot --size=1</code>. However, in the case that a disk has an existing biosboot partition, adding a "part biosboot" option is unnecessary."<br>
<br></div>So maybe you are suggesting that, the Kickstart file needs to define the boot info, because im installing from source and not from an ISO ?<br><div><br><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">
On Tue, Apr 22, 2014 at 5:50 AM, Giuseppe Scrivano <span dir="ltr"><<a href="mailto:gscrivan@redhat.com" target="_blank">gscrivan@redhat.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="">Jay Vyas <<a href="mailto:jayunit100@gmail.com">jayunit100@gmail.com</a>> writes:<br>
<br>
> # The following is the partition information you requested<br>
> # Note that any partitions you deleted are not expressed<br>
> # here so unless you clear all partitions first, this is<br>
> # not guaranteed to work<br>
> # Uncommented by j<br>
> zerombr<br>
> clearpart --all<br>
> autopart<br>
> #ip=192.168.122.99<br>
> network --bootproto=static --ip=192.168.122.100 --netmask=255.255.255.0 --gateway=192.168.122.1 --nameserver=192.168.122.1<br>
> bootloader --location=mbr --timeout=5 --append="rhgb quiet"<br>
> ....<br>
> %end<br>
<br>
</div>in the kickstart file generated by libosinfo for Fedora 20<br>
(osinfo-install-script fedora20), I see this line:<br>
<br>
part biosboot --fstype=biosboot --size=1<br>
<br>
Could you try adding it to your kickstart file just after "clearpart"?<br>
<span class="HOEnZb"><font color="#888888"><br>
Giuseppe<br>
</font></span></blockquote></div><br><br clear="all"><br>-- <br>Jay Vyas<br><a href="http://jayunit100.blogspot.com" target="_blank">http://jayunit100.blogspot.com</a>
</div>