Tuesday, December 1, 2015

Make USB Bootable


Formatting your computer, probably you use to boot new OS from CD or DVD. But sometime you may have to face some criticalities, like storing your CD or DVD, some time you may have no DVD ROM to boot from, and booting from DVD is slower than USB.
So, many of us use to boot from USB flash drive. It is easier to boot and also easy to store the files in your pc, and make your pendrive bootable when you need it.

For booting from your flash drive you may flow two procedure

1. Use Unetbootin or other booting software.
2. Use Command prompt.

for first one you need to download a application choose your OS, on which you are working.
then run this software,
 Unetbootin


select the source (.iso file) in which your boot files are stored
and select the flash drive that you want to make bootable.
and then click OK.

that's all, it will take its time and then the task will be completed.

*******************************************************************************

And for the second one you need no software,
from your windows press windows button and R

then in run window write 'cmd' and hit enter.

then the Command prompt will open
now write 'diskpart' and hit enter, it may require administrative permission.




write 'list disk' and hit enter
Windows 8.1 USB Bootable 4
from the list select your desired disk, like 'select disk 1'
Windows 8.1 USB Bootable 5
now you need to clean all partition
write 'clean' and hit enter.
Windows 8.1 USB Bootable 6
now write 'create partition primary' and hit enter.
Windows 8.1 USB Bootable 7

then select the created partition, write 'select partition 1'

Windows 8.1 USB Bootable 8
then to make the new partition bootable you need to active it.
write 'active' and hit enter.
Windows 8.1 USB Bootable 9
then you need to format the new partition,
our file system will be ntfs and we'll use quick format to save time write 'format fs=ntfs quick'

Windows 8.1 USB Bootable 10
now to assign the drive you need to write 'assign' and hit enter
you are done. now write 'exit' and hit enter. you are done.

Now for installing OS you need to restart your PC. and you may need to select the USB drive as the first priority boot derive.


Get in touch