<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
<channel>
  <title>Linux Format forums</title>
  <link>http://linuxformat.com/forums/index.php</link>
  <description>Help, discussion, magazine feedback and more</description>
  <language>english</language>
  <copyright>(c) Copyright Sat May 18, 2013 5:12 pm by Linux Format forums</copyright>
  <managingEditor>webmaster@linuxformat.com</managingEditor>
  <webMaster>webmaster@linuxformat.com</webMaster>
  <pubDate>Sat May 18, 2013 5:12 pm</pubDate>
  <lastBuildDate>Sat May 18, 2013 5:12 pm</lastBuildDate>
  <docs>http://backend.userland.com/rss</docs>
  <generator>phpBB2 RSS Syndication Mod by Lucas</generator>
  <ttl>1</ttl>

  <image>
    <title>Linux Format forums</title>
    <url></url>
    <link>http://linuxformat.com/forums/</link>
    <description>Help, discussion, magazine feedback and more</description>
  </image>

                                      <item>
                                        <title>Re: Booting dual hard drives</title>
                                        <link>http://linuxformat.com/forums/viewtopic.php?p=96898#96898</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=3155'&gt;ajgreeny&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Fri Feb 11, 2011 9:57 am&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      &lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Quote:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;quote&quot;&gt;It sounds in your case as if a boot menu has never been set up in Grub. What does your /boot/grub/menu.lst look like, from the uncommented line starting &amp;quot;title ...&amp;quot;?&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;No point looking for that!  You are using grub2 (v1.98 in fact) which uses a grub.cfg file instead, so boot to whichever OS runs grub on your machine, then look for /boot/grub/grub.cfg, and if you see it run the command in terminal &lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;grep menuentry /boot/grub/grub.cfg&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;which will at least tell us what OSs the grub menu contains, though I am not sure how, or if that will help.</description>
                                        <comments>http://linuxformat.com/forums/viewtopic.php?p=96898#96898</comments>
                                        <author>ajgreeny</author>
                                        <pubDate>Fri Feb 11, 2011 9:57 am</pubDate>
                                        <guid isPermaLink="true">http://linuxformat.com/forums/viewtopic.php?p=96898#96898</guid>
                                      </item>
                                      <item>
                                        <title>What is your menu.lst</title>
                                        <link>http://linuxformat.com/forums/viewtopic.php?p=96854#96854</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=67227'&gt;Nuke&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Wed Feb 09, 2011 6:04 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Some motherboards which have both IDE and SATA controllers, and of certin vintage, cannot boot from the SATA drive.  My own PC is like that.  I put my OS stuff in different partitions on the on the IDE and use the new and bigger SATA drive for my data.&lt;br /&gt;
