<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Convert ISO to .img using hdiutil under Mac OS (via Installation/FromUSBStick for Ubuntu)</title>
	<atom:link href="http://crazedmonkey.com/blog/links/convert-iso-to-img-using-hdiutil-under-mac-os-via-installationfromusbstick-for-ubuntu.html/feed" rel="self" type="application/rss+xml" />
	<link>http://crazedmonkey.com/blog/links/convert-iso-to-img-using-hdiutil-under-mac-os-via-installationfromusbstick-for-ubuntu.html</link>
	<description>Ian Stevens&#039; weblog</description>
	<lastBuildDate>Wed, 11 Jan 2012 11:12:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: thomas</title>
		<link>http://crazedmonkey.com/blog/links/convert-iso-to-img-using-hdiutil-under-mac-os-via-installationfromusbstick-for-ubuntu.html/comment-page-1#comment-449980</link>
		<dc:creator>thomas</dc:creator>
		<pubDate>Sat, 24 Dec 2011 21:48:17 +0000</pubDate>
		<guid isPermaLink="false">http://crazedmonkey.com/blog/links/convert-iso-to-img-using-hdiutil-under-mac-os-via-installationfromusbstick-for-ubuntu.html#comment-449980</guid>
		<description>I also tried both
hdiutil convert -format UDRW -o /Users/parasamagate/Desktop/ubuntu-10.04-desktop-powerpc.img /Users/parasamagate/Desktop/linux/ubuntu-10.04-desktop-powerpc.iso

and

hdiutil convert -format RDxx -o /Users/parasamagate/Desktop/ubuntu-10.04-desktop-powerpc.img /Users/parasamagate/Desktop/linux/ubuntu-10.04-desktop-powerpc.iso

