0% found this document useful (0 votes)
76 views1 page

Prepare USB Installer

This document provides instructions for preparing a USB drive to install Windows 2008 Server or Windows 7 using either the command prompt or Rufus. The command prompt instructions include using Diskpart to clean, create a partition, and format the USB drive before using Bootsect to install boot files and Xcopy to copy installation files from the DVD. The Rufus method simply involves adding the installation ISO file to Rufus to write it to the USB drive, erasing all existing files.

Uploaded by

Monday Verdejo
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
76 views1 page

Prepare USB Installer

This document provides instructions for preparing a USB drive to install Windows 2008 Server or Windows 7 using either the command prompt or Rufus. The command prompt instructions include using Diskpart to clean, create a partition, and format the USB drive before using Bootsect to install boot files and Xcopy to copy installation files from the DVD. The Rufus method simply involves adding the installation ISO file to Rufus to write it to the USB drive, erasing all existing files.

Uploaded by

Monday Verdejo
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

GACTIVITY 1 PREPARE USB INSTALLER USING COMMAND PROMPT

1. Insert the DVD Installer (windows 2008 sever or Windows 7)


Go to Command prompt (CMD)<run as ADMINISTRATOR>

DISKPART
LIST DISK
SELECT DISK ? (the USB number)
CLEAN
CREATE PARTITION PRIMARY
SELECT PARTITION 1
ACTIVE
FORMAT FS=NTFS QUICK
ASSIGN
EXIT

2. Go to your installer DVD and find for the folder ( BOOT)

G:\>CD BOOT
G:BOOT\BOOTSECT /NT60 E:(the e: is your USB letter with a : )

3. Then it will say successfully updated NTFS filesystem boot code and so on.
Complete now copy the files from you install disk to the USB.

XCOPY G:\*.* E:\ /E /H /F (G: is your source drive E: is your target drive)

PREPARE INSTALLER USING RUFUS

Add the ISO files and follow the instruction. Make sure the Flash Drive is connected. All
files in flash drive will be deleted.
CSS NC II 2015 Page 1 of 1

You might also like