On Mon, May 28, 2001 at 07:36:19PM +0200, Dumas Patrice wrote: > Hi, > I try to use kickstart to install a redhat 7.0, but I get the following error > on the kickstart log : > * Autopartitioning failed because following errors: > * Failed to allocate '/': Allocation Succeded > > And I am dropped to diskdruid. > I have tried some combinations of --asprimary, --type 83 and --onprimary 2 and > --ondisk sda for > part / --size 700 > but never succeded having the partitionning automatically done, all ending with > that strange error message which, in my opinion, would have better described a > success. > > My disk is a scsi disk, but it seems to be detected well. > > Does someone know what this error message means, and how to deal with it ? Not sure what the error means, but may have an idea what the problem is. Any chance you have old non-linux partitions on the disk already? clearpart --linux will only remove linux partition info. I think you may want to use clearpart --all (check syntax) What happens if you remove the "--asprimary --onprimary 2" flags? Chuck > > My kickstart commands are : > > lang fr_FR > keyboard fr-latin1 > network --bootproto static --ip 193.51.120.170 --netmask 255.255.255.0 > --gateway 193.51.120.103 --nameserver 193.51.112.98 > nfs --server 193.51.120.92 --dir /usr/local/redhat > auth --enablemd5 --useshadow > timezone Europe/Paris > lilo --location partition > reboot > clearpart --linux > part / --size 700 --asprimary --onprimary 2 > part /usr --size 5933 > part /usr/local --size 7866 --grow > part swap --size 500 > > > Pat > > > > _______________________________________________ > Kickstart-list mailing list > Kickstart-list@xxxxxxxxxx > https://listman.redhat.com/mailman/listinfo/kickstart-list