- Back to Home »
- Issues »
- How to boot USB from Command Prompt
Posted by : Unknown
Tuesday, October 22, 2013
A common use of bootable flash drive is to use it for booting process. The bootable usb is also called live usb, which contain full operating system that can be boot. Like live CDs, live USBs can be used for data recovery system administration or the testing of system distribution.Many Operating system including Microsoft Window,Mac OS 9, Mac OS X and many of the linux can also be boot from usb flash drive.
when you open command prompt then opening directory is like :
C:\Users\UserName
Type Command "cd/"
then it comes C:\
Then type "windows" and then "system32"
Then it comes
C:\windows\system32
> Then Type "DISKPART" a new command prompt is open.
>Then Enter "LIST DISK" and Press Enter.
>Now there is a list of disks appeared on screen whic are connecting to your PC. Find the disk number and write SELECT DISK [USB disk #] , "Usb Disk #" indicates your usb connected device.
> After this type following commands one by one to perform booting.
> And then you are able to install window through your USB.
Enjoy......
How To BOOT USB
> First open command prompt and enter into directory
C:\windows\system32when you open command prompt then opening directory is like :
C:\Users\UserName
Type Command "cd/"
then it comes C:\
Then type "windows" and then "system32"
Then it comes
C:\windows\system32
> Then Type "DISKPART" a new command prompt is open.
>Then Enter "LIST DISK" and Press Enter.
>Now there is a list of disks appeared on screen whic are connecting to your PC. Find the disk number and write SELECT DISK [USB disk #] , "Usb Disk #" indicates your usb connected device.
> After this type following commands one by one to perform booting.
- Clean
- Create Partition primary
- Select partition 1
- Active
- Format fs=ntfs
- Assign
- exit
> And then you are able to install window through your USB.
Enjoy......