<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:arial,helvetica,sans-serif;font-size:10pt"><div>Hi,<br><br>I have been having problems getting Anaconda to
properly read and apply the partitions specified in a kickstart file
under Fedora 12. I would like to redefine "/" and "/boot" as ext3, but instead of doing this, Anaconda simply creates the default partition layout, plus my specified layount, meaning that I end up with the duplicate partitions (and the install eventually fails). Here are the relevant lines from my kickstart file:<br><br>graphical<br>interactive<br>install<br>zerombr<br>bootloader
--location=mbr --driveorder=sda --append=" LANG=en_US.UTF-8
SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=us rhgb quiet"<br>clearpart --all --drives=sda<br>
part /boot      --fstype=ext3 --size=200<br>part pv.01      --grow --size=1<br>volgroup VolGroup --pesize=4096 pv.01<br>logvol /        --fstype=ext3 --name=lv_root    --vgname=VolGroup --size=40960<br>logvol /scratch --fstype=ext3 --name=lv_scratch --vgname=VolGroup --size=19216<br>logvol swap                   --name=lv_swap    --vgname=VolGroup --size=1056<br><br>When I go through the install wizard and check "Review and modify partitioning layout" Anaconda has done the following:<br><br>LVM Volume Groups:<br>   Vol Group:<br>      lv_root / ext3      40969<br>      lv_scratch /scratch ext3 19219<br>      lv_swap swap 1056<br>   VolGroup00:<br>      lv_root / ext4      25644<br>      lv_swap swap 1056<br>Hard
 Drives:<br>   /dev/sda:<br>      /dev/sda1 /boot ext4 200<br>      /dev/sda2 /boot ext4 200<br>      /dev/sda3 physical volume (LVM) 30518<br>      /dev/sda4 Extended 30514<br>         /dev/sda5 physical (LVM) 26703<br><br>Notice how anaconda creates two logical volumes, two / and two /boot partitions.<br><br>One thing which is bothersome is that even when I start out with the partitioning information from "anaconda_ks.cfg" from a manual install, it does not work. To get as far along as I am now, I had to reorder some lines to resolve a underfined partition error (anaconda would write out the "part" lines after the "volgroup" lines. It's a little frustrating that Anaconda isn't able to write a "anaconda_ks.cfg" which it can itself read. Even when I corrected the problem, I ended up with duplicate partitions.<br><br>Any ideas as to what I might be doing wrong?<br><br>--
 Marcio<br><br><br></div>
<!-- cg19.c2.mail.ac4.yahoo.com compressed/chunked Tue Dec 22 09:34:33 PST 2009 -->
</div><br>

      </body></html>