PDA

View Full Version : [ubuntu] Installation does not see hard drive



madm0nk
December 8th, 2009, 04:10 AM
Ok I installed vista creating a seperate partition for it (150GB HD 75 for ******* and 75 for ubuntu) and ******* install went through without a hitch. When I try and install Ubuntu 9.10 the installation does not see the hard drive. But if I boot the live cd and run gparted everything looks fine. I have the NTFS partition for ******* and unallocated space for the rest. The HD is a Seagate ST3200822AS. I have searched everywhere on this forum and google and found no real help. In the BIOS the drive is SATA (IDE not AHCI). Should I change it to AHCI or will that jack up the ******* installation? Also I tried installing 9.04 instead and had the same problems.

Ginsu543
December 8th, 2009, 08:57 AM
Don't change your SATA setting to AHCI because it will prevent your Windows installation from booting (in order for Windows to work under AHCI you must install Windows after installing AHCI drivers by pressing F6). Instead, try this:

1) Boot into a live session using the Live CD (Try Ubuntu without installing)
2) Open Terminal and type "sudo apt-get remove dmraid" (without quotes)
3) Close Terminal and run the installer by double-clicking on its icon

If all goes well, the installer should now be able to see your hard drive.

madm0nk
December 11th, 2009, 06:04 AM
Don't change your SATA setting to AHCI because it will prevent your Windows installation from booting (in order for Windows to work under AHCI you must install Windows after installing AHCI drivers by pressing F6). Instead, try this:

1) Boot into a live session using the Live CD (Try Ubuntu without installing)
2) Open Terminal and type "sudo apt-get remove dmraid" (without quotes)
3) Close Terminal and run the installer by double-clicking on its icon

If all goes well, the installer should now be able to see your hard drive.

That worked thanks.

Ginsu543
December 11th, 2009, 08:50 AM
Excellent!