To create a bootable USB drive using linux there are many software available. Unetbootin is a famous one, but have some issue and also the UI is not good.
If you want to create bootable drive for Windows OS, you can try WoeUSB. The user interface is straight forward.
You can read more about it here.
It's an open source project and here its GitHub link.
To install WoeUSB -
$ sudo add-apt-repository ppa:nilarimogard/webupd8 $ sudo apt update $ sudo apt install woeusb
Another Software is balenaEtcher, This one u can use for writing linux iso to usb drives. This app is available for both windows and linux.
Here is the link:-
Comments
Post a Comment