Nick Gray wrote:
I am having problems using kickstart with disk section uncommented. If I
remember correctly, the system acts as if it doesn't know what LVM is at
that stage. Has anyone had success with doing this. The file below works
as it. If I uncomment the 2nd "# Dell Poweredge 1750" Statement. then
the install crashes.
# Dell Poweredge 1750
#zerombr yes
#clearpart --all --drives=sda
#part /boot --fstype "ext3" --size=100 --ondisk=sda
#part pv.6 --size=0 --grow --ondisk=sda
#volgroup VolGroup00 pv.6
#logvol swap --fstype swap --name=LogVol01 --vgname=VolGroup00 --
size=1000 --grow --maxsize=2000
#logvol / --fstype ext3 --name=LogVol00 --vgname=VolGroup00 --size=1024
--grow
You have the swap and / logvols both set to grow, which may be causing a
conflict in anaconda logic. Try changing one of them to a fixed size.