Hi!
I tried to repair the Hdd, but it still does not work.
I re-installed the Paralles, and I also tried to build a new hdd to get a new xml file, but the virual hard disk is still corrupted.
After the hdd does not work, I copy the xlm file:
	Code:
	<Parallels_disk_image Version="1.0" >
    <Disk_Parameters>
        <Disk_size>20972448</Disk_size>
        <Cylinders>20806</Cylinders>
        <Heads>16</Heads>
        <Sectors>63</Sectors>
        <Tools>
            <Installed>No</Installed>
        </Tools>
        <Miscellaneous/>
    </Disk_Parameters>
    <StorageData>
        <Storage>
            <Start>0</Start>
            <End>20972448</End>
            <Blocksize>63</Blocksize>
            <Image>
                <GUID>{5fbaabe3-6958-40ff-92a7-860e329aab41}</GUID>
                <Type>Compressed</Type>
                <Flags/>
                <File>disk1.hdd.0.{5fbaabe3-6958-40ff-92a7-860e329aab41}.hds</File>
            </Image>
            <Image>
                <GUID>{4f78e531-ba4a-4dbf-a300-42a424922d27}</GUID>
                <Type>Plain</Type>
                <Flags/>
                <File>disk1.hdd.0.{4f78e531-ba4a-4dbf-a300-42a424922d27}.hds</File>
            </Image>
        </Storage>
    </StorageData>
    <Snapshots>
        <Shot>
            <GUID>{5fbaabe3-6958-40ff-92a7-860e329aab41}</GUID>
            <ParentGUID>{00000000-0000-0000-0000-000000000000}</ParentGUID>
        </Shot>
    </Snapshots>
</Parallels_disk_image>
 I do not know if this file is correct, because the disk size should be 10240 MB.
Then I built a new hdd file with 10240 MB, changed the xml as the FAQ. But it does not work.
This is new XML:
	Code:
	<Parallels_disk_image Version="1.0" >
    <Disk_Parameters>
        <Disk_size>20972448</Disk_size>
        <Cylinders>20806</Cylinders>
        <Heads>16</Heads>
        <Sectors>63</Sectors>
        <Miscellaneous/>
    </Disk_Parameters>
    <StorageData>
        <Storage>
            <Start>0</Start>
            <End>20972448</End>
            <Blocksize>63</Blocksize>
            <Image>
                <GUID>{5fbaabe3-6958-40ff-92a7-860e329aab41}</GUID>
                <Type>Compressed</Type>
                <Flags/>
                <File>disk1.hdd.0.{5fbaabe3-6958-40ff-92a7-860e329aab41}.hds</File>
            </Image>
        </Storage>
    </StorageData>
    <Snapshots>
        <Shot>
            <GUID>{5fbaabe3-6958-40ff-92a7-860e329aab41}</GUID>
            <ParentGUID>{00000000-0000-0000-0000-000000000000}</ParentGUID>
        </Shot>
    </Snapshots>
</Parallels_disk_image>
 
PLEASE HELP ME! THANK YOU!