<?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; boot-loader</title>
	<atom:link href="http://www.ghacks.net/tag/boot-loader/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>Tue, 24 Nov 2009 11:26:04 +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>How to Repair the Vista Bootloader</title>
		<link>http://www.ghacks.net/2006/12/15/how-to-repair-the-vista-bootloader/</link>
		<comments>http://www.ghacks.net/2006/12/15/how-to-repair-the-vista-bootloader/#comments</comments>
		<pubDate>Fri, 15 Dec 2006 12:23:38 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[bcd]]></category>
		<category><![CDATA[bcd-store]]></category>
		<category><![CDATA[boot-loader]]></category>
		<category><![CDATA[boot.ini. bootloader]]></category>
		<category><![CDATA[dual-boot]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[vista]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2006/12/15/how-to-repair-the-vista-bootloader/</guid>
		<description><![CDATA[I encountered a problem after I installed Windows Vista and Ubuntu Linux next to my Windows XP operating system. Ubuntu and XP were loading fine but Vista was showing an error that it could not load a file which made me think that the bootloader was trying to access Vista on the wrong partition. Vista unfortunately has a new location where the boot information are stored, it is called BCD Store.]]></description>
			<content:encoded><![CDATA[<p>I encountered a problem after I installed Windows Vista and Ubuntu Linux next to my Windows XP operating system. Ubuntu and XP were loading fine but Vista was showing an error that it could not load a file which made me think that the bootloader was trying to access Vista on the wrong partition. Vista unfortunately has a new location where the boot information are stored, it is called BCD Store.</p>
<p>I first tried editing the boot.ini but did not find an entry for Vista in there. After searching the internet for about half an hour I discovered many forum entries about the problem that I faced and finally a link to a program called <a target="_blank" title="windows vista boot pro" href="http://www.vistabootpro.org/">Windows Vista Boot Pro</a>, a freeware which displays the boot information in Windows XP and the option to edit the entries.</p>
<p><span id="more-1011"></span>The first tab of the Vista Boot Pro displays the boot information that are stored in BCD Store. My previous assumption proved correct because there was no drive assigned to my Vista operating system which was strange. I switched to the Manage Os Entries and created a new entry for Vista with the correct drive letter. I also deleted the old non-working one.</p>
<p>After that I rebooted the machine and was able to load Vista without problems. I hope that everyone who encounters Vista boot problems will find this tool as well. As Borat would put it: It is nice..</p>

	Tags: <a href="http://www.ghacks.net/tag/bcd/" title="bcd" rel="tag">bcd</a>, <a href="http://www.ghacks.net/tag/bcd-store/" title="bcd-store" rel="tag">bcd-store</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/bootini-bootloader/" title="boot.ini. bootloader" rel="tag">boot.ini. bootloader</a>, <a href="http://www.ghacks.net/tag/dual-boot/" title="dual-boot" rel="tag">dual-boot</a>, <a href="http://www.ghacks.net/tag/linux/" title="Linux" rel="tag">Linux</a>, <a href="http://www.ghacks.net/tag/microsoft/" title="microsoft" rel="tag">microsoft</a>, <a href="http://www.ghacks.net/tag/ubuntu/" title="ubuntu" rel="tag">ubuntu</a>, <a href="http://www.ghacks.net/tag/vista/" title="vista" rel="tag">vista</a>, <a href="http://www.ghacks.net/tag/xp/" title="xp" rel="tag">xp</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2006/11/14/triple-boot-vista-xp-and-ubuntu/" title="Triple Boot Vista, XP and Ubuntu (November 14, 2006)">Triple Boot Vista, XP and Ubuntu</a> (5)</li>
	<li><a href="http://www.ghacks.net/2006/12/12/preparing-myself-for-linux-and-vista/" title="Preparing myself for Linux and Vista (December 12, 2006)">Preparing myself for Linux and Vista</a> (9)</li>
	<li><a href="http://www.ghacks.net/2006/12/13/adding-windows-vista-and-kubuntu-to-windows-xp/" title="Adding Windows Vista and Kubuntu to Windows XP (December 13, 2006)">Adding Windows Vista and Kubuntu to Windows XP</a> (5)</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/2008/07/25/vista-part-3/" title="Vista Part 3 (July 25, 2008)">Vista Part 3</a> (19)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2006/12/15/how-to-repair-the-vista-bootloader/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>
