• Administrator
  •  
    Welcome To The Lab-One Forum. It's Free And Always Well Be So Share Your Stuff And Help Others
     

Make Bootable Windows/Ubuntu/Linux USB with DISKPART

Discussion About Windows Problems And Solutions Along With Softwares And Updates
Post Reply
syed_qasim
Posts: 3
Joined: Thu May 17, 2018 5:40 pm

Hello everyone :D !! i am here to give u an easy guide for making any OS either WINDOWS,LINUX or UBUNTU bootable. No need to install any 3rd party software as long as you have COMMAND PROMPT in your Windows by default. Here are the simple steps :

1.Insert your USB flash drive (4Gb + preferable) into your system.
2.Navigate to the Command Prompt. Select Start & type CMD in the search field, right click on CMD.exe and select Run as administrator
Alternatively, navigate to Start > All programs > Accessories > right click on Command Prompt and select Run as administrator.
3.When the Command Prompt opens, enter the following commands followed by ENTER.
:arrow: DISKPART - This will start the utility.
:arrow: LIST DISK - This will show the disk number of your USB flash drive.(you can find your usb by the storage size of it in LIST).
:arrow: SELECT DISK X (Replace X with your USB flash drive number).
:arrow: CLEAN - This wipes the drive.
:arrow: CREATE PARTITION PRIMARY- Creates partition.
:arrow: SELECT PARTITION 1- Selects partition 1.
:arrow: ACTIVE- Marks the current partition as active.
:arrow: FORMAT FS=FAT32 QUICK - This formats the partition.
:arrow: ASSIGN- Assigns a drive letter.
:arrow: EXIT.
Now all you have to do is copy ur Windows/Linux/Ubuntu files to your usb and restart your computer and boot it with usb and have fun :D
If u have any issues i am always here to help you :) :P


Post Reply
  • Similar Topics
    Replies
    Views
    Last post

Return to “Windows Problems And Solutions”