Find the answer to your Linux question:
Results 1 to 4 of 4
Hi I am using a Celeron 933 Mhz PC and have been using Suse 9 for some time. I have 2 HDDs and have installed Suse on one and windows ...
  1. #1
    Just Joined!
    Join Date
    Mar 2008
    Posts
    2

    [SOLVED] Dual Boot with windows XP

    Hi
    I am using a Celeron 933 Mhz PC and have been using Suse 9 for some time. I have 2 HDDs and have installed Suse on one and windows Xp on another separately.
    The HDD 1 has Suse on it and is the master and HDD2 which is the slave has XP. In my Grub i have only Suse listed as both the OS were installed without the other HDD connected. and now to boot into my windows, I have to go to the boot options of the BIOS and select the 2nd HDD.
    How can i make windows to be listed in GRUB?

    Thanx in advance

    regards
    Sujai

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Hi and Welcome !

    Boot up SuSe, login as root and open /boot/grub/menu.lst file.
    Add this code at the end of file :
    Code:
    title Windows XP
         rootnoverify (hd1,0)
         map (hd0)  (hd1)
         map (hd1)  (hd0)
         chainloader +1
    Save file and reboot machine. Select Windows XP title in GRUB Menu.

    In case it doesn't work, execute fdisk -l command in Terminal and post output here.
    Code:
    su -
    fdisk -l
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Just Joined!
    Join Date
    Mar 2008
    Posts
    2
    Hi devils casper

    Thanx a lot. Its now working for me.

    Sujai

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Glad to help you Sujai !
    Do start a new thread if you have any other question.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...