Is there are way to make a Bootable Flash Drive of SGN WinPE? We have some newer hardware that does not have CD/DVD drives.
This thread was automatically locked due to age.
C:\>diskpart
Microsoft DiskPart version 6.1.7601
Copyright (C) 1999-2008 Microsoft Corporation.
On computer: ***********
DISKPART> list disk
Disk ### Status Size Free Dyn Gpt
-------- ------------- ------- ------- --- ---
Disk 0 Online 223 GB 1024 KB
Disk 1 Online 1879 MB 0 B
6. Now type the following, entering a carriage return on each line:
Example:
DISKPART> select disk 1
Disk 1 is now the selected disk.
DISKPART> clean
DiskPart succeeded in cleaning the disk.
DISKPART> creat partition primary
DiskPart succeeded in creating the specified partition.
DISKPART> select partition 1
Partition 1 is now the selected partition.
DISKPART> active
DiskPart marked the current partition as active.
DISKPART> format fs=fat32 quick
100 percent completed
DiskPart successfully formatted the volume.
DISKPART> assign
DiskPart successfully assigned the drive letter or mount point.
DISKPART> exit
Leaving DiskPart...
C:\>
7. Close the DOS window
8. Using WinRAR (from rarsoft.com), extract the contents of the SGN WinPE ISO into the root of the USB stick.
9. You’’’’re done! – boot up from the USB. Remembering to set the options in the BIOS to boot up from USB if you BIOS allows it)
Enjoy!
John