Hi, Ed.
Note that in your first screen shot
(
http://www.ecryer.fsnet.co.uk/DiskManage1.jpg ), the one and only
partition that has the "System" status is your "XWin8" , which is the
4th partition on your Disk 0. This is your System Partition when booted
into whatever OS you were running at the time of the screenshot - Win7,
I assume, but please confirm.
Your Drive C: is the 3rd partition on that Disk 0; it has the "Boot"
status but, since you've labeled it simply "Acer", we can't tell if it
is the Boot Volume for Win7 or for Win8 - or for WinXP or something else.
I'm not familiar with PowerQuest, but your second screen shot raises
some questions for me. It identifies the disk as "Drive 1 (610477 MB)",
so it apparently is referring to your first HDD, which Disk Management
properly identifies as "Disk 0...596.17 GB". (No, I'm not quibbling
about the normal MB/GB "rounding errors", just trying to be sure that
they are the same HDD.) I can't read PQ's version of the partition table
very well, but it apparently omits one partition - probably the 100 MB
"SYSTEM RESERVED" partition, which DM shows as Partition 2 on Disk 0. It
shows the "80" (hex) code in the Boot column for what it calls Partition
3; this apparently refers to the volume that DM properly shows as Disk
0, Partition 4, which you've named "XWin8". PQ says it has 84,632,240
sectors, or about 41 GB at .5 KB per sector, which DM shows as 40.36 GB.
So, at the time you took that first screen shot, you had started your
computer; the BIOS had loaded the startup code from the MBR (Head 0,
Track 1, Sector 1) on Disk 0. The Partition Table (the 64 bytes
following the MBR code in that first physical sector) pointed to the
partition that starts at CHS 1023/254/63, which has "80" as the first
byte in its table entry. This is Partition 4, which PQ calls Partition
3. Each disk has only a single MBR, but it can have as many boot sectors
as it has partitions.
In that XWin8 partition, it read the first physical sector (Sector 0 on
CHS 1023/254/63), which is the Boot Sector for that Partition. It loaded
the contents of that sector into memory, jumped to the first byte of
that code, and started executing. That code instructed it to load a lot
more instructions, including to look for the file "bootmgr" in that same
partition, load it and follow its instructions. At this stage of the
boot process, the system is not yet smart enough to understand
extensions or folders or even other partitions and "drive" letters, so
everything needed to find the next step has to be in the Root of the
System Partition. It quickly learns about those things and looks into
the poorly-named \Boot folder to find the BCD data. (The \Boot folder is
NOT the same as the Boot Folder. Typically, the first is at C:\Boot, in
the System Partition, while the second is C:\Windows, in the Boot
Volume. The first holds only the BCD, which lets bootmgr find the
second, which holds many GB of OS files.) Remember, "We BOOT from the
SYSTEM partition and keep the operating SYSTEM files in the BOOT
volume." And refer to KB314470, Definitions for system volume and boot
volume, which has not been updated for Vista/Win7, but is still
informative, especially the "More information" section.
So, following the instructions in the XWin8 boot sector, it found and
loaded your Win7 from your Drive C: (Disk 0, Partition 1). The path was:
Power On; BIOS; MBR; System Partition; Boot Volume; Win7. That’s: Power
On; BIOS; MBR (Disk 0, Physical Sector 1 - which is not in ANY
partition); System Partition (Disk 0, Partition 4 - which PQ calls 3);
Boot Volume (Disk 0, Partition 1 - your Acer (C
); Win7.
To solve your problem, you need to make some partition OTHER than XWin8
your System Partition. Since you already have the un-lettered System
Reserved Disk 0, Partition 2, why not let Win7 make that your System
Partition - as the Win7 developers intended. Than you can delete or
reformat XWin8.
I hope this helps, Ed. But it's awfully hard to work around - and
explain around - the confusing semantics and word definitions when
discussing these things.
RC