<?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>gHacks technology news &#187; bootdisk</title>
	<atom:link href="http://www.ghacks.net/tag/bootdisk/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Wed, 25 Nov 2009 11:56:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Windows Boot Manager</title>
		<link>http://www.ghacks.net/2008/09/20/windows-boot-manager/</link>
		<comments>http://www.ghacks.net/2008/09/20/windows-boot-manager/#comments</comments>
		<pubDate>Sat, 20 Sep 2008 13:38:49 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[boot manager]]></category>
		<category><![CDATA[boot-loader]]></category>
		<category><![CDATA[bootdisk]]></category>
		<category><![CDATA[bootmanager]]></category>
		<category><![CDATA[master boot record]]></category>
		<category><![CDATA[windows boot manager]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=7130</guid>
		<description><![CDATA[Many users shy away from installing multiple operating systems on their computer because of problems that can arise in the boot sector. Some operating systems like to replace the existing boot information with their own which would mean that the user would have to find a way to replace or add those boot information again [...]]]></description>
			<content:encoded><![CDATA[<p>Many users shy away from installing multiple operating systems on their computer because of problems that can arise in the boot sector. Some operating systems like to replace the existing boot information with their own which would mean that the user would have to find a way to replace or add those boot information again so that all operating systems would show up when booting the computer.</p>
<p>Windows boot manager <a href="http://www.boot-us.com">Boot-US</a> is a universal boot manager that can boot many operating systems properly including all versions of Microsoft Windows from Windows 95 to Windows Server 2008, MS-Dos, Linux, Free BSD, VMWare and several exotic operating systems like Oberon, Novel-DOS or QNX Realtime Plattform.</p>
<p>The boot manager itself can be installed in the MBR (Master Boot Record), the primary partition or on disk. The latter being an excellent way of testing the boot manager before installing it on the hard drive.</p>
<p><span id="more-7130"></span><img src="http://www.ghacks.net/wp-content/uploads/2008/09/windows_boot_manager.jpg" alt="" title="windows boot manager" width="500" height="293" class="alignnone size-medium wp-image-7131" /></p>
<p>Other interesting functions of the Windows boot manager are (Windows because it is a Windows application):</p>
<ul>
<li>Support for hard disks up to 2048 GB (2 TB)</li>
<li>Allows booting beyond the 8 GB limit</li>
<li>Partitions can be created, deleted, activated and hid</li>
<li>Password protection for boot manager and configuration program</li>
<li>Command-line and GUI version</li>
<li>True hiding of partitions</li>
</ul>
<p>During program start the Windows boot manager is displaying the discovered partitions and the existing operating systems. It is important to make sure that the information that are displayed are correct before installing the boot manager. The user should also consider making backups of the list of partitions and boot sectors to be able to revert back if the installation of the boot manager goes wrong in any way. Those are just precautionary measures.</p>
<p>After that the user should install the boot manager to a floppy disk first if one is installed on the computer system. Most modern computers come without a floppy disk drive. Those users can check out the <a href="http://www.ghacks.net/2006/09/06/copy-and-run-floppy-boot-disks-from-usb/">Copy and run Floppy Boot Disks from USB</a> to add the boot manager to an USB device and boot the computer system from that device to be able to test the boot manager. Make sure to select <em>Do not change partitions IDs</em> in step four of the boot manager creation.</p>
<p>When the test is going through without errors the boot manager can be installed on the primary partition or Master Boot Record. The software developers recommend to install the boot manager in the primary partition if possible.</p>
<p>The Windows Boot Manager Boot-US was tested on a Windows XP Service Pack 3 test system without difficulties.</p>

	Tags: <a href="http://www.ghacks.net/tag/boot-manager/" title="boot manager" rel="tag">boot manager</a>, <a href="http://www.ghacks.net/tag/boot-loader/" title="boot-loader" rel="tag">boot-loader</a>, <a href="http://www.ghacks.net/tag/bootdisk/" title="bootdisk" rel="tag">bootdisk</a>, <a href="http://www.ghacks.net/tag/bootmanager/" title="bootmanager" rel="tag">bootmanager</a>, <a href="http://www.ghacks.net/tag/master-boot-record/" title="master boot record" rel="tag">master boot record</a>, <a href="http://www.ghacks.net/tag/windows-boot-manager/" title="windows boot manager" rel="tag">windows boot manager</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/11/12/how-to-manage-the-windows-7-boot-menu/" title="How To Manage The Windows 7 Boot Menu (November 12, 2009)">How To Manage The Windows 7 Boot Menu</a> (34)</li>
	<li><a href="http://www.ghacks.net/2006/12/15/how-to-repair-the-vista-bootloader/" title="How to Repair the Vista Bootloader (December 15, 2006)">How to Repair the Vista Bootloader</a> (8)</li>
	<li><a href="http://www.ghacks.net/2006/09/06/copy-and-run-floppy-boot-disks-from-usb/" title="Copy and run Floppy Boot Disks from USB (September 6, 2006)">Copy and run Floppy Boot Disks from USB</a> (5)</li>
	<li><a href="http://www.ghacks.net/2008/10/27/backup-and-restore-the-master-boot-record/" title="Backup And Restore The Master Boot Record (October 27, 2008)">Backup And Restore The Master Boot Record</a> (16)</li>
	<li><a href="http://www.ghacks.net/2008/03/25/analyze-and-repair-pc-hardware/" title="Analyze and Repair PC Hardware (March 25, 2008)">Analyze and Repair PC Hardware</a> (3)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/09/20/windows-boot-manager/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Analyze and Repair PC Hardware</title>
		<link>http://www.ghacks.net/2008/03/25/analyze-and-repair-pc-hardware/</link>
		<comments>http://www.ghacks.net/2008/03/25/analyze-and-repair-pc-hardware/#comments</comments>
		<pubDate>Tue, 25 Mar 2008 15:41:17 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[analyze pc]]></category>
		<category><![CDATA[bootdisk]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[hard-drive]]></category>
		<category><![CDATA[memory]]></category>
		<category><![CDATA[pc]]></category>
		<category><![CDATA[repair]]></category>
		<category><![CDATA[repair hard drive]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2008/03/25/analyze-and-repair-pc-hardware/</guid>
		<description><![CDATA[I&#8217;m the family&#8217;s computer guy and it is slowly spreading to family friends and even neighbors as well thanks to recommendations of family members. Recently my mum told my grandmother&#8217;s neighbors that I could take a look at their computer which was showing a bluescreen during startup and well, it&#8217;s hard to say no to [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m the family&#8217;s computer guy and it is slowly spreading to family friends and even neighbors as well thanks to recommendations of family members. Recently my mum told my grandmother&#8217;s neighbors that I could take a look at their computer which was showing a bluescreen during startup and well, it&#8217;s hard to say no to your mother so I took the computer to analyze the problem that was leading to the bluescreen message.</p>
<p>It was an old computer, an AMD Duron 800 Mhz with a 40 Gigabyte hard drive, 256 Megabytes of RAM running Windows XP. The first thing I did was to lookup the Stop error message that was showing when the bluescreen appeared only to find out that it was most likely a hardware related problem.</p>
<p>My guess was that it was either the motherboard, the RAM or the hard drive that were leading to the bluescreen so I had to test them to find the cause for it. Oh, before I started I made sure that every piece of hardware that was not needed to run the computer was disconnected, like sound and network adapters but also secondary drives and onboard components.</p>
<p><span id="more-3615"></span>The only way to do this was to burn a copy of the <a href="http://www.ultimatebootcd.com/">Ultimate Boot CD</a> which contains tools to analyze the hardware and boot it. The disc contains all kinds of utilities to scan, analyze and repair hardware connected to a computer and it is especially effective when it comes to RAM and hard drives.</p>
<p>I decided to run Memtest to test the RAM of the computer which turned out to be fine. The next tool was the Drive Fitness Test designed for IBM and Hitachi hard drives. It turned out that the hard drive had damaged sectors which the tool was able to repair.</p>
<p>With the errors corrected I tried to boot into Windows again and it happened to load just fine. If that would not have helped I would have tried some additional tools to test the CPU for instance. I would have used the cloning tool to clone the hard drive and format it completely to start the installation a new.</p>
<p>The Ultimate Boot CD is an excellent utility if you want to test major PC components without having to install software on the computer.</p>

	Tags: <a href="http://www.ghacks.net/tag/analyze-pc/" title="analyze pc" rel="tag">analyze pc</a>, <a href="http://www.ghacks.net/tag/bootdisk/" title="bootdisk" rel="tag">bootdisk</a>, <a href="http://www.ghacks.net/tag/computer/" title="computer" rel="tag">computer</a>, <a href="http://www.ghacks.net/tag/hard-drive/" title="hard-drive" rel="tag">hard-drive</a>, <a href="http://www.ghacks.net/tag/memory/" title="memory" rel="tag">memory</a>, <a href="http://www.ghacks.net/tag/pc/" title="pc" rel="tag">pc</a>, <a href="http://www.ghacks.net/tag/repair/" title="repair" rel="tag">repair</a>, <a href="http://www.ghacks.net/tag/repair-hard-drive/" title="repair hard drive" rel="tag">repair hard drive</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2006/11/29/zombie-city-tactics/" title="Zombie City Tactics (November 29, 2006)">Zombie City Tactics</a> (0)</li>
	<li><a href="http://www.ghacks.net/2006/12/20/why-you-should-switch-your-parents-pc-to-ubuntu/" title="Why you should switch your parents pc to ubuntu (December 20, 2006)">Why you should switch your parents pc to ubuntu</a> (20)</li>
	<li><a href="http://www.ghacks.net/2005/11/06/who-is-connected-to-your-pc-right-now/" title="Who is connected to your pc right now ? (November 6, 2005)">Who is connected to your pc right now ?</a> (6)</li>
	<li><a href="http://www.ghacks.net/2006/12/27/use-your-wiimote-in-windows/" title="Use your Wiimote in Windows (December 27, 2006)">Use your Wiimote in Windows</a> (0)</li>
	<li><a href="http://www.ghacks.net/2009/05/01/usb-30-what-you-need-to-know-about-superspeed-usb/" title="USB 3.0: What You Need To Know About SuperSpeed USB (May 1, 2009)">USB 3.0: What You Need To Know About SuperSpeed USB</a> (6)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/03/25/analyze-and-repair-pc-hardware/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Copy and run Floppy Boot Disks from USB</title>
		<link>http://www.ghacks.net/2006/09/06/copy-and-run-floppy-boot-disks-from-usb/</link>
		<comments>http://www.ghacks.net/2006/09/06/copy-and-run-floppy-boot-disks-from-usb/#comments</comments>
		<pubDate>Wed, 06 Sep 2006 09:30:56 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[bootdisk]]></category>
		<category><![CDATA[emulate floppy]]></category>
		<category><![CDATA[floppy disks]]></category>
		<category><![CDATA[hard-drives]]></category>
		<category><![CDATA[sata]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2006/09/06/copy-and-run-floppy-boot-disks-from-usb/</guid>
		<description><![CDATA[Ghacks got slashdotted yesterday and I had to enable caching to make the site run fluent as usual. I'am sorry if you experienced troubles connecting to my website, those should be solved by now. When I was installing Windows XP on my new computer that had only SATA drives I had to use a floppy disk to load the SATA drivers because Windows did not have them onboard at that time. I had to buy a floppy drive, floppy disks and create a bootdisk and load the drivers from that disk during setup.]]></description>
			<content:encoded><![CDATA[<p>Ghacks got slashdotted yesterday and I had to enable caching to make the site run fluent as usual. I&#8217;m sorry if you experienced troubles connecting to my website, those should be solved by now. When I was installing Windows XP on my new computer that had only SATA drives I had to use a floppy disk to load the SATA drivers because Windows did not have them onboard at that time. I had to buy a floppy drive, floppy disks and create a bootdisk and load the drivers from that disk during setup.</p>
<p>I&#8217;am now going to introduce two freewares that emulate floppy drives and are able to copy and run the bootdisk from USB. The first freeware is called Bootdisk to Bootstick, it makes it possible to copy the contents of a floppy disk or virtual floppy image to an USB stick. The USB stick remains bootable just like the floppy disk would be. This is great if you do not have a floppy drive anymore but need to boot from floppy because your manufacturer is offering the tool / driver only as a bootable floppy disk.</p>
<p><span id="more-772"></span><a target="_blank" title="vrtual floppy drive" href="http://chitchat.at.infoseek.co.jp/vmware/vfd.html">Virtual Floppy drive</a> is used to emulate a floppy drive making it possible to create bootable floppy disks without having a floppy drive connected to your computer. I still remember the old days when a program would only create a bootdisk if a floppy drive was present. If you did not have a floppy drive or disk inside it would not create the much needed bootdisk. This belongs to the past now.</p>

	Tags: <a href="http://www.ghacks.net/tag/bootdisk/" title="bootdisk" rel="tag">bootdisk</a>, <a href="http://www.ghacks.net/tag/emulate-floppy/" title="emulate floppy" rel="tag">emulate floppy</a>, <a href="http://www.ghacks.net/tag/floppy-disks/" title="floppy disks" rel="tag">floppy disks</a>, <a href="http://www.ghacks.net/tag/hard-drives/" title="hard-drives" rel="tag">hard-drives</a>, <a href="http://www.ghacks.net/tag/sata/" title="sata" rel="tag">sata</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/07/20/fast-ssd-vs-hard-disks/" title="Fast SSD vs. Hard Disks (July 20, 2008)">Fast SSD vs. Hard Disks</a> (5)</li>
	<li><a href="http://www.ghacks.net/2009/04/05/enable-sata-hot-swap/" title="Enable SATA Hot Swap (April 5, 2009)">Enable SATA Hot Swap</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/09/20/windows-boot-manager/" title="Windows Boot Manager (September 20, 2008)">Windows Boot Manager</a> (8)</li>
	<li><a href="http://www.ghacks.net/2008/01/20/vista-sata-raid-installation-problems/" title="Vista SATA RAID Installation Problems (January 20, 2008)">Vista SATA RAID Installation Problems</a> (19)</li>
	<li><a href="http://www.ghacks.net/2009/01/20/virtual-floppy-drives/" title="Virtual Floppy Drives (January 20, 2009)">Virtual Floppy Drives</a> (9)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2006/09/06/copy-and-run-floppy-boot-disks-from-usb/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