&lt;br /&gt;
Generally, during booting the BIOS (after it has done its stuff) will try to pass control to code in the first sector of the HD it has been told to.  &lt;br /&gt;
&lt;br /&gt;
I wonder why your IDE HD is set up as slave? Some IDE drives have a jumper option fo something like auto or &amp;quot;Cable select&amp;quot; - don't use it, select &amp;quot;Primary&amp;quot; or &amp;quot;Slave&amp;quot; positively.&lt;br /&gt;
&lt;br /&gt;
This first sector of a HD is its Master Boot Record (MBR), or the start of it.  In a Windows box the MBR contains the Windows boot manager. Older Windows boot managers could give a menu choice of DOS or Windows, but I don't know about modern Windows.  In a Linux box the MBR contains GRUB or Smart Boot Manager (Lilo if older).  Any of these boot managers will point to the start of a disk partition (the Boot Sector of that partition) where there is a boot loader to start an operating system, except that the Windows boot manager will refuse to point to a Linux partition, and GRUB and Lilo also act as the Linux loader.&lt;br /&gt;
&lt;br /&gt;
I recommend Smart Boot Manager (http://sourceforge.net/projects/btmgr/).  Installing it will place itself (reversibly) in the MBR and it will then search for any bootable OS's (actually their loaders) in the partitions and place them in its menu.  You will still need the Linux and Windows loaders (GRUB for Linux) in their partions' boot sectors though.&lt;br /&gt;
&lt;br /&gt;
It sounds in your case as if a boot menu has never been set up in Grub.  What does your /boot/grub/menu.lst look like, from the uncommented line starting &amp;quot;title ...&amp;quot;?</description>
                                        <comments>http://linuxformat.com/forums/viewtopic.php?p=96854#96854</comments>
                                        <author>Nuke</author>
                                        <pubDate>Wed Feb 09, 2011 6:04 pm</pubDate>
                                        <guid isPermaLink="true">http://linuxformat.com/forums/viewtopic.php?p=96854#96854</guid>
                                      </item>
                                      <item>
                                        <title>Re: Booting dual hard drives</title>
                                        <link>http://linuxformat.com/forums/viewtopic.php?p=96617#96617</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=17533'&gt;worden&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Wed Jan 26, 2011 8:51 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Thank you for your replies. On the Sata drive I have Ubuntu 10.10 and win xp professional and on the IDE I have fedora 13 and Mandriva. The grub version is 1.98. Hope this will help solve my problem.  How do I change the MBR?</description>
                                        <comments>http://linuxformat.com/forums/viewtopic.php?p=96617#96617</comments>
                                        <author>worden</author>
                                        <pubDate>Wed Jan 26, 2011 8:51 pm</pubDate>
                                        <guid isPermaLink="true">http://linuxformat.com/forums/viewtopic.php?p=96617#96617</guid>
                                      </item>
                                      <item>
                                        <title>Re: Booting dual hard drives</title>
                                        <link>http://linuxformat.com/forums/viewtopic.php?p=96603#96603</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=39'&gt;towy71&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Wed Jan 26, 2011 10:32 am&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      My computer has both ide and sata and I chose the ide as the master drive in the bios, I could choose to boot either drive by pressing a function key (F12) at power up</description>
                                        <comments>http://linuxformat.com/forums/viewtopic.php?p=96603#96603</comments>
                                        <author>towy71</author>
                                        <pubDate>Wed Jan 26, 2011 10:32 am</pubDate>
                                        <guid isPermaLink="true">http://linuxformat.com/forums/viewtopic.php?p=96603#96603</guid>
                                      </item>
                                      <item>
                                        <title>Re: Booting dual hard drives</title>
                                        <link>http://linuxformat.com/forums/viewtopic.php?p=96600#96600</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=5'&gt;nelz&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Wed Jan 26, 2011 8:40 am&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Which distros are you using and, more importantly, which versions of GRUB. You need to put all your bootloader information on the primary drive, probably the SATA one, and let it load OSes from either drive.&lt;br /&gt;
&lt;br /&gt;
If you tell us what is on the drives, you will get a more specific answer.</description>
                                        <comments>http://linuxformat.com/forums/viewtopic.php?p=96600#96600</comments>
                                        <author>nelz</author>
                                        <pubDate>Wed Jan 26, 2011 8:40 am</pubDate>
                                        <guid isPermaLink="true">http://linuxformat.com/forums/viewtopic.php?p=96600#96600</guid>
                                      </item>
                                      <item>
                                        <title>Booting dual hard drives</title>
                                        <link>http://linuxformat.com/forums/viewtopic.php?p=96598#96598</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=17533'&gt;worden&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Wed Jan 26, 2011 3:47 am&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      I have two hard drives installed. Both are functional. One is a Sata and the other an IDE. I can access each one individually but not together. I have to depower one to boot the other. The Sata drive is on chanel 2 master and the Ide is on channel 1 slave. They are all on auto or enabled. How can I get both Hard Drives to boot showing the OS in both drives please.&lt;br /&gt;
Regards&lt;br /&gt;
Eddie</description>
                                        <comments>http://linuxformat.com/forums/viewtopic.php?p=96598#96598</comments>
                                        <author>worden</author>
                                        <pubDate>Wed Jan 26, 2011 3:47 am</pubDate>
                                        <guid isPermaLink="true">http://linuxformat.com/forums/viewtopic.php?p=96598#96598</guid>
                                      </item></channel></rss>