Appendix E (Server Clusters: Remote Setup, Unattended Installations and Image-based Installations)

Applies To: Windows Server 2003 with SP1

[boot-to-hd.xml] 
<?xml version="1.0" encoding="utf-8"?> 
<!-- 
    This file is part of the Microsoft ADS Samples 
    Copyright (c) Microsoft Corporation. All rights reserved. 
    Use this in a device job template to cause the device to 
    boot exit PXE and boot from the next boot device 
    (typically the hard disk) on next PXE boot 
--> 
<!-- start sequence --> 
<sequence command="boot-to-hd.xml" description="PXE boot into hard disk" 
  version="1" 
  xmlns="https://schemas.microsoft.com/ads/2003/sequence"> 
    <!-- STEP 1 boot to hard disk --> 
    <task description="Boot to hard disk"> 
        <command>/pxe/boot-hd</command> 
    </task> 
</sequence>