<?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>FIXMBR &#187; boot sector</title>
	<atom:link href="http://fixmbr.net/tag/boot-sector/feed/" rel="self" type="application/rss+xml" />
	<link>http://fixmbr.net</link>
	<description>FIXMBR is a computer repair training site for my students.</description>
	<lastBuildDate>Mon, 12 Jul 2010 04:50:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Fixboot</title>
		<link>http://fixmbr.net/fixboot/fixboot/</link>
		<comments>http://fixmbr.net/fixboot/fixboot/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 19:49:29 +0000</pubDate>
		<dc:creator>gfrench</dc:creator>
				<category><![CDATA[Fixboot]]></category>
		<category><![CDATA[boot sector]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[FIXMBR]]></category>
		<category><![CDATA[master boot record]]></category>
		<category><![CDATA[mbr]]></category>
		<category><![CDATA[Recovery Console]]></category>
		<category><![CDATA[vbr]]></category>
		<category><![CDATA[virus]]></category>
		<category><![CDATA[volume boot record]]></category>

		<guid isPermaLink="false">http://fixmbr.net/?p=62</guid>
		<description><![CDATA[<p>The Fixboot is a Recovery Console command that writes a partition boot sector to a system partition that you can specify.</p>
<p>Boot Sectors</p>
<p>Boot sector is a sector on a hard drive or data storage device that contains code for booting a program stored on some other part of the storage media.  The computer BIOS can be [...]]]></description>
			<content:encoded><![CDATA[<p>The <strong>Fixboot </strong>is a Recovery Console command that writes a partition boot sector to a system partition that you can specify.</p>
<p><strong>Boot Sectors</strong></p>
<p>Boot sector is a sector on a hard drive or data storage device that contains code for booting a program stored on some other part of the storage media.  The computer BIOS can be set to select any of several boot devices and then copies the first sector from the boot device to address location 0&#215;7C00.</p>
<p>Different kinds of boot sectors can be encountered on computer hard disks and other storage devices.  A master boot record (MBR) is the first sector of a data storage device that has been partitioned. The MBR sector contains code to locate the active partition and start its Volume Boot Record.</p>
<p><strong>Volume Boot Record (VBR)</strong></p>
<p>A volume boot record is the first sector of a data storage device that has not been partitioned.  It contains code to load and start an operating system installed on that device or within that partition.</p>
<p>Valid boot sectors have a two-byte hex word 0xAA55, called the boot sector signature and must exist at the end of the sector.  If the signature is not present either the BIOS or MBR code will report an error message and halt any OS startup process.</p>
<p>The computer BIOS does not distinguish between VBR and MBR. The firmware will only load and runs the first sector of the storage device. floppy devices or USB flash drives will use a VBR to boot. Hard drives use an MBR. The MBR has the partitioning information and will start the VBR which will load the operating system.</p>
<p><strong>Boot Sector Viruses</strong></p>
<p>Since the code in the boot sector is first executed automatically the boot sectors have been targets for computer viruses. As a warning computer BIOS now have included a feature to prevent writing over the boot sectors without user permission.</p>
<p><strong>FIXMBR</strong></p>
<p>FIXMBR is a Recovery Console command that writes a new MBR to the first sector of a hard drive.  This command can be used to correct a corrupted or infected MBR.  The fixboot command write the partition boot sector.</p>
<p>The <a href="../">FIXMBR</a> website has some additional articles you might find useful.</p>
]]></content:encoded>
			<wfw:commentRss>http://fixmbr.net/fixboot/fixboot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
