I recently downloaded the Lubuntu 12.04 LTS ISO for Power PC (I want to install it on an old iBook G4), but when I go to select the ISO in Startup Disk Creator, it just remains blank in the Source disc image (.iso) or CD:
area.
Here is the screenshot from before (and it looks the same afterwards) selecting the ISO.
As you can see, the ISO is on the desktop separate from any other ISOs, IMGs, etc.
I read this question: Startup Disk Creator is not showing the ISO image, but that didn't help. Neither did Startup disc creator not allowing any iso to be loaded or Why isn't Startup Disk Creator working in 12.04?.
Two of those are 12.04 and one is 12.10, so they are both not my version, if that changes anything.
Does anyone have any clue why this is? I am going to attempt it with Unetbootin and if that fails, manually via the terminal and dd
.
Yes, It is irritating, that the .iso files are NOT being identified, certainly a bug.
Rename the .iso file to end with .img, and the usb-creator-gtk(startup disk creator) would identify it.
mv something.iso something.img
Filed https://bugs.launchpad.net/bugs/1931493
Not a solution but as an alternative, you could try unetbootin:
http://unetbootin.sourceforge.net/
It recognized any kind of bootable iso I've tested, even FreeBSD and other *NIX.
If you don't like installing it from the bundle in the website, you can add this ppa:
I found a "fix"
Startup Disk Creator looks in the Downloads directory by default. If finds any ISOs it sticks and will only let you use that ISO with the highest number and Ubuntu in its name. I solve this by moving ALL the ISOs from my Download directory in another directory. Startup Disck Creator can't default to any ISO so it comes up blank. It will then let you select ISO's from other directories as normal.
My exact process is:
1. Move all ISOs from ~/Downloads to ~/Downloads/ISOs
2. Run Startup Disk Creator, Source table will be blank
3. Click Other...
4. Open ISOs from any location as normal (in my case ~/Downloads/ISOs)
Hope this helps
This is only based on my computers running 12.04.4. Your mileage may differ.
It appears that the "Startup Disk Creator" doesn't allow you to select corrupted .iso files.
To check if your .iso file is not corrupted, match the output of:
md5sum <downloaded>.iso
with the corresponding has here. If there's a mismatch, you're file is corrupted.
Another option is to use the "Disks" application (a.k.a
gnome-disk-utility
, a.k.a.gnome-disks
) which comes preinstalled with Ubuntu running Gnome (17.10 and up). I've just managed to create a bootable disk for Manjaro like thisgnome-disks
).iso
fileI am trying to create a bootable usb to install windows10 in my friends computer but this
unetbootin
does not serve my purpose. The usb made bootable byunetbootin
is not detected by windows.I found the solution here. For quick turnaround I paste the solution here
This worked for me and is just an addition to the answer given by @S471 above.
Two simple steps to be followed :
Rename the
.iso
file to end with.img
file.In Startup Disk Creator, to be able to allow it to detect a
.img
file, change the default option, i.e fromCD Images
-->Disk Images
in the bottom right corner dialog box.Now, you will be able to select the
.img
file,clickopen
and selectmake startup disk
to initialize mounting.This works cleanly.
p.s-wanted to post this as a comment in @S471's answer.
With mine, it didn't see .ISO, but it did see .iso. However, it still wouldn't open until I renamed it to .img