How to create CentOS bootable USB on Linux? You can create CentOS bootable USB using command line method on Linux terminal without need of any external software.
Open https://centos.org then download latest version ISO file. Open terminal and use 'dd' command as following to create bootable Windows USB;
$ sudo dd bs=4M if=[iso file path] of=[usb path] status=progress oflag=sync
You can use a minimum flash drive of 2 GB to make it centos bootable and use it to install CentOS on servers or computers.
Source: https://www.techsolveprac.com/centos-...
Hastags: #centos