How to create a bootable USB drive using CMD very easily...
How to create a bootable USB drive using CMD very easily...
Quotes denote the command to type, do not type the actual "s
Launch the DiskPart utility by typing "diskpart" at the Start Menu.
"list disk" //command to nd the drive with appropriate size.
"select disk 1" //where the "1" is actually the corresponding number of your USB drive.
Make sure you choose the correct ash drive if you have more than one of the same size.
"clean" // removes all partitions
"create partition primary" //bootable partition
"active"
"format fs=ntfs quick" //can use fat32 if all les on drive are something like 3gb or smaller.
You should not need a boot sector on a usb drive. Most motherboards allow booting to usb drives.
"assign" // command gives the USB drive a drive letter, making it easy to access from Windows
Explorer
You are done with diskpart, type "exit" //don't need quotes
''Or you can save those codes in two batch files so that you dont have to remember the
code.
NOTE : To convert these bat files to exe, use this .bat to .exe converter tool''
Then you can copy everything from the Windows installation DVD onto the USB key (a simple
drag and drop will do).
I would not recommend extracting directly from iso to ash drive. It will take forever, and burn up
your drive.
Instead, extract to hard drive rst, then copy or cut/paste to the drive. Make sure you do not put
the les in a subdirectory or
the drive will not boot.
when installing from USB boot and enter bios setup (usually del key on bootup)
Find where it lists the hard disk boot order. (usually some kind of boot section)
Select hard disks and put the usb drive at the top of the queue with the c drive you install to just
below it.
Save and exit bios (usually f10)
The installation will now proceed as usual?but faster.
You can remove the usb ash drive after the rst setup reboot, it won't use it anymore..
How to create a bootable USB drive using CMD very easily...
Quotes denote the command to type, do not type the actual "s
Launch the DiskPart utility by typing "diskpart" at the Start Menu.
"list disk" //command to nd the drive with appropriate size.
"select disk 1" //where the "1" is actually the corresponding number of your USB drive.
Make sure you choose the correct ash drive if you have more than one of the same size.
"clean" // removes all partitions
"create partition primary" //bootable partition
"active"
"format fs=ntfs quick" //can use fat32 if all les on drive are something like 3gb or smaller.
You should not need a boot sector on a usb drive. Most motherboards allow booting to usb drives.
"assign" // command gives the USB drive a drive letter, making it easy to access from Windows
Explorer
You are done with diskpart, type "exit" //don't need quotes
''Or you can save those codes in two batch files so that you dont have to remember the
code.
NOTE : To convert these bat files to exe, use this .bat to .exe converter tool''
Then you can copy everything from the Windows installation DVD onto the USB key (a simple
drag and drop will do).
I would not recommend extracting directly from iso to ash drive. It will take forever, and burn up
your drive.
Instead, extract to hard drive rst, then copy or cut/paste to the drive. Make sure you do not put
the les in a subdirectory or
the drive will not boot.
when installing from USB boot and enter bios setup (usually del key on bootup)
Find where it lists the hard disk boot order. (usually some kind of boot section)
Select hard disks and put the usb drive at the top of the queue with the c drive you install to just
below it.
Save and exit bios (usually f10)
The installation will now proceed as usual?but faster.
You can remove the usb ash drive after the rst setup reboot, it won't use it anymore..
Here is the infographic way to show you for better understanding:>>>
No comments:
Post a Comment