Quote:
Originally Posted by buccaneere I can't install Fedora 8 anywhere (of 4 hard disks in this box).
I tried 3 unused, unpartitioned disks for the install sda, sdc, sdd, but even with option 'Remove all partitions and create default layout', the return is 'Could not allocate requested partitions', for all 3 disks. |
Quote:
Originally Posted by buccaneere I presume the LVM was indeed installed by a failed Fed 8 install, although I don't know that for certain.
What does that tell me, about how to get the install done successfully?
Could this install problem be related to the fact that only disk sdb gets mounted at boot-up, when I boot Ubuntu???
Could having 2 of the HDDs on a PCI IDE controller card cause a problem? |
Quote:
Originally Posted by buccaneere The second 'successful install' (again), was not.
Any ideas? |
The message you get this time looks to be different to your original post ... original bomb out of install process due to lack of disk space. Now it sounds as though you have managed to install but you don't have an option to start FC on the boot menu.
Since you have had a go at running install since the fdisk -l posting I suggest you run that again. Also indicate which drive you did the last sucessful install to.
My guess would be that you have an install but grub was not updated as part of the install process. So I'd track down the grub /boot/grub/menu.lst file which should have been added as part of the install and add an entry to your existing grub menu to link to it ... something like ...
Code:
title Other grub menu (sda8) CentOS
root (hd0,7)
configfile=/boot/grub/menu.lst Replacing the (hd0,7) with the correct reference eg second hard drive 5th partition hdb5 would be (hd1,4) etc.
devils_casper may have other suggestions ... and be able to comment further on the PCI IDE controller.