<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Can get grub to boot Windows disk in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/can-get-grub-to-boot-windows-disk/m-p/4344193#M34962</link>
    <description>Does the partition /dev/sdb1 exist? What's on it?&lt;BR /&gt;&lt;BR /&gt;If Windows is on the _second_ partition of /dev/sdb, then perhaps the "rootnoverify" command should be:&lt;BR /&gt;&lt;BR /&gt;rootnoverify (hd0,1)&lt;BR /&gt;&lt;BR /&gt;If this does not help, please show us the output of:&lt;BR /&gt;&lt;BR /&gt;fdisk -l /dev/sdb&lt;BR /&gt;&lt;BR /&gt;MK</description>
    <pubDate>Sat, 24 Jan 2009 12:02:44 GMT</pubDate>
    <dc:creator>Matti_Kurkela</dc:creator>
    <dc:date>2009-01-24T12:02:44Z</dc:date>
    <item>
      <title>Can get grub to boot Windows disk</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-get-grub-to-boot-windows-disk/m-p/4344192#M34961</link>
      <description>Hi &lt;BR /&gt;I just installed OpenSuSE 11.1 and it configured grub to boot Linux and Windows. Unfortunately it could not boot windows properly.&lt;BR /&gt;&lt;BR /&gt;I have the following setup&lt;BR /&gt;/dev/sda1 - OpenSuSe Linux&lt;BR /&gt;/dev/sdb2 - Windows&lt;BR /&gt;&lt;BR /&gt;Here is the relevant part of /boot/grub/menu.lst&lt;BR /&gt;&lt;BR /&gt;title openSUSE 11.1 - 2.6.27.7-9&lt;BR /&gt;    root (hd0,0)&lt;BR /&gt;    kernel /boot/vmlinuz-2.6.27.7-9-pae root=/dev/disk/by-id/ata-ST3160815AS_6RX80V0Z-part1 resume=/dev/disk/by-id/ata-ST316&lt;BR /&gt;0815AS_6RX80V0Z-part3 splash=silent showopts vga=0x348&lt;BR /&gt;    initrd /boot/initrd-2.6.27.7-9-pae&lt;BR /&gt;&lt;BR /&gt;###Don't change this comment - YaST2 identifier: Original name: windows###&lt;BR /&gt;title Windows&lt;BR /&gt;    map (hd0) (hd1)&lt;BR /&gt;    map (hd1) (hd0)&lt;BR /&gt;    rootnoverify (hd0,0)&lt;BR /&gt;    makeactive&lt;BR /&gt;    chainloader +1&lt;BR /&gt;&lt;BR /&gt;During boot up menu I select Windows and it gives the following output&lt;BR /&gt;&lt;BR /&gt;    map (hd0) (hd1)&lt;BR /&gt;    map (hd1) (hd0)&lt;BR /&gt;    rootnoverify (hd0,0)&lt;BR /&gt;    makeactive&lt;BR /&gt;    chainloader +1&lt;BR /&gt;&lt;BR /&gt;GRUB Loading Stage2Read Error&lt;BR /&gt;&lt;BR /&gt;Currently the only way to boot windows is to disconnect the cable to /dev/sda or Linux and power up the PC&lt;BR /&gt;How should I configure grub to boot windows properly?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 24 Jan 2009 10:47:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-get-grub-to-boot-windows-disk/m-p/4344192#M34961</guid>
      <dc:creator>kenny chia</dc:creator>
      <dc:date>2009-01-24T10:47:17Z</dc:date>
    </item>
    <item>
      <title>Re: Can get grub to boot Windows disk</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-get-grub-to-boot-windows-disk/m-p/4344193#M34962</link>
      <description>Does the partition /dev/sdb1 exist? What's on it?&lt;BR /&gt;&lt;BR /&gt;If Windows is on the _second_ partition of /dev/sdb, then perhaps the "rootnoverify" command should be:&lt;BR /&gt;&lt;BR /&gt;rootnoverify (hd0,1)&lt;BR /&gt;&lt;BR /&gt;If this does not help, please show us the output of:&lt;BR /&gt;&lt;BR /&gt;fdisk -l /dev/sdb&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Sat, 24 Jan 2009 12:02:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-get-grub-to-boot-windows-disk/m-p/4344193#M34962</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2009-01-24T12:02:44Z</dc:date>
    </item>
    <item>
      <title>Re: Can get grub to boot Windows disk</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-get-grub-to-boot-windows-disk/m-p/4344194#M34963</link>
      <description>Hi Mk&lt;BR /&gt;It still does not work. Here is the output&lt;BR /&gt;&lt;BR /&gt;map (hd0) (hd1)&lt;BR /&gt;map (hd1) (hd0)&lt;BR /&gt;rootnoverify (hd0,1)&lt;BR /&gt;makeactive&lt;BR /&gt;chainloader +1&lt;BR /&gt;&lt;BR /&gt;Error 13: Invalid or unsupported executable format&lt;BR /&gt;&lt;BR /&gt;Here is my fdisk output.. Yeah the partition setup is quite strange&lt;BR /&gt;&lt;BR /&gt;linux-a298:~ # fdisk -l /dev/sdb&lt;BR /&gt;&lt;BR /&gt;Disk /dev/sdb: 40.0 GB, 40020664320 bytes&lt;BR /&gt;255 heads, 63 sectors/track, 4865 cylinders&lt;BR /&gt;Units = cylinders of 16065 * 512 = 8225280 bytes&lt;BR /&gt;Disk identifier: 0x343f15eb&lt;BR /&gt;&lt;BR /&gt;   Device Boot      Start         End      Blocks   Id  System&lt;BR /&gt;/dev/sdb1               1          31      248976   83  Linux&lt;BR /&gt;/dev/sdb2   *          32        3473    27647865    c  W95 FAT32 (LBA)&lt;BR /&gt;/dev/sdb3            3474        4748    10241437+  83  Linux&lt;BR /&gt;/dev/sdb4            4749        4865      939802+   f  W95 Ext'd (LBA)&lt;BR /&gt;/dev/sdb5            4749        4865      939771   82  Linux swap / Solaris</description>
      <pubDate>Sun, 25 Jan 2009 06:41:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-get-grub-to-boot-windows-disk/m-p/4344194#M34963</guid>
      <dc:creator>kenny chia</dc:creator>
      <dc:date>2009-01-25T06:41:11Z</dc:date>
    </item>
    <item>
      <title>Re: Can get grub to boot Windows disk</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-get-grub-to-boot-windows-disk/m-p/4344195#M34964</link>
      <description>I think it should be as follows in /boot/grub/menu.lst&lt;BR /&gt;&lt;BR /&gt;title openSUSE 11.1 - 2.6.27.7-9&lt;BR /&gt;root (hd0,0)&lt;BR /&gt;kernel /boot/vmlinuz-2.6.27.7-9-pae root=/dev/disk/by-id/ata-ST3160815AS_6RX80V0Z-part1 resume=/dev/disk/by-id/ata-ST316&lt;BR /&gt;0815AS_6RX80V0Z-part3 splash=silent showopts vga=0x348&lt;BR /&gt;initrd /boot/initrd-2.6.27.7-9-pae&lt;BR /&gt;&lt;BR /&gt;###Don't change this comment - YaST2 identifier: Original name: windows###&lt;BR /&gt;title Windows&lt;BR /&gt;rootnoverify (hd0,0)&lt;BR /&gt;&lt;BR /&gt;chainloader +1&lt;BR /&gt;&lt;BR /&gt;-----------------------------&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;enjoy, life.&lt;BR /&gt;&lt;BR /&gt;Jean-Pierre Huc</description>
      <pubDate>Sun, 25 Jan 2009 08:52:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-get-grub-to-boot-windows-disk/m-p/4344195#M34964</guid>
      <dc:creator>Huc_1</dc:creator>
      <dc:date>2009-01-25T08:52:34Z</dc:date>
    </item>
    <item>
      <title>Re: Can get grub to boot Windows disk</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-get-grub-to-boot-windows-disk/m-p/4344196#M34965</link>
      <description>You may also want to add the following option to the top of the menu.lst file&lt;BR /&gt;&lt;BR /&gt;default=0&lt;BR /&gt;timeout=20&lt;BR /&gt;&lt;BR /&gt;or &lt;BR /&gt;&lt;BR /&gt;defaut=1  if you want windows to boot per default!&lt;BR /&gt;&lt;BR /&gt;timeout is 20 seconds so to leave you time to type a &lt;TAB&gt; and start an other "default" or start the grub command interface.&lt;BR /&gt;&lt;BR /&gt;Enjoy, life.&lt;BR /&gt;&lt;BR /&gt;Jean-Pierre Huc&lt;/TAB&gt;</description>
      <pubDate>Sun, 25 Jan 2009 09:00:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-get-grub-to-boot-windows-disk/m-p/4344196#M34965</guid>
      <dc:creator>Huc_1</dc:creator>
      <dc:date>2009-01-25T09:00:49Z</dc:date>
    </item>
    <item>
      <title>Re: Can get grub to boot Windows disk</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-get-grub-to-boot-windows-disk/m-p/4344197#M34966</link>
      <description>Hi Huc&lt;BR /&gt;Your grub settings does not work as my windows partition is at /dev/sdb2..</description>
      <pubDate>Tue, 27 Jan 2009 02:22:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-get-grub-to-boot-windows-disk/m-p/4344197#M34966</guid>
      <dc:creator>kenny chia</dc:creator>
      <dc:date>2009-01-27T02:22:24Z</dc:date>
    </item>
    <item>
      <title>Re: Can get grub to boot Windows disk</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-get-grub-to-boot-windows-disk/m-p/4344198#M34967</link>
      <description>I think "Error 13: Invalid or unsupported executable format" shows improvement of sorts: the original error message indicated that GRUB was trying to run a copy of GRUB (probably something installed on /dev/sdb1). That would cause an infinite loop, if successful.&lt;BR /&gt;&lt;BR /&gt;The new error message indicates GRUB is trying to do something that makes a bit more sense, but failing.&lt;BR /&gt;&lt;BR /&gt;The mapping between /dev/sda &amp;amp; /dev/sdb and the respective GRUB identifiers (hd0) and (hd1) may not be the obvious one. &lt;BR /&gt;&lt;BR /&gt;What is the output of "cat /boot/grub/device.map"? &lt;BR /&gt;&lt;BR /&gt;Just for reference, what is the output of "fdisk -l /dev/sda"? Yes, it should not be touched at all when booting Windows, but your highly customized system is obviously confusing GRUB.&lt;BR /&gt;&lt;BR /&gt;If your BIOS is set to boot from /dev/sdb, it may be that GRUB's (hd0) is actually /dev/sdb and the map commands are actually not needed. If GRUB's device.map file reflects that, it is possible that your active OpenSuSE 11.1 bootloader is currently on /dev/sdb1. &lt;BR /&gt;&lt;BR /&gt;When your system is in GRUB boot menu, press "c" to access GRUB command prompt. Run "find ntldr" and see what it displays. The command may take a while to complete. That should be the most reliable way to find out the actual BIOS disk ordering used by the actual GRUB bootloader (as opposed to the guesswork of the GRUB installer listed in /boot/grub/device.map). &lt;BR /&gt;&lt;BR /&gt;If you get us all this information, I think I might have a chance of solving this puzzle.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Tue, 27 Jan 2009 15:00:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-get-grub-to-boot-windows-disk/m-p/4344198#M34967</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2009-01-27T15:00:36Z</dc:date>
    </item>
  </channel>
</rss>