nothing happens     =(</description>
		<content:encoded><![CDATA[<p>I also tried both<br />
hdiutil convert -format UDRW -o /Users/parasamagate/Desktop/ubuntu-10.04-desktop-powerpc.img /Users/parasamagate/Desktop/linux/ubuntu-10.04-desktop-powerpc.iso</p>
<p>and</p>
<p>hdiutil convert -format RDxx -o /Users/parasamagate/Desktop/ubuntu-10.04-desktop-powerpc.img /Users/parasamagate/Desktop/linux/ubuntu-10.04-desktop-powerpc.iso</p>
<p>nothing happens     =(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thomas</title>
		<link>http://crazedmonkey.com/blog/links/convert-iso-to-img-using-hdiutil-under-mac-os-via-installationfromusbstick-for-ubuntu.html/comment-page-1#comment-449979</link>
		<dc:creator>thomas</dc:creator>
		<pubDate>Sat, 24 Dec 2011 21:44:14 +0000</pubDate>
		<guid isPermaLink="false">http://crazedmonkey.com/blog/links/convert-iso-to-img-using-hdiutil-under-mac-os-via-installationfromusbstick-for-ubuntu.html#comment-449979</guid>
		<description>P.S., I also tried RDxx and got the same response</description>
		<content:encoded><![CDATA[<p>P.S., I also tried RDxx and got the same response</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thomas</title>
		<link>http://crazedmonkey.com/blog/links/convert-iso-to-img-using-hdiutil-under-mac-os-via-installationfromusbstick-for-ubuntu.html/comment-page-1#comment-449978</link>
		<dc:creator>thomas</dc:creator>
		<pubDate>Sat, 24 Dec 2011 21:40:04 +0000</pubDate>
		<guid isPermaLink="false">http://crazedmonkey.com/blog/links/convert-iso-to-img-using-hdiutil-under-mac-os-via-installationfromusbstick-for-ubuntu.html#comment-449978</guid>
		<description>I&#039;m wanting to convert an ISO to an IMG to create a bootable SD card ubuntu, I&#039;ve been looking ALL OVER and so far everywhere I go seems to be missing a step that maybe everyone but me knows/assumes    ;-)
When I do what seems to be suggested:
hdiutil convert -format UDRW -o /Users/parasamagate/Desktop /Users/parasamagate/Desktop/linux/ubuntu-10.04-desktop-powerpc.iso 
I get back:
Usage:	hdiutil convert -format  -o  [options] 
	hdiutil convert -help
I try variations on this and sometimes get file no found, I tried reversing it and putting the ISO first and the desk-top (as target spot) second, I tried with and without the tilda ~, I tried with and without specifying .img on the end of the target, I tried using a folder instead of desktop as target...   getting frustrated here.
I&#039;m using macbook air (version mid 2011 ... 4,2) with os 10.7.2
can anyone tell me what I&#039;m missing?</description>
		<content:encoded><![CDATA[<p>I&#8217;m wanting to convert an ISO to an IMG to create a bootable SD card ubuntu, I&#8217;ve been looking ALL OVER and so far everywhere I go seems to be missing a step that maybe everyone but me knows/assumes    ;-)<br />
When I do what seems to be suggested:<br />
hdiutil convert -format UDRW -o /Users/parasamagate/Desktop /Users/parasamagate/Desktop/linux/ubuntu-10.04-desktop-powerpc.iso<br />
I get back:<br />
Usage:	hdiutil convert -format  -o  [options]<br />
	hdiutil convert -help<br />
I try variations on this and sometimes get file no found, I tried reversing it and putting the ISO first and the desk-top (as target spot) second, I tried with and without the tilda ~, I tried with and without specifying .img on the end of the target, I tried using a folder instead of desktop as target&#8230;   getting frustrated here.<br />
I&#8217;m using macbook air (version mid 2011 &#8230; 4,2) with os 10.7.2<br />
can anyone tell me what I&#8217;m missing?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Corey Johnson</title>
		<link>http://crazedmonkey.com/blog/links/convert-iso-to-img-using-hdiutil-under-mac-os-via-installationfromusbstick-for-ubuntu.html/comment-page-1#comment-434194</link>
		<dc:creator>Corey Johnson</dc:creator>
		<pubDate>Wed, 23 Nov 2011 05:30:10 +0000</pubDate>
		<guid isPermaLink="false">http://crazedmonkey.com/blog/links/convert-iso-to-img-using-hdiutil-under-mac-os-via-installationfromusbstick-for-ubuntu.html#comment-434194</guid>
		<description>John Doe&#039;s advice worked perfectly for me! Thanks! :)</description>
		<content:encoded><![CDATA[<p>John Doe&#8217;s advice worked perfectly for me! Thanks! :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony</title>
		<link>http://crazedmonkey.com/blog/links/convert-iso-to-img-using-hdiutil-under-mac-os-via-installationfromusbstick-for-ubuntu.html/comment-page-1#comment-415917</link>
		<dc:creator>Tony</dc:creator>
		<pubDate>Fri, 14 Oct 2011 14:48:26 +0000</pubDate>
		<guid isPermaLink="false">http://crazedmonkey.com/blog/links/convert-iso-to-img-using-hdiutil-under-mac-os-via-installationfromusbstick-for-ubuntu.html#comment-415917</guid>
		<description>hdiutil convert -format Rdxx -o /path/ubuntu2.img path/ubuntu.iso
Preparando creación de imagen…
...............................................................................
Finalizando creación de imagen…
Añadiendo recursos…
...............................................................................
Tiempo transcurrido: 59.027s
 (2 tareas, cargas 100)
Tamaño del archivo: 729067520 bytes, Suma: CRC $05211022
Sectores procesados: 1423960, 1423960 copiados
Velocidad: 11.8Mbytes/s
created: /path/ubuntu2.img</description>
		<content:encoded><![CDATA[<p>hdiutil convert -format Rdxx -o /path/ubuntu2.img path/ubuntu.iso<br />
Preparando creación de imagen…<br />
&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;.<br />
Finalizando creación de imagen…<br />
Añadiendo recursos…<br />
&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;.<br />
Tiempo transcurrido: 59.027s<br />
 (2 tareas, cargas 100)<br />
Tamaño del archivo: 729067520 bytes, Suma: CRC $05211022<br />
Sectores procesados: 1423960, 1423960 copiados<br />
Velocidad: 11.8Mbytes/s<br />
created: /path/ubuntu2.img</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pablo</title>
		<link>http://crazedmonkey.com/blog/links/convert-iso-to-img-using-hdiutil-under-mac-os-via-installationfromusbstick-for-ubuntu.html/comment-page-1#comment-413071</link>
		<dc:creator>Pablo</dc:creator>
		<pubDate>Sun, 09 Oct 2011 00:36:24 +0000</pubDate>
		<guid isPermaLink="false">http://crazedmonkey.com/blog/links/convert-iso-to-img-using-hdiutil-under-mac-os-via-installationfromusbstick-for-ubuntu.html#comment-413071</guid>
		<description>JUST Worked for me on a file that was 2.01 gig
Thank you so much</description>
		<content:encoded><![CDATA[<p>JUST Worked for me on a file that was 2.01 gig<br />
Thank you so much</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: johnb</title>
		<link>http://crazedmonkey.com/blog/links/convert-iso-to-img-using-hdiutil-under-mac-os-via-installationfromusbstick-for-ubuntu.html/comment-page-1#comment-342138</link>
		<dc:creator>johnb</dc:creator>
		<pubDate>Wed, 20 Jul 2011 00:56:37 +0000</pubDate>
		<guid isPermaLink="false">http://crazedmonkey.com/blog/links/convert-iso-to-img-using-hdiutil-under-mac-os-via-installationfromusbstick-for-ubuntu.html#comment-342138</guid>
		<description>Use UDRW instead of Rdxx... for example:

hdiutil convert -format Rdxx -o dban-2.2.6_i586.img dban-2.2.6_i586.iso

that should work :)</description>
		<content:encoded><![CDATA[<p>Use UDRW instead of Rdxx&#8230; for example:</p>
<p>hdiutil convert -format Rdxx -o dban-2.2.6_i586.img dban-2.2.6_i586.iso</p>
<p>that should work :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Doe</title>
		<link>http://crazedmonkey.com/blog/links/convert-iso-to-img-using-hdiutil-under-mac-os-via-installationfromusbstick-for-ubuntu.html/comment-page-1#comment-332862</link>
		<dc:creator>John Doe</dc:creator>
		<pubDate>Thu, 14 Jul 2011 03:01:25 +0000</pubDate>
		<guid isPermaLink="false">http://crazedmonkey.com/blog/links/convert-iso-to-img-using-hdiutil-under-mac-os-via-installationfromusbstick-for-ubuntu.html#comment-332862</guid>
		<description>This worked for me..

hdiutil convert -format Rdxx -o /Users/Name/ubuntu-10.04.2-desktop-i386.img /Users/Name/Desktop/ubuntu-10.04.2-desktop-i386.iso</description>
		<content:encoded><![CDATA[<p>This worked for me..</p>
<p>hdiutil convert -format Rdxx -o /Users/Name/ubuntu-10.04.2-desktop-i386.img /Users/Name/Desktop/ubuntu-10.04.2-desktop-i386.iso</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: blandp</title>
		<link>http://crazedmonkey.com/blog/links/convert-iso-to-img-using-hdiutil-under-mac-os-via-installationfromusbstick-for-ubuntu.html/comment-page-1#comment-286021</link>
		<dc:creator>blandp</dc:creator>
		<pubDate>Wed, 01 Jun 2011 16:41:04 +0000</pubDate>
		<guid isPermaLink="false">http://crazedmonkey.com/blog/links/convert-iso-to-img-using-hdiutil-under-mac-os-via-installationfromusbstick-for-ubuntu.html#comment-286021</guid>
		<description>This was incredibly helpful.  Glad this blog exists.</description>
		<content:encoded><![CDATA[<p>This was incredibly helpful.  Glad this blog exists.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iLionel</title>
		<link>http://crazedmonkey.com/blog/links/convert-iso-to-img-using-hdiutil-under-mac-os-via-installationfromusbstick-for-ubuntu.html/comment-page-1#comment-284813</link>
		<dc:creator>iLionel</dc:creator>
		<pubDate>Tue, 31 May 2011 19:37:57 +0000</pubDate>
		<guid isPermaLink="false">http://crazedmonkey.com/blog/links/convert-iso-to-img-using-hdiutil-under-mac-os-via-installationfromusbstick-for-ubuntu.html#comment-284813</guid>
		<description>to bad that the files can&#039;t get over 2GB. 

anyone another solution??</description>
		<content:encoded><![CDATA[<p>to bad that the files can&#8217;t get over 2GB. </p>
<p>anyone another solution??</p>
]]></content:encoded>
	</item>
</channel>
</rss>

