Problems with Partitioning

Jeffry Bilder JBilder at bacons.com
Thu Apr 20 20:52:09 UTC 2006


Here is my current kickstart file for FC5:

 

## :: hard partitioning

 

part /boot --asprimary --fstype="ext3" --ondisk=hda --size=75

part pv.00 --size=1 --grow --asprimary --ondisk=hda

 

volgroup vgroot pv.00

logvol / --fstype="reiserfs" --name=root.fs --vgname=vgroot --size=1024
--grow

logvol swap --name=swap.vol --vgname=vgroot -recommended

 

 

It will start X and then error out telling me that "Could not allocate
partitions as primary partitions".

 

Any insight would be much appreciated.

 

Thanks!

 

- JB

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/kickstart-list/attachments/20060420/c6e5453c/attachment.htm>


More information about the Kickstart-list mailing list