Running Welcome


Friday, August 16, 2013

Install XP : Setup did not find any hard disk drives installed in your computer

We’ve seen this question posted in our forum many times, so thought we should write an article on this problem. When users try to install Windows XP, they encounter the problem of not being able to find any hard disk drives installed as if they weren’t connected. The hard drive is detected with no problem in the BIOS and also on start up POST, able to boot up Linux Live CDs but the hard drive is just not being detected in Windows setup. Here is the exact error message.

"Setup did not find any hard disk drives installed in your computer. Make sure any hard disk drives are powered on and properly connected to your computer, and that any disk-related hardware configuration is correct. This may involve running a manufacturer-supplied diagnostic or setup program. Setup cannot continue. To quit Setup, press F3."
 Setup did not find any hard disk drives
This problem is quite a common one and is simply due to the fact that when Windows XP was created, the SATA chipset itself and SATA hard drives weren’t available to the masses, so support for it wasn’t included in the XP setup process. As most computers within the last decade or so have some form of SATA controller, if you try to install Windows onto a SATA drive, XP won’t recognize it because the drivers aren’t present on the installation disc, so they need to be loaded manually for the drive to be picked up.
Thankfully there are a few ways to get around this problem and enable Windows XP to be installed onto a SATA hard drive so you can enjoy the extra performance and other functions like hotplug/AHCI etc.

Setting the BIOS Correctly
The first and mos obvious method is to change the SATA Mode to IDE in the system BIOS. Most BIOS’s for several years have included a fallback mode to enable a SATA drive to behave like an IDE drive, and therefore makes it visible to XP during setup. The problem with this setting is it comes under several different names and can be found in different sections within the BIOS. It depends entirely on the computer or motherboard’s make, model and manufacturer to know which setting you have and where it is. If you have a manual, it’s certainly worth reading.
Install Windows XP on SATA
The most obvious thing to look for is a setting which can change the SATA controller to IDE or PATA mode, with options such as AHCI -> IDE or SATA/RAID -> IDE etc. Basically any option you come across to reduce the SATA/RAID mode to IDE/PATA should be the correct one. Don’t confuse this option with a similar one which will disable the SATA controller completely. Here’s some names we found it could be under in a few motherboard manuals we looked at:
Integrated Peripherals > SATA Devices Configuration > SATA Mode > [IDE]
Integrated Peripherals > Serial ATA Function > Base
Storage Configuration > SATA Mode Selection > Emulated PATA Mode
SATA Configuration > SATA Configuration [Enhanced] > Configure SATA as > IDE
Integrated Peripherals > South OnChip PCI Device > SATA Controller > IDE Mode


Using a Floppy Disk
If you’re unable to change RAID mode to IDE or disable SATA in the BIOS, then the next option would be to download SATA/RAID drivers from your motherboard manufacturer’s website, extract the drivers to a floppy disk and then insert the floppy into your computer during Windows XP installation. This method obviously gets around the problem of XP not having the drivers on the install CD by you providing them manually.
Windows XP setup won’t recognize USB flash drives, so you need to have an internal floppy drive available, many USB floppy drives will also work though. As you can see in the image below, it clearly states that the SATA RAID driver is for use on floppy drives. You need to make sure any drivers you download are explicitly designed for putting onto a floppy and not a generic driver, usually the file will be around 1MB or lower which is a good sign it’s likely to be the correct driver.
Download SATA drivers
Insert the Windows XP CD and boot it up. You should see a message that says “Press any key to boot from CD…” Simply hit any key and it’ll start to boot from CD. Pay attention to the next blue colored windows setup screen. When you see a message that says “Press F6 if you need to install a third party SCSI or RAID driver…” at the bottom, immediately hit the F6 key.
Press F6 if you need to install a third party SCSI or RAID driver
After loading some files, you will come to a screen that says the following:
Setup could not determine the type of one or more mass storage devices installed in your system, or you have chosen to manually specify an adapter. Currently, Setup will load support for the following mass storage devices(s):
< none >
* To specify additional SCSI adapters, CD-ROM drives, or special disk controllers for use with Windows, including those for which you have a device support disk from a mass storage device manufacturer, press S.
* If you do not have any device support disks from a mass storage device manufacturer, or do not want to specify additional mass storage devices for use with Windows, press ENTER.
Press S to specify additional SATA RAID drivers
Make sure the driver floppy is inserted and press S. It will present a list of drivers which it read from the disk earlier. Select the appropriate driver and continue the Windows XP installation. The setup will continue and this time it will recognize the SATA hard disk drive in your PC. This problem is quite common when trying to install Windows XP on newer computers because most if not all are using SATA hard drives. After installing Windows XP, you can easily and automatically install all required device drivers using the DriverPack Solution disc.
If you thought it wasn’t possible to use a USB flash drive instead of a floppy drive to load the drivers during the F6 phase, we have a solution that could help as follows.

