How do you make a bootable USB INSIDE Ubuntu. My PC broke and I had to install Ubuntu to fix it. Now I need to make a bootable USB of Windows as I have the .iso file. So how do I make a bootable USB INSIDE Ubuntu. I've tried many methods and most have failed. I've even tried WinUSB but it won't download. Please help. I'm sure this has taken quite a few years from my life from stress.
Asked
Active
Viewed 2,044 times
1 Answers
0
There is a great program that can be installed called USB Creator.
To install the application into Ubuntu, first press Ctrl+Alt+T to open a terminal window. Type in the following to install USB Creator:
sudo apt-get install usb-creator-gtk
After it is installed, I recommend that you launch the application with elevated permissions so that it can access the USB drive to help you create the bootable USB you're after. The elevated access is used for formatting the USB drive as need be.
sudo usb-creator-gtk
Hope this helps!
Terrance
- 43,712