Jay Vyas <jayunit100(a)gmail.com> writes:
# The following is the partition information you requested
# Note that any partitions you deleted are not expressed
# here so unless you clear all partitions first, this is
# not guaranteed to work
# Uncommented by j
zerombr
clearpart --all
autopart
#ip=192.168.122.99
network --bootproto=static --ip=192.168.122.100 --netmask=255.255.255.0
--gateway=192.168.122.1 --nameserver=192.168.122.1
bootloader --location=mbr --timeout=5 --append="rhgb quiet"
....
%end
in the kickstart file generated by libosinfo for Fedora 20
(osinfo-install-script fedora20), I see this line:
part biosboot --fstype=biosboot --size=1
Could you try adding it to your kickstart file just after "clearpart"?
Giuseppe