Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 3 Next »

Use this article to create the USB Boot Media that's required to deploy the Windows Platform as a Service OSD Task Sequence. You will need a 4 GB or larger USB thumb drive. All data on the USB thumb drive will be deleted.

Step-by-step guide

  1. Copy the USB Boot media files (USB.zip) from the WPaaS DropBox Folder to a computer running Windows 10.
  2. Extract the boot media file.
  3. Insert the USB thumb drive to a USB port on the Windows 10 computer.
  4. Open a command prompt as administrator on the Windows 10 computer, and type the command DISKPART.EXE to start the DiskPart command-line interface.
  5. At the DISKPART prompt type LIST DISK to determine the disk associated with the USB thumb drive.
  6. In the example steps below, my internal hard drive is Disk 0 and USB thumb drive is Disk 1. Run these commands at the DISKPART prompt to prepare Disk 1 to be a bootable drive:
    1. SELECT DISK 1
    2. CLEAN
    3. CREATE PARTITION PRIMARY
    4. SELECT PARTITION 1
    5. ACTIVE
    6. FORMAT FS=FAT32 QUICK
    7. ASSIGN
    8. EXIT
  7. Copy the files extracted in Step 2 to the USB thumb drive.




  • No labels