How would I go about creating a CentOS 7 bootable USB drive with Windows? I've read the howto page for it and it says that Unetbootin and Universal USB installer won't work for CentOS 7. In addition, I've already tried dd for Windows, and that didn't work properly either - booting from the USB drive resulted in a "Machine Check Error".
3 Answers
It says in the middle:
Moreover, the CentOS 7 installer image has a special partitioning which, as of July 2014, most Windows tools do NOT transfer correctly leading to undefined behaviour when booting from the USB key. Applications known (so far) to NOT work are unetbootin and "universal usb installler". Confirmed as functioning correctly are Win32 Disk Imager and Rawrite32 and dd for Windows.
So, just use the Win32 Disk Imager tool, with the provided images.
iso2usb and Pendrivelinux.com are other options.
-
Unetbootin should work. But it didn't. After making a bootable usb, as i restart and enter boot device options, usb does not show at all.MycrofD– MycrofD2015-06-04 10:47:05 +00:00Commented Jun 4, 2015 at 10:47
-
@MycrofD I updated the answer. Also, Unetbootin was the last option listed, use others first.Braiam– Braiam2015-06-04 11:28:11 +00:00Commented Jun 4, 2015 at 11:28
You caw use UNetbootin for linux or if you have some pc with Ubuntu you can use USB Startup Disk Creator tool.