|
This is a bug, will fix next version.
The reason is FAT32 or NTFS system driver is not loaded correctly.
For now, you can fix the problem by changing the registry key of the vhd.
vbootctl mount c:\winxp.vhd (e.e.g, mount to z: drive)
then use psexec.exe to load registry
psexec.exe -s -i regedit.exe
load z:\windows\system32\config\System hive to [HKEY_LOCAL_MACHINE\S1]
[HKEY_LOCAL_MACHINE\S1\CurrentControlSet\Services\fastfat]
change Start value from 4 to 0
[HKEY_LOCAL_MACHINE\S1\CurrentControlSet\Services\Ntfs]
change Start value from 4 to 0 |
|