<?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>WiredRevolution.com &#187; floppy disk</title>
	<atom:link href="http://www.wiredrevolution.com/tag/floppy-disk/feed" rel="self" type="application/rss+xml" />
	<link>http://www.wiredrevolution.com</link>
	<description>A Bit of Linux Wisdom</description>
	<lastBuildDate>Wed, 18 Jan 2012 22:45:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Creating a Windows Boot Disk with a Linux Machine</title>
		<link>http://www.wiredrevolution.com/system-administration/creating-a-windows-boot-disk-with-a-linux-machine?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=creating-a-windows-boot-disk-with-a-linux-machine</link>
		<comments>http://www.wiredrevolution.com/system-administration/creating-a-windows-boot-disk-with-a-linux-machine#comments</comments>
		<pubDate>Mon, 17 Nov 2008 12:36:27 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[system administration]]></category>
		<category><![CDATA[boot disk]]></category>
		<category><![CDATA[dd]]></category>
		<category><![CDATA[disk image]]></category>
		<category><![CDATA[floppy disk]]></category>
		<category><![CDATA[self extracting exe]]></category>
		<category><![CDATA[unzip]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.wiredrevolution.com/?p=672</guid>
		<description><![CDATA[<img src="http://www.wiredrevolution.com/wp-content/uploads/sysadmin_icon.png" width="80" height="94" alt="" title="system administration" /><br/>The standard way to create a Windows boot disk is to have access to a Windows system. If you have access to a Linux system instead, and know a couple tricks, you can create boot disk as well. The first thing to do is find a website that has the boot disks available for download. [...]


Related posts<ol><li><a href='http://www.wiredrevolution.com/system-administration/how-to-mount-an-iso-disk-image' rel='bookmark' title='Permanent Link: How to mount an ISO disk image'>How to mount an ISO disk image</a></li>
<li><a href='http://www.wiredrevolution.com/windows/find-the-mac-address-on-a-windows-machine' rel='bookmark' title='Permanent Link: Find the MAC address on a Windows machine'>Find the MAC address on a Windows machine</a></li>
<li><a href='http://www.wiredrevolution.com/system-administration/install-the-grub-boot-loader-to-the-mbr' rel='bookmark' title='Permanent Link: Install the GRUB boot loader to the MBR'>Install the GRUB boot loader to the MBR</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<img src="http://www.wiredrevolution.com/wp-content/uploads/sysadmin_icon.png" width="80" height="94" alt="" title="system administration" /><br/><p>The standard way to create a Windows boot disk is to have access to a Windows system.  If you have access to a Linux system instead, and know a couple tricks, you can create boot disk as well.</p>
<p>The first thing to do is find a website that has the boot disks available for download.  There are plenty of these out there so take your pick. The only thing you must specifically do is make sure that you download the <strong>disk image</strong> and not a <strong>self extracting executable</strong> file which must be run under Windows.</p>
<p>If the image is zipped unzip it.</p>
<pre>
$ unzip cdboot1.zip
</pre>
<pre>
Archive:  cdboot1.zip
  inflating: CDBOOT1.IMG
</pre>
<p>Check that the disk image is the correct size.</p>
<pre>
$ ls -lh CDBOOT1.IMG
</pre>
<pre>
-r--r--r-- 1 ryan ryan 1.5M 1999-12-07 12:00 CDBOOT1.IMG
</pre>
<p>Finally, you will use the <strong>dd</strong> command to copy the disk image to a blank floppy disk.</p>
<pre>
$ dd if=CDBOOT1.IMG of=/dev/fd0
</pre>


<p>Related posts<ol><li><a href='http://www.wiredrevolution.com/system-administration/how-to-mount-an-iso-disk-image' rel='bookmark' title='Permanent Link: How to mount an ISO disk image'>How to mount an ISO disk image</a></li>
<li><a href='http://www.wiredrevolution.com/windows/find-the-mac-address-on-a-windows-machine' rel='bookmark' title='Permanent Link: Find the MAC address on a Windows machine'>Find the MAC address on a Windows machine</a></li>
<li><a href='http://www.wiredrevolution.com/system-administration/install-the-grub-boot-loader-to-the-mbr' rel='bookmark' title='Permanent Link: Install the GRUB boot loader to the MBR'>Install the GRUB boot loader to the MBR</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wiredrevolution.com/system-administration/creating-a-windows-boot-disk-with-a-linux-machine/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

