Im not new to computers. Ive worked at IBM for several years. I am trying to help a friend convert an ISO file to an IMG so he can install bootcamp on his (Mid) 2010 macbook pro. I have had Absolutely NO luck with any forms or Q&A. I have used The terminal and disk utility. I have done this before using a 16GB flash drive. But there is no option to do so on his computer. I have searched this website and a large number of other websites back and front for litterally hours. EVERY LAST Q&A HAS DONE NOTHING. If someone can help that would be nice. Does mac really suck this bad? Our next step is to strap fireworks to the effing POS and use it for target practice.
Asked
Active
Viewed 33 times
1 Answers
0
I would refer to this post.
The structure of ISO files and IMG files are the same... so all you would need to do is change the extension.
rename 's/\.iso(?=[^.iso]*$)/.img/g' *
Now, to create an img, you should use dd and save it into a file called img.
Read the post for more information.

Trevor Clarke
- 892
- 6
- 18
-
I'm sorry. For whatever reason part of my question is missing. In short I'm trying to Burn the converted file to a flash drive. – Nate Daniels Dec 31 '15 at 03:50
-
try this: except select the img file instead of the iso http://www.ubuntu.com/download/desktop/create-a-usb-stick-on-ubuntu – Trevor Clarke Dec 31 '15 at 03:52
-
-
dd
command? – Raphael Dec 31 '15 at 03:53