Kickstart Error - Error Partitioning - When Installing
So I'm testing Kickstart in latest version of VirtualBox and working with RHEL6 and the server with the Kickstart file and install isos and then I have a client.
It finds the Kickstart file via HTTP and start the process and then it hits the following error:
Error Partitioning Could not allocate requested partitions: not enough free space on disks. Press 'OK' to exit the installer
I run ksvalidator against the Kickstart file and no errors come back. I've looked at alot of sample Kickstart files online to see if I can figure it out and can't make any headway.
I'm going to post what I have here:
install lang en_US.UTF-8 keyboard us network --bootproto-static --ip=192.168.122.100 --netmask=255.255.255.0 --device=eth0 rootpw --iscrypted (hash goes here) firewall -disabled authconfig --enabledshadow --passalgo-sha512 selinux --disabled timezone --utc America/Chicago bootloader --location=mbr --driverorder=sda --append="crashkernel=auto" clearpart --all --initlabel zerombr text logging --level=info part /boot --fstype="ext4" --size=224 part swap --recommended part pv.00 --size=40000 --grow #part pv.01 --size1 --grow volgroup Vol_Group pv.00 logvol / --fstype=ext4 --name=LogVol00 --vgname-Vol_Group01 --size=5028 logvol /home --fstype=ext4 --name=LogVol01 --vgname-Vol_Group01 --size=2028 logvol /tmp --fstype=ext4 --name=LogVol02 --vgname-Vol_Group01 --size=10052 logvol /usr --fstype=ext4 --name=LogVol03 --vgname-Vol_Group01 --size=8052 logvol /var --fstype=ext4 --name=LogVol04 --vgname-Vol_Group01 --size=4028 logvol /usr/local --fstype=ext4 --name=LogVol05 --vgname-Vol_Group01 --size=3028 logvol /opt --fstype=ext4 --name=LogVol06 --vgname-Vol_Group01 --size=4028 %packages @base @client-mgmt-tools @console-internet @core @debugging @basic-desktop @desktop-platform @directory-client @fonts @general-desktop @hardware-monitoring @internet-browser @java-platform @large-systems @network-file-system-client @network-tools @performance @perl-runtime @security-tools @server-platform @server-policy @system-admin-tools @x11 mtools pax python-dmidecode oddjob wodim sgpio genisoimage device-mapper-peristent-data samba-winbind certmonger pam_krb5 krb5-workstation perl-DBD-SQLite p11-kit-trust %end
Responses