Hey friends,
welcome back to TECHPHYLUM.COM
So today we are again back to add new post in our term 'How to make a bootable usb drive'
We have already posted two topics
How to make a bootable Usb drive in Ubuntu using Unetbootin ?
How to make a Bootable USB drive without DOS
So guys our list still extending.
Here we go!
=>Go to START then type cmd and run as administrator by right click on it.
Type welcome back to TECHPHYLUM.COM
So today we are again back to add new post in our term 'How to make a bootable usb drive'
We have already posted two topics
How to make a bootable Usb drive in Ubuntu using Unetbootin ?
How to make a Bootable USB drive without DOS
So guys our list still extending.
Here we go!
=>Go to START then type cmd and run as administrator by right click on it.
- diskpart then it will move to DISKPART>
- Now type list disk and it will show a list of disks on your system so in my case the usb drive is disk 1 (Determine the proper disk by it's size)
- Now select the proper disk using select disk 1 (Disk 1 is the usb drive in my case) command.
- Type clean and hit Enter to proceed.
- Now type create partition primary and press Enter and proceed.
- Next command is select partition 1 .
- Now type active
- format fs=ntfs(This will format your usb drive to ntfs and it may take few seconds or minutes,depending on your usb drive and system config.)
- assign(After this command your usb drive letter will change for mine it was 'H' and changeded to 'I' it can be different for you)
- exit(To exit from 'DISKPART').
now say boot folder in extracted folder is at the path
D:\windows 7\boot\bootsect.exe
Now follow these commands to execute the bootsect.exe file to the usb drive,
- D:(Type proper disk letter,D: is in my case)
- cd windows 7 ( change windows 7 with proper folder name)
- cd boot
- bootsect.exe/nt60 I:(Change 'I' with the changed drive letter of your bootable usb drive)
So guys i hope this topic is also liked by you so if you got any question related to this post or any post then comment below.