Hello All, I am having some problems with my partitioning. Below I pasted a portion of my ks.cfg file. When I kickstart, I get an error message that says "an error occurred trying to format / This problem is serious and the install can't continue". From reading messages on the mailing lists, it sounds like people don't have much luck with --onpart so I tried --ondisk and I added a "clearpart --all" line . Then I got prompted to partition my drive using either Disk Druid or fdisk. I chose Disk Druid and was just going to hit OK to continue on because all my partitions showed up. When I hit OK I got a message saying " You must assign a root (/) partition to a Linux native partition (ext2) for the install to proceed" What am I doing wrong? Thanks for the help! part /boot --size 16 --onpart hda1 part swap --size 512 --onpart hda2 part /usr --size 1000 --grow --maxsize 2000 --onpart hda5 part /usr/local --size 1000 --grow --maxsize 2000 --onpart hda6 part / --size 100 --onpart hda7 part /var --size 1000 --grow --maxsize 2000 --onpart hda8 part /home --size 1000 --grow --onpart hda9 part /fofdata --size 3000 --grow --onpart hdb1