<?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 &#124; Latest Tech News, Software And Tutorials &#187; bootmenu</title> <atom:link href="http://www.ghacks.net/tag/bootmenu/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Fri, 10 Feb 2012 20:51:26 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <item><title>Fix Bootloaders After Dual Boot Installation</title><link>http://www.ghacks.net/2011/06/13/fix-bootloaders-after-dual-boot-installation/</link> <comments>http://www.ghacks.net/2011/06/13/fix-bootloaders-after-dual-boot-installation/#comments</comments> <pubDate>Mon, 13 Jun 2011 08:51:23 +0000</pubDate> <dc:creator>Melanie Gross</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[bootloader]]></category> <category><![CDATA[bootmenu]]></category> <category><![CDATA[dual-boot]]></category> <category><![CDATA[linux tips]]></category> <category><![CDATA[windows tips]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=46398</guid> <description><![CDATA[Installing a second operating system on your computer can be a great way to drastically increase the number of things you can do on it. It’s no big secret that many of the programs you can run on Windows cannot be run on any other operating system. By the same token, with the recent explosion [...]]]></description> <content:encoded><![CDATA[<p>Installing a second operating system on your computer can be a great way to drastically increase the number of things you can do on it.  It’s no big secret that many of the programs you can run on Windows cannot be run on any other operating system.  By the same token, with the recent explosion in consumer interest in user friendly Linux distributions like Ubuntu, developers are looking even closer at the platform, and the number of Linux-only programs is on the rise.  There are other reasons to want a foot on both sides of the line – certain programs run faster on certain operating systems, programming and developing works differently in different OSs, and the list goes on.</p><p>So let’s assume that you read up on dual booting, chose a second operating system that extended your computing capabilities, and pulled the trigger.  Congratulations!  Your system now has the potential to carry you much further, and your software options are incredible.  You spend some time enjoying the new operating system, customizing it, choosing new programs, and after some time, decide you want to hop back onto your old system.  You close everything up, tell your system to reboot and… it jumps right back into the new operating system without asking where you wanted it to go.</p><p>This frustrating scenario is not at all unfamiliar to those who decide to dual boot.  Fortunately, there is a solution for nearly every possible configuration and installation order between Windows and Linux versions and distributions.  This how-to will help you get the bootmenu for each possible option back, giving you access to the original operating system if it is accidentally blocked out by the second OS.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2011/06/bootloader.png" alt="bootloader" title="bootloader" width="554" height="148" class="alignnone size-full wp-image-46399" /></p><p>The process does require you to have a physical copy of an installation disk for whichever operating system you are trying to get access to.  If you installed Ubuntu as your second operating system and it blocked you from Vista, you need a Vista disk.  If, for some reason, you installed XP and lost Ubuntu, you will need an Ubuntu installation disk for the specific release you are trying to get to.</p><p>Also, this how-to looks specifically at how to restore access to Ubuntu and may not be universally applicable to Linux distributions.  It should, however, serve as a solid starting point, and many other distros follow the same process.</p><p>The most common scenario, restoring Windows Vista or 7, is one of the easiest.  Run the installation CD at startup, and after the location options select Repair Your Computer.  Unselect your installation if the system locates it, and then open Command Prompt.  Type in:</p><p><code>bootrec.exe /fixboot</code></p><p>Press enter, then type:</p><p><code>bootrec.exe /fixmbr</code></p><p>Close all windows, do a restart, and your Vista/7 bootloader should appear.</p><p>Those restoring XP have it even easier.  Insert the install CD, allow it to proceed, then type r when it asks if you are repairing rather than installing.  This brings up a command line, in which you should type, pressing enter between lines:</p><p><code>fixboot<br
/> fixmbr<br
/> exit</code></p><p>Finally, those restoring Ubuntu or a similar Linux system need to start by identifying the drive their system is installed on.  From the terminal on an install disk, type:</p><li>sudo fdisk –l</li><p>From the information that this calls, identify the drive that holds the Linux system, such as /dev/sda2.  Next, substituting in your own drive in place of sda2:</p><p><code>sudo mkdir /media/sda2<br
/> sudo mount /dev/sda2 /media/sda2<br
/> sudo grub-install –root-director=/media/sda2 /dev/sda</code></p><p>While not comprehensive enough to cover absolutely every possible configuration you may have, these simple steps can help most people get back their original bootloader.  If you follow these steps and find you lose the loader from the second operating system, just follow the same steps for the second.  Good luck!</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2011/06/13/fix-bootloaders-after-dual-boot-installation/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>How to remove the Linux bootloader</title><link>http://www.ghacks.net/2007/08/06/how-to-remove-the-linux-bootloader/</link> <comments>http://www.ghacks.net/2007/08/06/how-to-remove-the-linux-bootloader/#comments</comments> <pubDate>Mon, 06 Aug 2007 17:42:15 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Operating Systems]]></category> <category><![CDATA[Tools]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[bootloader]]></category> <category><![CDATA[bootmenu]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[mbr]]></category> <category><![CDATA[remove linux]]></category> <guid
isPermaLink="false">http://www.ghacks.net/2007/08/06/how-to-remove-the-linux-bootloader/</guid> <description><![CDATA[A friend of mine installed Linux next to Windows XP a few weeks ago and did not like it that much and decided to get rid of it. The problem that he faced was that the Linux bootloader was still showing up when he started his system. He was not able to figure out what to do about it and asked me if I knew a way to remove the Linux bootloader from his system so that Windows XP would start immediately.]]></description> <content:encoded><![CDATA[<p>A friend of mine installed Linux next to Windows XP a few weeks ago and did not like it that much and decided to get rid of it. The problem that he faced was that the Linux bootloader was still showing up when he started his system. He was not able to figure out what to do about it and asked me if I knew a way to remove the Linux bootloader from his system so that Windows XP would start immediately.</p><p>I actually knew several methods on how to fix the MBR (Master Boot Record) to get rid of the Linux bootloader. There was however only one way that would safely fix the MBR and remove the Linux bootloader from it. I&#8217;m saying safely because it can happen that methods such as Fdisk /mbr would require a reactivation of the Windows operating system.</p><p><span
id="more-1842"></span></p><p><a
href="http://www.sysint.no/nedlasting/mbrfix.htm">MBR Fix</a> is a small command line freeware for Windows that makes it possible to fix the Master Boot Record from the command line of your operating system. Just download the tool, open the command line and type</p><blockquote><p>MbrFix /drive 0 fixmbr /yes</p></blockquote><p>to fix the MBR and remove the Linux bootloader.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2007/08/06/how-to-remove-the-linux-bootloader/feed/</wfw:commentRss> <slash:comments>9</slash:comments> </item> </channel> </rss>
