"Hugo Rabson" <[EMAIL PROTECTED]> writes:
> CTRL-ALT-F3 tells me:-
>
> Starting step 'Miscellaneous'
> ..
> Starting step 'PartitionDisks'
> No SCSI devices available
> Warning: you must have a root partition.
> For this, create a partition (or click on an existing one).
> Then choose action 'mount point' and set it to '/'
> ...at /usr/bin/perl-install/install2.pm at line 310
>
> I modified the auto_inst.cfg.pl file (created by interactive installation)
> as follows:-
> 'partitioning' => {
> 'clearall' => '1',
> 'autoformat' => '0',
> 'eraseBadPartitions' => '0',
> 'auto_allocate' => '0'
> },
>
> (I also tried autoformat=1)
>
> Any ideas? :)
>
oups. add auto_allocate => 1 (the doc is a bit buggy on this point)