Hi all,<br><br>I have a slight problem here, I have a PC here running Suse 10.1 64bit. The owner of the PC wanted to install Windows XP Home on it as well, so rather than blowing away the Suse install I disconnected the Suse SATA drive and installed Windows on a seperate 80GB drive.
<br><br>I have now plugged back in the Suse SATA drive and have set the BIOS to boot off the Suse drive, this works well.<br><br>The Suse install sees the new 80GB drive as a Windows volume etc, the problem I have though is that the line I have added into the        /boot/grub/menu.lst file&nbsp;refuses&nbsp;to&nbsp;boot&nbsp;the&nbsp;windows&nbsp;drive&nbsp;when&nbsp;selected it just reboots the PC. Can anyone point me in the right direction, I&#39;m thinking that it&#39;s just Windows doing what it does best...
<br> <br>Thanks<br> <br>Here is the&nbsp;fdisk&nbsp;-l:<br> Disk /dev/sda: 160.0 GB, 160040803840 bytes<br>255 heads, 63 sectors/track, 19457 cylinders<br>Units = cylinders of 16065 * 512 = 8225280 bytes<br><br>   Device Boot      Start         End      Blocks   Id  System
<br>/dev/sda1               1         262     2104483+  82  Linux swap / Solaris<br>/dev/sda2   *         263       19457   154183837+  83  Linux<br><br>Disk /dev/sdb: 80.0 GB, 80030957056 bytes<br>255 heads, 63 sectors/track, 9729 cylinders
<br>Units = cylinders of 16065 * 512 = 8225280 bytes<br><br>   Device Boot      Start         End      Blocks   Id  System<br>/dev/sdb1   *           1        6374    51199123+   7  HPFS/NTFS<br><br>Here is the menu.lst file:
<br># Modified by YaST2. Last modification on Sun May  6 12:58:00 NZST 2007<br>color white/blue black/light-gray<br>default 0<br>timeout 8<br>gfxmenu (hd0,1)/boot/message<br><br>###Don&#39;t change this comment - YaST2 identifier: Original name: linux###
<br>title SUSE Linux 10.1<br>    root (hd0,1)<br>    kernel /boot/vmlinuz root=/dev/sda2 vga=0x317    resume=/dev/sda1  splash=silent showopts<br>    initrd /boot/initrd<br><br>###Don&#39;t change this comment - YaST2 identifier: Original name: windows###
<br>title Windows<br>    chainloader (hd1,0)+1<br><br>###Don&#39;t change this comment - YaST2 identifier: Original name: floppy###<br>title Floppy<br>    chainloader (fd0)+1<br><br>###Don&#39;t change this comment - YaST2 identifier: Original name: failsafe###
<br>title Failsafe -- SUSE Linux 10.1<br>    root (hd0,1)<br>    kernel /boot/vmlinuz root=/dev/sda2 vga=normal showopts ide=nodma apm=off acpi=off noresume edd=off  3<br>    initrd /boot/initrd<br><br>###Don&#39;t change this comment - YaST2 identifier: Original name: memtest86###
<br>title Memory Test<br>    kernel (hd0,1)/boot/memtest.bin<br><br>###Don&#39;t change this comment - YaST2 identifier: Original name: 2.6.16.21-0.25-default###<br>title 2.6.16.21-0.25-default<br>    root (hd0,1)<br>    kernel /boot/vmlinuz-
2.6.16.21-0.25-default root=/dev/sda2 vga=0x317    resume=/dev/sda1  splash=silent showopts<br>    initrd /boot/initrd-2.6.16.21-0.25-default<br><br><br>