8

I am trying to create a bootable thumb drive w/ a Windows .ISO I have however Startup Disk Creator doesn't allow me to select the image.

When I open Startup Disk Creator I see the box for "Disk to use" which is my USB and a box for "Source disc image (.iso)". Now when I click the "Other" and select my .ISO fiel then click open it the window disappears and nothing happens.

I am running 18.04.

  • See https://askubuntu.com/questions/459931/startup-disk-creater-not-loading-iso-file-in-14-04 and https://askubuntu.com/questions/396177/startup-disk-creator-not-recognizing-selected-iso-in-13-10 – caw May 01 '19 at 16:42

2 Answers2

6

You could try right-clicking the ISO then OPEN WITH >> DISK IMAGE WRITER >>and then select the hard drive or disk and enter your root password

  • 1
    I did that and once it finished I got a message saying it is still not mounted. The USB drive has the files and everything on it but now my computer doesn't recognize my USB drive when I restart.Before I did this my computer recognized the USB drive during a restart and notify me it is not a bootable device. Now it just loads linux even when i select the USB from BIOS – Tanner Cryden Sep 24 '18 at 21:11
5

Startup Disk Creator is not a general purpose ISO burner. It is best used to make an install media of the current running Ubuntu system. On some Ubuntu releases, Startup Disk Creator will even fail to make a disk with an ISO of the next release. In some cases it will actually write an unbootable media, mixing inconsistent bits and pieces from the ISO and running system.

Lowest level is to use dd to copy the ISO directly to the media, but a tool like mkusb might be better, to provide some sanity checking on where you are writing to. The right click mentioned in another answer should work too.

ubfan1
  • 17,838