<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>iTechLog &#187; Opne Source</title>
	<atom:link href="http://itechlog.com/tag/opne-source/feed/" rel="self" type="application/rss+xml" />
	<link>http://itechlog.com</link>
	<description>Your source to IT solutions, interesting technology news and code snipets.</description>
	<lastBuildDate>Mon, 06 Sep 2010 12:05:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Creating a bootable Linux USB flash drive</title>
		<link>http://itechlog.com/linux/2009/08/20/creating-a-bootable-linux-usb-flash-drive/</link>
		<comments>http://itechlog.com/linux/2009/08/20/creating-a-bootable-linux-usb-flash-drive/#comments</comments>
		<pubDate>Thu, 20 Aug 2009 09:10:43 +0000</pubDate>
		<dc:creator>Alex Costa</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Bootable USB drive]]></category>
		<category><![CDATA[Opne Source]]></category>
		<category><![CDATA[Rescue disk]]></category>
		<category><![CDATA[System restore]]></category>
		<category><![CDATA[UNebootin]]></category>

		<guid isPermaLink="false">http://itechlog.com/linux/2009/08/20/creating-a-bootable-linux-usb-flash-drive/</guid>
		<description><![CDATA[I am currently working on a project to offer an Open Source Linux based Network Tool pre-installed in a very small custom built computer (like the fit-pc or linutop), I want to avoid having a CD drive and want to keep it simple for the client to reinstall the system if needed.&#160; I decided to [...]]]></description>
			<content:encoded><![CDATA[<p>I am currently working on a project to offer an <b>Open Source</b> <b>Linux</b> based <b>Network Tool</b> pre-installed in a very small custom built computer (like the <a target="_blank" href="http://www.fit-pc.com/fit-pc1/">fit-pc</a> or <a target="_blank" href="http://itechlog.com/linux/2009/03/15/linutop-the-smallest-desktop/">linutop</a>), I want to avoid having a CD drive and want to keep it simple for the client to reinstall the system if needed.&nbsp; I decided to create a <b>bootable USB</b> Flash Drive to accompany the system, while looking around I found this great application called <a target="_blank" href="http://unetbootin.sourceforge.net/">UNetbootin that will create a bootable USB Drive</a> from any Linux OS ISO image. You can create the bootable USB drive from either a Linux or Windows desktop. </p>
<p><b>UNetbootin</b> has presets for most major Linux distros and can be also used to load various other systems:</p>
<ul>
<li><a href="http://partedmagic.com/">Parted Magic</a>, a partition manager that can <a href="http://www.howtoforge.com/unetbootin_windows_ubuntu_fedora_p4">resize</a>, repair, backup, and restore partitions.</li>
<li><a href="http://www.sysresccd.org">SystemRescueCD</a>, a system repair, backup and recovery tool.</li>
<li><a href="http://www.supergrubdisk.org/">Super Grub Disk</a>, a boot utility that can <a href="http://ubuntuforums.org/showthread.php?t=690912">restore and repair</a> overwritten and misconfigured GRUB installs or directly boot various operating systems</li>
<li><a href="http://www.freedrweb.com/livecd/">Dr.Web Antivirus</a>, <a href="http://www.f-secure.com/linux-weblog">F-Secure Rescue CD</a>, and <a href="http://devbuilds.kaspersky-labs.com/devbuilds/RescueDisk/">Kaspersky Rescue Disk</a>, which remove malware from Windows installs.</li>
<li><a href="http://www.remote-exploit.org/backtrack.html">Backtrack</a>, a utility used for network analysis and penetration testing.</li>
<li><a href="http://ophcrack.sourceforge.net/">Ophcrack</a>, a utility which can recover Windows passwords.</li>
<li><a href="http://home.eunet.no/pnordahl/ntpasswd/">NTPasswd</a>, a utility which can reset Windows passwords and edit the registry.</li>
<li><a href="http://gujin.sourceforge.net/">Gujin</a>, a graphical bootloader that can also be used to boot various operating systems and media.</li>
<li><a href="http://sourceforge.net/projects/btmgr/">Smart Boot Manager (SBM)</a>, which can boot off CD-ROM and floppy drives on computers with a faulty BIOS.</li>
<li><a href="http://www.freedos.org/">FreeDOS</a>, which can run BIOS flash and other legacy DOS utilities.</li>
</ul>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=6ad76cac-b291-807f-b151-f712f67ef0cf" /></div>
<ul class="socialwrap size32 row">
<li class="iconOnly"><a rel="nofollow" target="_blank" class="delicious" href="http://delicious.com/post?url=http%3A%2F%2Fitechlog.com%2Flinux%2F2009%2F08%2F20%2Fcreating-a-bootable-linux-usb-flash-drive%2F&amp;title=Creating+a+bootable+Linux+USB+flash+drive" title="Bookmark this post : Creating a bootable Linux USB flash drive on Delicious"><span class="head">Bookmark on Delicious</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="digg" href="http://digg.com/submit?url=http%3A%2F%2Fitechlog.com%2Flinux%2F2009%2F08%2F20%2Fcreating-a-bootable-linux-usb-flash-drive%2F&amp;title=Creating+a+bootable+Linux+USB+flash+drive&amp;bodytext=I+am+currently+working+on+a+project+to+offer+an+Open+Source+Linux+based+Network+Tool+pre-installed+in+a+very+small+custom+built+computer+%28like+the+fit-pc+or+linutop%29%2C+I+want+to+avoid+having+a+CD+drive+and+want+to+keep+it+simple+for+the+client+to+reinstall+the+system+if+needed.%26nbsp%3B+I+decided+to+create+a+bootable+USB+F" title="Digg this post : Creating a bootable Linux USB flash drive"><span class="head">Digg this post</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="facebook" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fitechlog.com%2Flinux%2F2009%2F08%2F20%2Fcreating-a-bootable-linux-usb-flash-drive%2F&amp;t=Creating+a+bootable+Linux+USB+flash+drive" title="Recommend this post : Creating a bootable Linux USB flash drive on Facebook"><span class="head">Recommend on Facebook</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="google_buzz" href="http://www.google.com/reader/link?url=http%3A%2F%2Fitechlog.com%2Flinux%2F2009%2F08%2F20%2Fcreating-a-bootable-linux-usb-flash-drive%2F&amp;title=Creating+a+bootable+Linux+USB+flash+drive" title="Buzz up this post : Creating a bootable Linux USB flash drive "><span class="head">Buzz it up</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="yahoo_buzz" href="http://buzz.yahoo.com/buzz?targetUrl=http%3A%2F%2Fitechlog.com%2Flinux%2F2009%2F08%2F20%2Fcreating-a-bootable-linux-usb-flash-drive%2F" title="Buzz up this post : Creating a bootable Linux USB flash drive "><span class="head">Buzz it up</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="orkut" href="http://promote.orkut.com/preview?nt=orkut.com&amp;du=http%3A%2F%2Fitechlog.com%2Flinux%2F2009%2F08%2F20%2Fcreating-a-bootable-linux-usb-flash-drive%2F&amp;tt=Creating+a+bootable+Linux+USB+flash+drive" title="Share this post : Creating a bootable Linux USB flash drive on Orkut"><span class="head">Share on Orkut</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="reddit" href="http://www.reddit.com/submit?url=http%3A%2F%2Fitechlog.com%2Flinux%2F2009%2F08%2F20%2Fcreating-a-bootable-linux-usb-flash-drive%2F&amp;title=Creating+a+bootable+Linux+USB+flash+drive" title="Share this post : Creating a bootable Linux USB flash drive on Reddit"><span class="head">share via Reddit</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="stumble" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fitechlog.com%2Flinux%2F2009%2F08%2F20%2Fcreating-a-bootable-linux-usb-flash-drive%2F&amp;title=Creating+a+bootable+Linux+USB+flash+drive" title="Share this post : Creating a bootable Linux USB flash drive with Stumblers"><span class="head">Share with Stumblers</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="twitter" href="http://twitter.com/home/?status=http%3A%2F%2Fitechlog.com%2Flinux%2F2009%2F08%2F20%2Fcreating-a-bootable-linux-usb-flash-drive%2F" title="Tweet this post : Creating a bootable Linux USB flash drive on Twitter"><span class="head">Tweet about it</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="" class="rss" href="http://itechlog.com/linux/2009/08/20/creating-a-bootable-linux-usb-flash-drive/feed" title="Follow this post : Creating a bootable Linux USB flash drive comments"><span class="head">Subscribe to the comments on this post</span></a></li>
<li class="iconOnly"><a rel="" class="email" href="mailto:?subject=iTechLog : Creating a bootable Linux USB flash drive&#038;body=here is a link to a site I really like.   http://itechlog.com/linux/2009/08/20/creating-a-bootable-linux-usb-flash-drive/" title="Tell a friend about this post : Creating a bootable Linux USB flash drive "><span class="head">Tell a friend</span></a></li>
</ul>
<div class="clean"></div>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/Bootable+USB+drive' rel='tag' target='_self'>Bootable USB drive</a>, <a class='technorati-link' href='http://technorati.com/tag/Linux' rel='tag' target='_self'>Linux</a>, <a class='technorati-link' href='http://technorati.com/tag/Opne+Source' rel='tag' target='_self'>Opne Source</a>, <a class='technorati-link' href='http://technorati.com/tag/Rescue+disk' rel='tag' target='_self'>Rescue disk</a>, <a class='technorati-link' href='http://technorati.com/tag/System+restore' rel='tag' target='_self'>System restore</a>, <a class='technorati-link' href='http://technorati.com/tag/UNebootin' rel='tag' target='_self'>UNebootin</a></p>

<!-- end wp-tags-to-technorati -->
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li>September 6, 2010 -- <a href="http://itechlog.com/itechfeed/2010/09/06/echofon-shamefully-drops-firefox-for-linux/" title="Echofon shamefully drops Firefox for Linux">Echofon shamefully drops Firefox for Linux</a></li><li>August 12, 2010 -- <a href="http://itechlog.com/linux/2010/08/12/linuxcon-2010-just-for-fun-poll-results-explained/" title="LinuxCon 2010 Just for Fun Poll Results explained">LinuxCon 2010 Just for Fun Poll Results explained</a></li><li>March 26, 2010 -- <a href="http://itechlog.com/itechlog-news/2010/03/26/books-for-sale-linux-shell-qmail-handbook-and-ssltls/" title="Books for sale &#8211; Linux Shell, Qmail Handbook and SSL/TLS">Books for sale &#8211; Linux Shell, Qmail Handbook and SSL/TLS</a></li><li>March 11, 2010 -- <a href="http://itechlog.com/itechlog-news/2010/03/11/the-future-of-gaming-is-opengl/" title="The future of gaming is OpenGL">The future of gaming is OpenGL</a></li><li>January 7, 2010 -- <a href="http://itechlog.com/linux/2010/01/07/linux-clearos-to-rival-microsofts-sbs/" title="Linux ClearOS to rival Microsoft&#8217;s SBS">Linux ClearOS to rival Microsoft&#8217;s SBS</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://itechlog.com/linux/2009/08/20/creating-a-bootable-linux-usb-flash-drive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
