How to Create Bootable USB of any operation systems like windows(all versions). Linux via cmd or software
How to Create Bootable USB of any operation systems like windows(all versions). Linux
Here are two ways choose one of yours'.
- If you want to create bootable usb via cmd Here are the simple Steps.
- if you want to create via software go to Second Method
- Insert your USB.
- First you need to click start button then type "cmd", right-click on it and "Run As Administrator"
When command prompt appeared, do the following:
- Type diskpart.
- In the new command line window that opens, to determine the USB flash drive number or drive letter, at the command prompt, type list disk, and then click ENTER. The list disk command displays all the disks on the computer.
- Note the drive number or drive letter of the USB flash drive.
- At the command prompt, type select disk <X>, where X is the drive number or drive letter of the USB flash drive, and then click ENTER.
- Type clean, and the click ENTER. This command deletes all data from the USB flash drive.
- To create a new primary partition on the USB flash drive, type create part pri, and then click ENTER.
- To select the partition that you just created, type select part 1, and then click ENTER.
- To format the partition, type format fs=ntfs quick, and then click ENTER.
- If your server platform supports Unified Extensible Firmware Interface (UEFI), you should format the USB flash drive as FAT32 rather than as NTFS. To format the partition as FAT32, type format fs=fat32 quick, and then click ENTER.
10. Type active, and then click ENTER.
11. Type assign, and then click ENTER.
12. Type exit, and then click ENTER
Now copy the setup and files in your USB or extract it and ENJoy..!
SECOND METHODE: (WITH SOFTWARE)
-
Start PowerISO (v6.5 or newer version, download here).
-
Insert the USB drive you intend to boot from.
-
Choose the menu "Tools > Create Bootable USB Drive". The "Create Bootable USB Drive" dialog will popup. If you are using Windows Vista or above operating system, you need confirm the UAC dialog to continue.







Comments
Post a Comment