<?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>Pario TechnoBlob &#187; memory stick</title>
	<atom:link href="http://pario.no/tag/memory-stick/feed/" rel="self" type="application/rss+xml" />
	<link>http://pario.no</link>
	<description>A cronological documentation test project, nothing serious, really!</description>
	<lastBuildDate>Thu, 02 Feb 2012 13:17:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Create a Debian Lenny installation USB stick</title>
		<link>http://pario.no/2009/10/07/create-a-debian-lenny-installation-usb-stick/</link>
		<comments>http://pario.no/2009/10/07/create-a-debian-lenny-installation-usb-stick/#comments</comments>
		<pubDate>Wed, 07 Oct 2009 16:54:26 +0000</pubDate>
		<dc:creator>Hans-Henry Jakobsen</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[memory stick]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://pario.no/?p=1224</guid>
		<description><![CDATA[This is a short post that describes how to prepare your USB memory stick for a base installation of Debian Lenny. This will most likely also work on Debian based distributions like Ubuntu. Download the latest Debian boot.img.gz file # wget http://people.debian.org/~joeyh/d-i/images/daily/hd-media/boot.img.gz Download the latest Debian netinst ISO image # wget http://cdimage.debian.org/cdimage/daily-builds/daily/arch-latest/i386/iso-cd/debian-testing-i386-netinst.iso Connect the USB [...]]]></description>
			<content:encoded><![CDATA[<p>This is a short post that describes how to prepare your USB memory stick for a base installation of Debian Lenny. This will most likely also work on Debian based distributions like Ubuntu.</p>
<p>Download the latest Debian <strong>boot.img.gz</strong> file</p>
<pre>
# wget http://people.debian.org/~joeyh/d-i/images/daily/hd-media/boot.img.gz</pre>
<p>Download the latest Debian netinst ISO image</p>
<pre>
# wget http://cdimage.debian.org/cdimage/daily-builds/daily/arch-latest/i386/iso-cd/debian-testing-i386-netinst.iso</pre>
<p>Connect the USB stick in the computer and verify that the drive is recognized in <strong>/var/log/messages</strong>.</p>
<p>It is now time to write the downloaded files onto your USB stick.</p>
<p>First write the boot information to the stick</p>
<pre>
# zcat boot.img.gz > /dev/sdb</pre>
<p>I am assuming that <strong>/dev/sdb</strong> is the memory stick. Always check that you are writing to the right device!</p>
<p>Mount the USB stick and copy the installation files from the ISO image</p>
<pre>
# mount /dev/sdb /media/memstick
# cp debian-testing-i386-netinst.iso /media/memstick</pre>
<p>The USB stick is now ready to be used as a boot media just like a CDROM.</p>
<p><strong>Edit:</strong><br />
You can also use UnetBootin, a graphical (GUI) thats lets you choose distributions etc and create a bootable USB stick.</p>
<script type="text/javascript">var wordpress_toolbar_urls = [];var wordpress_toolbar_url = "http://pario.no/wp-content/plugins/wordpress-toolbar/toolbar.php";var wordpress_toolbar_oinw = "n";var wordpress_toolbar_hash = "aHR0cDovL3BhcmlvLm5vLzIwMDkvMTAvMDcvY3JlYXRlLWEtZGViaWFuLWxlbm55LWluc3RhbGxhdGlvbi11c2Itc3RpY2svPHdwdGI%2BQ3JlYXRlIGEgRGViaWFuIExlbm55IGluc3RhbGxhdGlvbiBVU0Igc3RpY2s8d3B0Yj5odHRwOi8vcGFyaW8ubm88d3B0Yj5QYXJpbyBUZWNobm9CbG9i";</script>]]></content:encoded>
			<wfw:commentRss>http://pario.no/2009/10/07/create-a-debian-lenny-installation-usb-stick/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

