Announcement

Collapse
No announcement yet.

Dualboot with xp

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Dualboot with xp

    Hi i have installed kubuntu on 90gb's of my drive(multiple partitions).
    So i had 30 gb for the windows system i installed xp...
    but now it just straigt boots in to Xp so what can i do to make it ask me(on boot) whitch OS i want.
    I dant care about bootloader as long as it works .
    Thanx for everbody who will help

    #2
    Re: Dualboot with xp

    You need to install the grub bootloader (a bootloader is an OS selector). If you have the desktop cd, follow these directions:

    Find the linux drive and partition with
    Code:
    sudo fdisk -l
    now start Grub:
    Code:
    sudo grub
    type:
    Code:
     root(hd0,0)
    or wherever your / or /boot is located, if it is at /dev/hda1, it is (hd0,0), if it is at hda6 it is (hd0,5), just subtract one from the dev#. if its on another disk, use hd1,5
    then type:
    Code:
    Setup (hd0)
    or whichever drive your linux is located
    Then restart.
    <br /><br />*temp. hiatus from forums due to comp + net broken* :&#039;(

    Comment


      #3
      Re: Dualboot with xp

      now it only shows linux but i need it to ask what i want xp or the kernel of my choice(have 2 of them)

      Comment


        #4
        Re: Dualboot with xp

        follow: http://ubuntuguide.org/wiki/Dapper#H...into_GRUB_menu
        <br /><br />*temp. hiatus from forums due to comp + net broken* :&#039;(

        Comment


          #5
          thx

          Thanks it works!

          Comment

          Working...
          X