<?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>Internetworking, Security &#38; Tech &#187; Install</title>
	<atom:link href="http://www.nish.com/tag/install/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nish.com</link>
	<description></description>
	<lastBuildDate>Sun, 13 May 2012 23:46:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>How to install Debian from USB drive</title>
		<link>http://www.nish.com/2009/08/how-to-install-debian-from-usb-drive/</link>
		<comments>http://www.nish.com/2009/08/how-to-install-debian-from-usb-drive/#comments</comments>
		<pubDate>Sun, 30 Aug 2009 13:13:19 +0000</pubDate>
		<dc:creator>Nish Vamadevan</dc:creator>
				<category><![CDATA[UNIX]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Install]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.fnode.com/?p=472</guid>
		<description><![CDATA[I&#8217;ve come across multiple ways of doing it but so far the best way is the following (I assume you are on i386 platform and you have access to the net): 1. Download boot.img.gz from Debian website 2. Download the net-install image choosing i386. 3. Plug your USB drive into a Linux PC, open the [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I&#8217;ve come across multiple ways of doing it but so far the best way is the following (I assume you are on i386 platform and you have access to the net):<br />
1. Download <a href="ftp://ftp.debian.nl/debian/dists/stable/main/installer-i386/current/images/hd-media/boot.img.gz" rel="nofollow" target="_blank" class="external_icon">boot.img.gz</a> from Debian website<br />
2. Download the <a href="http://www.debian.org/distrib/netinst#smallcd" rel="nofollow" target="_blank" class="external_icon">net-install</a> image choosing i386.<br />
3. Plug your <acronym title="Universal Serial Bus">USB</acronym> drive into a Linux PC, open the shell and type</p>
<pre>
$ dmesg
</pre>
<p>Last few lines should be like the following:</p>
<pre>
 sd 7:0:0:0: [sdb] Attached <acronym title="Small Computer System Interface">SCSI</acronym> removable disk
 sd 8:0:0:0: [sdb] 4030464 512-byte logical blocks: (2.06 <acronym title="Gigabyte">GB</acronym>/1.92 GiB)
 sd 8:0:0:0: [sdb] Write Protect is off
</pre>
<p>Now we know it has been mapped as sdb</p>
<p>4. Use zcat to load the boot.img.gz onto your <acronym title="Universal Serial Bus">USB</acronym> drive</p>
<pre>
# zcat boot.img.gz > /dev/sdb
</pre>
<p>CAUTION!!! this will destroy the entire data on the <acronym title="Universal Serial Bus">USB</acronym> drive, make sure you have done the backup.<br />
If you get an error  ensure the following:<br />
- You are root (don&#8217;t use sudo)<br />
- The <acronym title="Universal Serial Bus">USB</acronym> drive it&#8217;s not mounted, if it is umount it before issuing the above command.</p>
<p>5. Now mount the <acronym title="Universal Serial Bus">USB</acronym> drive and copy the net-inst.iso image on it.</p>
<p>All done! Now plug it into the box you want to setup and enjoy the old fashion Debian installer <img src='http://www.nish.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>]]></content:encoded>
			<wfw:commentRss>http://www.nish.com/2009/08/how-to-install-debian-from-usb-drive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

