Hi All,
Has anyone else managed to get the Virtual PC 2007 component to build an
image and boot it?.
I can add the component and have added in CMD shell as well as the NTFS file
system fixed any problems relating to missing components and built the image.
But when I copy it over to VPC it does not boot just a flashing _.
If it matters I am using the XPE first cd to boot to a WinPE shell and then
do the same as this guide:
C:\> DISKPART
Microsoft DiskPart version 6.0.6001
Copyright (C) 1999-2007 Microsoft Corporation.
On computer: WORK
DISKPART> list disk
Disk ### Status Size Free Dyn Gpt
-------- ---------- ------- ------- --- ---
Disk 0 Online 233 GB 0 B
Disk 1 Online 300 MB 297 MB
DISKPART> select disk 1
Disk 1 is now the selected disk.
DISKPART> create partition primary
DiskPart succeeded in creating the specified partition.
DISKPART> assign
DiskPart successfully assigned the drive letter or mount point.
DISKPART>active
DiskPart marked the current partition as active
DISKPART> format fs=ntfs label="XPe"
100 percent completed
DiskPart successfully formatted the volume.
DISKPART> exit
Leaving DiskPart...
From:
http://blogs.msdn.com/embedded/
After all this I map a network drive and XCOPY /E over all the files to the
disk.
This was how I got my other system up and going that are running XPE.