Archive
Archive for January, 2015
Creating Centos 7 live USB stick with linux terminal
January 22, 2015
Leave a comment
Creating a live USB version of Centos can be done by first downloadling Centos 7 live and then using the following command via terminal:
cat CentOS-7-live-GNOME-x86_64.iso >>/dev/sdxxx && sync
where /dev/sdxxx is your usb flash device. Before attempting make sure your usb flash drive has no partitions..ie use fdisk and delete all partitions.
Categories: sysadmin