<?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; 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 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>Get to know Linux: Grub2</title><link>http://www.ghacks.net/2010/08/02/get-to-know-linux-grub2/</link> <comments>http://www.ghacks.net/2010/08/02/get-to-know-linux-grub2/#comments</comments> <pubDate>Mon, 02 Aug 2010 15:28:35 +0000</pubDate> <dc:creator>Jack Wallen</dc:creator> <category><![CDATA[Advice]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[Tutorials Advanced]]></category> <category><![CDATA[Tutorials Basic]]></category> <category><![CDATA[boot-loader]]></category> <category><![CDATA[grub]]></category> <category><![CDATA[sudo]]></category> <category><![CDATA[ubuntu]]></category> <category><![CDATA[update-grub]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=29031</guid> <description><![CDATA[Most PC users have no idea what a boot loader is. Yet all PCs have them. Most Linux users, by nature, do know what a boot loader is because they have had to deal with them one on one for a long time. Of course times have changed and gone are the days when you [...]]]></description> <content:encoded><![CDATA[<p>Most PC users have no idea what a boot loader is. Yet all PCs have them. Most Linux users, by nature, do know what a boot loader is because they have had to deal with them one on one for a long time. Of course times have changed and gone are the days when you really had to monkey around with your boot loader. Back when I first started working with Linux, the boot loader was lilo (Linux Loader). Then I migrated to a different distribution and was using Grub. Now, Grub has moved to Grub2 and things are going swimmingly. So swimmingly in fact that I rarely have to even think about using the boot loader for anything &#8211; other than to let it do its thing.</p><p>But there are times when that trust old application needs to have a bit of a tweaking and when that time comes, you&#8217;re going to need to know exactly what to tweak and what to do post-tweak. In this Ghacks article I am going to introduce you to some of the fundamentals of the Grub2 bootloader.</p><p><span
id="more-29031"></span><strong>What the bootloader does</strong></p><p>In a nutshell, the bootloader instructs the kernel how it is supposed to boot. Without the bootloader the kernel wouldn&#8217;t get it&#8217;s initialization instructions (which kernel is default, any switches that are passed at startup, etc). Of course this is a vast over-simplification of what the boot loader does, but for the newer user, it&#8217;s explanation enough.</p><p><strong>Handy Grub switches</strong></p><p>There are plenty of Grub command line switches that you can use upon boot. But first you have to get to the Grub command prompt. To do this hit the &#8220;e&#8221; key when you see the kernel listing at boot followed by &lt;Ctrl&gt;x. This will land you in the Grub command prompt, at which point you can run any of the following:</p><ul><li>grub&gt; CTRL + X: Boots any arguments you enter into the commandline.</li><li>grub&gt; halt: Shuts down the computer</li><li>grub&gt; reboot: Reboot the computer</li><li>grub&gt; help: :ists all available commands (which is quite a few)</li><li>grub&gt; help a: Lists all available commands that start with the letter a</li><li>grub&gt; ls: Lists all available partitions on your disk(s)</li><li>grub&gt;ls (hdx,x): Lists all files on that partition</li><li>grub&gt;cat (hdx,x)file: Outputs the contents of &#8220;file&#8221;</li></ul><p><strong>Configuring Grub</strong></p><p>I am going to demonstrate how to make a change to Grub and then make that change take effect. There are a few files that might seem like the one you want to edit. The real file you should edit is <strong>/etc/default/grub</strong>. When you open this file take notice of the following entry:<br
/> <code>GRUB_DEFAULT=0</code></p><p>That line instructs which kernel is the default to boot. You may find any number of entries in your Grub configuration file. For each kernel version you will find a standard entry and a recovery mode entry. The are numbered 0,1,2,3,4, etc. Look through your Grub configuration file for the kernel line you want to be the default entry. Remember, numbering starts at 0 not 1. So the third entry will actually be 2. Change that GRUB_DEFAULT= line to reflect the entry you want to serve as the default, save and close the file, and then run the following command update Grub:</p><p><code>sudo update-grub</code></p><p>Now when you reboot your machine, it will default to the kernel you have chosen as default. This is always helpful when you are experimenting with kernels or you get an upgraded kernel that breaks a feature.</p><p><strong>Final thoughts</strong></p><p>The boot loader for your machine is crucial. Take good care of this tool and it will do the same for you. But do use caution when undertaking any task that involves the boot loader, else you render your machine unbootable. Of course Grub is much more than what you have been shown here. We&#8217;ll get into more about this powerful boot loader later.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/08/02/get-to-know-linux-grub2/feed/</wfw:commentRss> <slash:comments>8</slash:comments> </item> <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 Brinkmann</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></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> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2008/09/20/windows-boot-manager/feed/</wfw:commentRss> <slash:comments>14</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 Brinkmann</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> ]]></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>
