LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   SUSE / openSUSE (https://www.linuxquestions.org/questions/suse-opensuse-60/)
-   -   Windows XP Suse 9.2 dual boot problem:Yast doesn't find windows (https://www.linuxquestions.org/questions/suse-opensuse-60/windows-xp-suse-9-2-dual-boot-problem-yast-doesnt-find-windows-430011/)

Salawat 03-30-2006 09:29 AM

Windows XP Suse 9.2 dual boot problem:Yast doesn't find windows
 
Ok. I'm trying to dual boot XP and Suse from the same hard drive. I imaged XP using Zenworks, and I rewrote the MBR, since I've had difficulties with that before. However, when I try to install Suse, the Yast Installer does detect the windows partition (in fact it advises me to set the mount point to /windows/C) however, it does not configure the GRUB bootloader so that I can boot to Windows. It only shows linux. I'm not all that familiar with the manual commands for editing the configuration files, so can someone lend me a hand?

abisko00 03-31-2006 04:33 AM

Strange the installer didn't detect it!
Try to add an entry in /boot/grub/menu.lst for Windows manually, e.g.:
Code:

title Windows
    chainloader (hd0,0)+1

This is if Windows is located on the first partition of the first contoller. If you have Windows on another partition or even another HDD, you need to adjust (hdx,y) accordingly. In the second case it may need to look like this
Code:

title windows
  root (hd1,0)
  makeactive
  chainloader +1
  map (hd0) (hd1)
  map (hd1) (hd0)

in order to trick Windows to believe it's located on the first drive.


All times are GMT -5. The time now is 08:09 AM.