|
-
September 10th, 2006, 09:00 PM
#1
This disk does not contain a Windows compatible partition!
Hi - I really need some help here.
I am trying to install WinXP Pro x64 on a machine which contains XP Pro already. The current install is on a 40GB SCSI and went fine. The motherboard supports SATA disks, and I want to install the new OS on them. However, no matter what I do, I always get the message that "this disk does not contain a Windows compatible partition". This makes no sense, as the partition in question is created by XP, in the install process itself.
This is the first disk, first partition, I have unplugged the SCSI drives so the install does not see them, these two SATA drives are the only drives present. I have used F6 to select the proper VIA SATA drivers, and that goes fine, but still it can't use the partition it self creates.
Can anyone tell me what is going on here and how to fix this??? I just can't get past this partition selection screen.
This is a AMD64, Abit AV8 mobo, 2GB mem, no issues with previous install.
-
September 11th, 2006, 10:06 AM
#2
Wow. I have to admit that I have not been very active here over the last few years but this really surprises me. Not a single reply! What is happening to the old doc? This used to be a thriving community where all problems were solved, or at least it was attempted to solve all problems!
I am really really surprised.
-
September 11th, 2006, 12:02 PM
#3
 Originally Posted by joi
This is the first disk, first partition, I have unplugged the SCSI drives so the install does not see them, these two SATA drives are the only drives present.
I think that may be the root cause of the problem - Setup needs to write things into the root of the primary partition, which you have disconnected. Try it with the SCSI drives plugged in.
Nick.
-
September 11th, 2006, 12:57 PM
#4
Perhaps XP does not have the correct driver for your board and it cannot see the drives. Download the drivers from the manufacturers website and put them on a floppy. Press F6 at the appropriate time duing the setup process.
The only barrier to knowledge is the perception that you already have it.
-
September 11th, 2006, 02:16 PM
#5
 Originally Posted by SuperSparks
I think that may be the root cause of the problem - Setup needs to write things into the root of the primary partition, which you have disconnected. Try it with the SCSI drives plugged in.
I did try at first with the SCSI drives present but it did not help. Besides, I don't want to ruin the SCSI partition - and after all, it should not create any problems if the system only sees the SATA drives, it is just identical to a fresh install, I am just trying to make it using an empty disk with only one primary partition.
-
September 11th, 2006, 02:17 PM
#6
 Originally Posted by TropicalBound
Perhaps XP does not have the correct driver for your board and it cannot see the drives. Download the drivers from the manufacturers website and put them on a floppy. Press F6 at the appropriate time duing the setup process.
I have the correct driver, got it from VIA. The machine sees the SATA drives, can create and delete partitions without any problems on those drives, but the OS install just claims they are not compatible - the very same partitions it created seconds before...
-
September 12th, 2006, 01:46 AM
#7
OK, I tried to Ghost the old bootpartition onto the new one, thinking that would create the file structure necessary for the install to feel comfortable, but to no avail, it still claims this is not a Windows compatible partition. This must be some kind of a practical joke from Redmond.
-
September 12th, 2006, 11:36 AM
#8
Download and run the hard drive manufacturer's diagnostic utility (they run from floppy, there is no need to boot into Windows). Here are the most common ones:
Seagate Seatools
IBM / Hitachi Drive Fitness Test
Maxtor Maxblast 3
Maxtor PowerMax
Western Digital Software & Drivers
Fujitsu Utilities
Samsung Drive Utilities
Nick.
-
September 16th, 2006, 03:55 PM
#9
I don't think this is a hardware issue at all. The install just will not accept the partition. I have seen that some have been able to fix this by f-disking from a dos floppy. I have not tried that yet, mostly because I am not sure how I would install the SATA drivers in DOS - or if I would neet that at all. Any comments/suggestions appreciated!
-
September 16th, 2006, 04:02 PM
#10
If the boot sector is messed up, then yes you can get that error.
I used the low level format/zero write (Full) twice, to reset the hdd back to factory specs. It is in the hdd's diagnostic tools.
Works fine after that.
Just a option that you just might have to use.
-
September 16th, 2006, 08:56 PM
#11
It might be that the boot sector is messed up, and that would explain why that F-Disk method works. It is at least worth trying what you suggest. But it still baffles me why deleting the partition and recreating it does not fix it too.
-
September 17th, 2006, 01:18 AM
#12
Deleteing the partition does not touch the boot sector.
-
September 17th, 2006, 07:32 AM
#13
As Train was alluding to, when you use FDISK to partition a new hard disk, it creates a partition sector beginning at cylinder 0, head 0, sector 1. When you repartition though, FDISK does NOT update this entire sector. The following DEBUG routine will clear it however:
Code:
Addresses What you type
--------- -------------
F 200 L1000 0
A CS:100
xxxx:0100 MOV AX,0301
xxxx:0103 MOV BX,0200
xxxx:0106 MOV CX,0001
xxxx:0109 MOV DX,0080
xxxx:010C INT 13
xxxx:010E INT 20
xxxx:0110 [Enter]
G
Q
Note: The "Addresses" on the left are for reference only, do not type them in. And on line 0110, just press the [Enter] key.
When you land back at the DOS prompt, reboot.
-
September 17th, 2006, 01:26 PM
#14
 Originally Posted by Train
Deleteing the partition does not touch the boot sector.
Aha! That I was not aware of... thank you very much for that info!
-
September 17th, 2006, 02:48 PM
#15
Your welcome!
SpywareDr's debug routine should get you straightened out.
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|