How To Make A Bootable USB
0
How To Make A Bootable USB
First find yourself a large enough and fast enough
USB stick to use as your bootable media.
You are done with your bootable USB. You can now use this bootable USB as bootable DVD on any computer that comes with USB boot feature (most of the current motherboards support this feature)
- Open Run and then type DISKPART, to run diskpart
- Type in LIST DISK to list off all disks attached to your system. Make note of your disk# representing your USB stick
- Type SELECT DISK # where # represents YOUR USB STICK
- Type CLEAN to erase everything / every partition on the disk. Remember you validated what disk to clean in step 2, right?
- Type CREATE PARTITION PRIMARY to make your new primary partition
- Type ACTIVE to mark partition as active
- Type FORMAT FS=NTFS QUICK to perform a quick format
- Type EXIT to close diskpart – unless you want to make more bootable USB disks
You are done with your bootable USB. You can now use this bootable USB as bootable DVD on any computer that comes with USB boot feature (most of the current motherboards support this feature)