Xtralogic - Support

Support

Support is available only via email; typical response time is within one business day. The registered users have priority in technical support. If the problem is not addressed in the FAQ, please send an email to . Please provide detailed description of the problem.

Frequently Asked Questions

General Questions

VHD Utility Registration Questions

VHD Utility Questions


I've registered the software more than 48 hours ago and still have not received the email with registration key. Where is it?

Please check your spam filter folder for the missing message. If that doesn't help, please contact us at

Top ^

I've lost my registration code. What do I do?

Please send a request to . To allow us identify you as a registered user, write the name and email address you have used during the registration. We'll send the registration key only to the email address that was used during the registration.

Top ^

How to enter the registration key?

Go to Control Panel and open VHD utility applet



Click Register.



Enter your first, last name and the registration key you have received.



The status will change to "registered".


Top ^

Why Windows Explorer in the guest OS reports the same disk size after I've expanded VHD?

The hard disk capacity reported by Windows Explorer is actually size of a file system partition. While the storage capacity of the VHD was increased, the file system partition size remained unchanged. You can see that in Windows Disk Management. The file system partition needs to be extended to occupy the new space. VHD Utility does not manipulate file system partitions. You will find recommendations on how to extend a file system partition here.

Top ^

Why Disk Management in the guest OS reports disk size as 127 GB after I've expanded it to 200 GB?

While VHD size can be up to 2 TB, the maximum VHD size supported by Microsoft Virtual PC's IDE controller is only 127 GB. The VHDs, bigger than 127 GB, have to be attached to a SCSI controller in Microsoft Virtual Server.

Top ^

I've expanded a VHD and now the Virtual Machine gives an error: 'A disk read error occurred. Press Ctrl+Alt+Del to restart'. What's wrong and how can I fix it?

This can happen when disk capacity crosses one the following boundaries - 528Mb, 1Gb, 2Gb, 4Gb, which causes the disk geometry reported by BIOS to change.
The Windows MBR code and NTFS boot sector initial program loader (NTFS IPL) are using CHS addressing on disks with capacity less than 8 Gb. CHS addressing relies on the disk geometry. The disk geometry is essentially comprised of two parameters: number of heads and number of sectors per track. In order to be able to access all the disk space using number of cylinders less than 1024, BIOS performs translation of physical disk geometry. The translated disk geometry reported by BIOS, namely its number of heads parameter, changes depending on the capacity of the disk. For example for a disk with a size between 1Gb and 2Gb number of heads reported by BIOS will be 64, between 2Gb and 4Gb it'll be 128, and over 4Gb it'll be 255 (even for the disk with capacity more than 8Gb). This will affect any CHS address with non-zero cylinder component. Normally the boot partition offset in MBR is in the cylinder 0, so it's not affected by this. But, at the time the partition created by NTFS, the disk geometry is stored in the BIOS parameter block (BPB) of the NTFS boot sector. After the disk geometry changes, the offsets of the of the $Boot metadata file, calculated by NTFS IPL code become invalid due to the mismatch in the current number of heads reported by BIOS and the number of heads stored in the BPB. NTFS IPL is not able to read the $Boot metadata file and reports the 'disk read error'.
This problem can be fixed by rebuilding the NTFS boot sector, and, if necessary replacing the MBR, with the one which does not use the disk geometry for disk operations. All of these can be done using the Testdisk utility.
Step-by-step guide on rebuilding NTFS boot sector using Testdisk.

Top ^
This document was last modified 07/12/07 00:32:42 CDT