Possible Solution to Use a USB Flash Drive
Although it isn’t physically possible to just copy your driver files to a USB flash drive and have the Windows XP setup process recognize it, we have what could be a possible solution to allow the use of a USB flash drive. This is achieved with some tricks which are designed to fool Windows into thinking it’s reading from a floppy, when in fact it’s actually reading the driver files from the USB drive.
The process relies on using a SysLinux bootloader to boot to the USB flash drive which loads and executes a virtual floppy disc image from USB that gets mapped to the computer’s A: drive letter. Once the floppy image executes, it then switches the boot process to load the Windows CD from your CD-ROM drive. As you now have a virtual floppy A: drive with your SATA drivers included, Windows will recognize it after you press F6 and allow you to load an external controller driver.
Important Note: This method often seems to work quite well but is by no means guaranteed to be 100% reliable. For instance, on our test laptop with an Intel ICH8M SATA chipset, it worked perfectly, but on an Intel ICH7 SATA controller motherboard, it failed to work. As you only need a few files and a blank USB flash drive, there’s no harm in trying. Obviously you need access to another computer or Windows to prepare the flash drive.
1. The floppy disc SATA/RAID driver files need to be downloaded from the motherboard or computer manufacturer’s website, they’re usually under a Megabyte and often in the form of a zip file.
download sata floppy driver
2. Format your USB flash drive to the FAT 16 file system by right clicking on it in Explorer and choosing Format from the context menu.
Format USB as FAT16
3. Download the USB F6 Floppy zip archive and extract to your C drive.
4. Locate the drivers you downloaded from the manufacturer in step 1 and copy or extract them to the C:\USB_f6_floppy\f6driverfloppy folder. It should be a mixture of .sys, .inf, .cat and .oem files.
copy f6 driver floppy
5. Double click and run C:\USB_f6_floppy\create_floppy_image.cmd which will create the floppy image file including the drivers you copied over in step 4.
6. Now open a Command Prompt (Win key+R, type cmd and press enter) and type the following, make sure the flash drive is inserted:
C:\USB_f6_floppy\syslinux.exe --mbr --install {USB drive letter:}
YOU MUST be certain you are typing in the drive letter that matches your USB flash drive or you could overwrite the Windows hard drive Master Boot Record by mistake.
syslinux mbr install
7. Copy the 3 files in the USB_f6_floppy\USBfiles folder (boot.img, memdisk.sys and syslinux.cfg) to your USB flash drive. There will now be 5 files on the USB stick although you might not see 2 files because they have the hide/system attributes set.
copy SB_f6_floppy files
8. The system is now ready to be booted using the flash drive. Insert your Windows XP CD and USB drive into the target computer, then boot the system to USB which you may have to enable in the BIOS. After a few loading screens, you will be asked to “Press any key to boot from CD…” and begin the Windows setup where you’ll arrive at the press F6 screen. You can now follow the instructions in the floppy disc method on page 1 to load the drivers.

If All Else Fails
If you still have issues installing Windows XP with your SATA/RAID hard drive even after following the methods listed, you’ll have to seriously consider integrating the SATA drivers by slipstreaming them into your Windows XP CD. Of course, we have a guide to help you do that should the need arise.


Source: 
http://www.raymond.cc/blog/install-xp-setup-did-not-find-any-hard-disk-drives-installed-in-your-computer/

2 comments :

Silahkan kasih komentar atau pertanyaan Anda.

Powered by Hamami InkaZo

Free Domain Name