Bootable usb Problems
Go to solution
Solved by dfsdfgfkjsefoiqzemnd,
don't use a program, I find them all to be unreliable especially when it comes to Windows.
Open the command prompt and type the bold sections of the following lines, giving it time to perform the operation of course
diskpart (this may take a few secs depending on your PC)
list disk
now you'll see a list of the hard disks and sticks. Find the stick and remember the number
select disk # (where # is the number of the stick)
clean
create part primary
active
format fs=fat32 quick
exit
Now open the ISO in explorer (using daemon tools or whatever you prefer to use when working with iso files) and drag everything over to the usb stick.
That's it, you're all done. If that doesn't work, there's a problem with the ISO file.

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now