Craig Kelley <ink@xxxxxxxxxxxxxxx> wrote: > have another problem -- anaconda runs out of space after detecting > the > video card and monitor while it is transfering information > somewhere > (fileysystem is full). I have a hunch that it's screwing up my > labels or > something, because the partition it fills up is 20mb, which > coincidentally > is how large my /boot partition is supposed to be: > > clearpart --all --initlabel > part /boot --fstype ext3 --size 20 > part /tmp --fstype ext3 --size 50 > part swap --size 128 > part / --fstype ext3 --size 1024 --maxsize 4096 --grow This is just a guess, because I saw the same error this weekend when I helped someone install RH7.2 manually. /boot needs to be at least 20 Mb, and when you give disk druid the number 20, because of cylinder boundary issues, it actually creates a 18 Mb /boot partition. Try 22 instead. hth Steve