Author Login
Post Reply
I see nothing in Bugzilla for RHEL, but there is an entry for exactly
this error in CentOS 5.1 Bug Tracker, dated 12-11-07
Vanco, Don wrote:
> Trying to install a few servers from the DVD ISO using kickstart.
>
> No matter how I alter my partition table, anaconda is puking,
> telling me it needs one more free extent than is available.
>
> Kikstarts done in graphical mode.
>
> Here's my KS data:
> #Disk data
> # Partition clearing information
> clearpart --all --drives=cciss/c0d0
> # System bootloader configuration
> bootloader --append="rhgb quiet" --location=mbr
> --driveorder=cciss/c0d0,sda,sdb
> # Clear the Master Boot Record
> zerombr
> #
> # Disk partitioning information
> part /boot --fstype ext3 --size=100 --ondisk=cciss/c0d0 #
> part pv.01 --size=100000 --grow --ondisk=cciss/c0d0
> volgroup VG00 pv.01
> logvol swap --fstype swap --name=swap --vgname=VG00 --size=12288
> logvol /home --fstype ext3 --name=home --vgname=VG00 --size=2096
> logvol /tmp --fstype ext3 --name=tmp --vgname=VG00 --size=2096
> logvol /usr --fstype ext3 --name=usr --vgname=VG00 --size=10240
> logvol /var --fstype ext3 --name=var --vgname=VG00 --size=4096
> logvol /opt/oracle --fstype ext3 --name=oracle --vgname=VG00
> --size=4096 logvol / --fstype ext3 --name=root --vgname=VG00
> --size=100 --grow
>
>
> This worked fine on RH 4.
>
> Am I overlooking something glaringly obvious here???
>
> TIA
> Don
_______________________________________________
rhelv5-list mailing list
rhelv5-list@(protected)
https://www.redhat.com/mailman/listinfo/rhelv5-list