Manage Multiple UEFI-based Hard Disks
I have created a Server 2008 R2 SP1 image and it is on the WDS. It is the base OS + a NIC driver. Normal deployment to an MBR disk works fine, this was tested on both a notebook and a server board. For the UEFI platform, I have the following items:
Intel S5520HC with 1 Xeon CPU and a 2GB RAM
Seagate Barracuda XT 3000GB
Here is the general process I am using to set the system up and deploy the image:
DISKPART
sel disk 0 clean convert gpt create part efi size=100 sel part 1 format fs=fat32 label="System" quick assign letter=s create part msr size=128 create part pri sel part 3 format fs=ntfs label="LocalDisk" quick assign letter=c
Use imagex to apply WIM to C:
run BCDBOOT C:\WINDOWS
reboot
Then I get the flashing cursor.
I confirmed that all partitions are created properly (as above) and that the data is actually on the C vol.
What step am I missing?



Help
Back to top










