Great, it worked exactly as described.<br><br>Thanks for the help!<br><br>Cheers<br><br>Nathan<br><br><div><span class="gmail_quote">On 5/5/07, <b class="gmail_sendername">Paul B</b> &lt;<a href="mailto:wellylug@pbrammer.com">
wellylug@pbrammer.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; margin-left: 0.80ex; border-left-color: #cccccc; border-left-width: 1px; border-left-style: solid; padding-left: 1ex">
Hi Nathan,<br>I&#39;m not familiar with the syntax you have used to boot windows although<br>it looks correct, I have always used (modified for your<br>disk/partition):<br>&nbsp;&nbsp;title Windows<br>&nbsp;&nbsp;rootnoverify (hd1,0) #&lt;&lt;&lt;Sets root device without mounting
<br>&nbsp;&nbsp;makeactive&nbsp;&nbsp; #&lt;&lt;&lt;Set as active partition<br>&nbsp;&nbsp;chainloader&nbsp;&nbsp;+1<br><br>Trawling the grey matter I remember problems booting the Secondary disk<br>drive. This is back on Windows 2000 or maybe even 98, the same issue
<br>may exist on XP. I&#39;ve checked the manual and it is still mentioned<br>under &#39;some caveats on OS-Specific issues&#39;.<br><br>Windows can&#39;t boot to a hard disk that is not the first hard disk, grub<br>provides a method to swap the disk over and make windows happy. Your
<br>configuration would be (something like):<br>&nbsp;&nbsp;title Windows<br>&nbsp;&nbsp;map (hd0) (hd1)<br>&nbsp;&nbsp;map (hd1) (hd0)<br>&nbsp;&nbsp;rootnoverify (hd1,0)&nbsp;&nbsp;&lt;&lt;&lt; I think this is correct, it might need to be<br>(hd0,0) i.e. where it was swapped to.
<br>&nbsp;&nbsp;makeactive<br>&nbsp;&nbsp;chainloader&nbsp;&nbsp;+1<br><br>NOTE: Take a note of your partition settings before you start. A couple<br>of weeks ago I configured an XP/Linux system (both on one disk) for<br>someone and decided to try hide/unhide so they could not blow away
<br>linux partitions from XP. This triggered some code in Grub which<br>rewrote the partition id&#39;s for all linux partitions&nbsp;&nbsp; every time XP was<br>booted. Then Linux could not boot until the id&#39;s were rewritten. I have
<br>never experienced this using the &#39;map&#39; command but better safe than<br>sorry.<br><br>Regards<br>Paul.<br><br>&gt; -------- Original Message --------<br>&gt; Subject: [wellylug] Adding Windows after Linux<br>&gt; From: &quot;Nathan Cook&quot; &lt;
<a href="mailto:nathan@cook.net.nz">nathan@cook.net.nz</a>&gt;<br>&gt; Date: Sat, May 05, 2007 4:22 pm<br>&gt; To: &quot;Wellington Linux Users Group&quot; &lt;<a href="mailto:wellylug@lists.wellylug.org.nz">wellylug@lists.wellylug.org.nz
</a>&gt;<br>&gt;<br>&gt; Hi all,<br>&gt;<br>&gt; I have a slight problem here, I have a PC here running Suse 10.1<br>&gt; 64bit. The<br>&gt; owner of the PC wanted to install Windows XP Home on it as well, so<br>&gt; rather
<br>&gt; than blowing away the Suse install I disconnected the Suse SATA drive and<br>&gt; installed Windows on a seperate 80GB drive.<br>&gt;<br>&gt; I have now plugged back in the Suse SATA drive and have set the BIOS<br>
&gt; to boot<br>&gt; off the Suse drive, this works well.<br>&gt;<br>&gt; The Suse install sees the new 80GB drive as a Windows volume etc, the<br>&gt; problem I have though is that the line I have added into the<br>&gt; /boot/grub/menu.lst file refuses to boot the windows drive when
<br>&gt; selected it<br>&gt; just reboots the PC. Can anyone point me in the right direction, I&#39;m<br>&gt; thinking that it&#39;s just Windows doing what it does best...<br>&gt;<br>&gt; Thanks<br>&gt;<br>&gt; Here is the fdisk -l:
<br>&gt; Disk /dev/sda: 160.0 GB, 160040803840 bytes<br>&gt; 255 heads, 63 sectors/track, 19457 cylinders<br>&gt; Units = cylinders of 16065 * 512 = 8225280 bytes<br>&gt;<br>&gt; Device Boot Start End Blocks Id System<br>
&gt; /dev/sda1 1 262 2104483+ 82 Linux swap / Solaris<br>&gt; /dev/sda2 * 263 19457 154183837+ 83 Linux<br>&gt;<br>&gt; Disk /dev/sdb: 80.0 GB, 80030957056 bytes<br>&gt; 255 heads, 63 sectors/track, 9729 cylinders<br>&gt; Units = cylinders of 16065 * 512 = 8225280 bytes
<br>&gt;<br>&gt; Device Boot Start End Blocks Id System<br>&gt; /dev/sdb1 * 1 6374 51199123+ 7 HPFS/NTFS<br>&gt;<br>&gt; Here is the menu.lst file:<br>&gt; # Modified by YaST2. Last modification on Sun May 6 12:58:00 NZST 2007
<br>&gt; color white/blue black/light-gray<br>&gt; default 0<br>&gt; timeout 8<br>&gt; gfxmenu (hd0,1)/boot/message<br>&gt;<br>&gt; ###Don&#39;t change this comment - YaST2 identifier: Original name: linux###<br>&gt; title SUSE Linux 
10.1<br>&gt; root (hd0,1)<br>&gt; kernel /boot/vmlinuz root=/dev/sda2 vga=0x317 resume=/dev/sda1<br>&gt; splash=silent<br>&gt; showopts<br>&gt; initrd /boot/initrd<br>&gt;<br>&gt; ###Don&#39;t change this comment - YaST2 identifier: Original name:
<br>&gt; windows###<br>&gt; title Windows<br>&gt; chainloader (hd1,0)+1<br>&gt;<br>&gt; ###Don&#39;t change this comment - YaST2 identifier: Original name: floppy###<br>&gt; title Floppy<br>&gt; chainloader (fd0)+1<br>&gt;
<br>&gt; ###Don&#39;t change this comment - YaST2 identifier: Original name:<br>&gt; failsafe###<br>&gt; title Failsafe -- SUSE Linux 10.1<br>&gt; root (hd0,1)<br>&gt; kernel /boot/vmlinuz root=/dev/sda2 vga=normal showopts ide=nodma apm=off
<br>&gt; acpi=off noresume edd=off 3<br>&gt; initrd /boot/initrd<br>&gt;<br>&gt; ###Don&#39;t change this comment - YaST2 identifier: Original name:<br>&gt; memtest86###<br>&gt; title Memory Test<br>&gt; kernel (hd0,1)/boot/memtest.bin
<br>&gt;<br>&gt; ###Don&#39;t change this comment - YaST2 identifier: Original name:<br>&gt; 2.6.16.21-0.25-default###<br>&gt; title 2.6.16.21-0.25-default<br>&gt; root (hd0,1)<br>&gt; kernel /boot/vmlinuz-2.6.16.21-0.25-default
 root=/dev/sda2 vga=0x317<br>&gt; resume=/dev/sda1 splash=silent showopts<br>&gt; initrd /boot/initrd-2.6.16.21-0.25-default&lt;hr&gt;--<br>&gt; Wellington Linux Users Group Mailing List: <a href="mailto:wellylug@lists.wellylug.org.nz">
wellylug@lists.wellylug.org.nz</a><br>&gt; To Leave:&nbsp;&nbsp;<a href="http://lists.wellylug.org.nz/mailman/listinfo/wellylug">http://lists.wellylug.org.nz/mailman/listinfo/wellylug</a><br><br><br>--<br>Wellington Linux Users Group Mailing List: 
<a href="mailto:wellylug@lists.wellylug.org.nz">wellylug@lists.wellylug.org.nz</a><br>To Leave:&nbsp;&nbsp;<a href="http://lists.wellylug.org.nz/mailman/listinfo/wellylug">http://lists.wellylug.org.nz/mailman/listinfo/wellylug</a><br>
</blockquote></div><br>