~ read.
Bootable USB Drives for Linux

Bootable USB Drives for Linux

I am making this blog post in case it might be helpful to anyone interested and maybe even as a reminder to myself when I forget this in the near future. This guide does NOT cover how to install Linux as a bootable operating system ON A USB DRIVE but rather to load an .iso onto a USB to INSTALL Linux on some computer.

So I got my first server, its a used Dell R900. I am not going to get into the specs as I am saving that for another post that will cover my full adventure creating and curating a beast dedicated Plex Server.

Anyway, so I got this thing and wanted to load CentOS 7 on it asap. I have always known about Linux, I have played with it in VMs, dual-booted it a few times to mess around, but this was when creating CD boot disks was cheaper and more convenient then flash drives (if they couldn't even fit distros on them). I haven't really spent a whole lot of time in it until the last few years. It was either at work or school so it was on equipment where it was already set up.

I was in a rush and I wanted to get it installed so the first thing I did was format my 32gb flash drive and copied the .iso file. In this case it was the CentOS 7.2 Minimal image. This did not work, wouldn't even boot. I actually expected this to happen but I had to try.

I then extracted the .iso and copied all the files to the root of the flash drive. This time it almost boot but I was left with the error:
"Isolinux.bin missing or corrupt"
I Google'd this and pretty much everybody said "Yea this is what happens when you don't create an install disk/drive correctly." So, I did some research and looked for some utilities that could do this quickly for me because I did not feel like doing this via cli at the time.

I tried iso2usb, dd for Windows, Win32DiskImager, and Universal-USB-Installer. ALL of these tools failed. Some of them would partition the drive only to the size of the file and when booted it would fail and "Entering emergency mode. Exit the shell to continue." leaving me with the "dracut:/#" return prompt. The others either had same behavior or didn't boot at all.

I then came across this application called Rufus with the slogan "Create bootable USB drives the easy way". Let me tell you, this guy was right. First try it worked and I got it up and running.


So if you want to install Linux on some laptop, PC, or server then trust me. Use this application, it works great and its super easy to use.

Download it at his website: https://rufus.akeo.ie/

As this may sound like I'm sponsored by this guy or something, its not. I wish I was getting something out of it, but this is truly what happened to me and what solved the issue.

 It will be in my Tools folder from now on.