I am using this tool, but I don't have Windows machine anymore. Is there any way to make bootable USB from .imz files? Any ideas, how to do that?
Asked
Active
Viewed 1,115 times
1
-
1`imz` format files are pkzip compressed. – Rinzwind Jan 29 '15 at 15:02
-
decompress it and dd it to a device. maybe there is a single command for that – j0h Jan 29 '15 at 15:08
-
Rinzwid, any tips how to do that? – Aipo Jan 29 '15 at 15:16
-
I would start with `gunzip`. (this might help too: http://askubuntu.com/questions/154577/what-is-a-linux-equivalent-to-pkzip-or-winzip-or-the-gui-version-of-7zip ) – Rinzwind Jan 29 '15 at 15:33
-
Any command's to do that in easiest way? I decompress that file, what's next? how to transfer to USB? – Aipo Jan 30 '15 at 08:04