Met Diskpart Bootable USB maken.

Status
Niet open voor verdere reacties.

menneke91

Gebruiker
Lid geworden
6 aug 2013
Berichten
32
Hallo,

Ik wil een bootable usb maken van SERT ( Symantec Endpoint Protection Tool)
Hiervoor moet ik het volgende doen.
1.Using a tool such as WinRAR or similar, extract the SERT.iso file to the root of your local file system (i.e., C:\SERT).
2.Open a command prompt with administrator right.
3.Insert the USB stick into the computer.
4.Type the following command to start Diskpart:

diskpart
5.
Type the following command at the Diskpart command prompt, to list the available disks:

list disk

The List Disk command is important. It will show you what disk number your USB drive is. Failure to select the right disk at this point may result in loss of data from your hard disk. Normally the drive is Disk 1, but you should confirm before proceeding.


6.
Type following commands to format the USB stick and prepare it for SERT:

select disk [disk number]
clean
create partition primary
select partition 1
active
format fs=fat32
assign
exit


7.
At the command prompt, type the following to copy the SERT files to the USB stick:

xcopy C:\SERT\*.* [drive letter of USB]:\ /e /h /f


Alles lukt me, tot ik bij het laatste punt aankom. Punt 7, hierbij geeft hij steeds aan dat hij mijn bestand niet gevonden krijgt en dat er niks naar de usb wordt gekopieerd.

Mijn ISO bestand staat op de C:\ schijf als SERT, en de usb heeft de letter G gekregen.

Knipsel.PNG


Iemand die weet wat ik hier moet doen?
 
Status
Niet open voor verdere reacties.
Terug
Bovenaan Onderaan