Announcement

Collapse
No announcement yet.

Can't get to windows

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

    Can't get to windows

    Hi, I have recently installed Kubuntu and now I can't get into windows, even thoug in kubuntu I can perfectly see and open the partition.
    Any ideas of what could be
    Thanks B-R

    #2
    Re: Can't get to windows

    just to understand the problem:

    when you start your PC, you dont see windows installation in grub menu,

    or

    you see the partition, but when try to boot windows , it give you some error?

    Comment


      #3
      Re: Can't get to windows

      wen I start the computer idon't see windows in the grub menu...

      Comment


        #4
        Re: Can't get to windows

        You just need to include a boot entry for Windows in your boot menu.
        The boot menu is in Kubuntu and called /boot/grub/menu.lst.
        You must edit it as root.
        You must first know where your XP is on your hard disk – what partition is it in? you have just one hard drive? If so, in Kubuntu, open K > System > Konsole and type this command (followed by Enter):
        sudo fdisk -lu

        If it says Windows is on sda1, then that is the same as (hd0,0).

        Open Konqueror In Kubuntu.
        Type / in the location window at the top, press Enter.
        Click boot.
        Right-click grub (folder).
        Actions > Edit as Root.
        In menu.lst, add this to the bottom (after *** End Automagic kernels list):

        title Windows XP
        root (hd0,0)
        chainloader +1

        Then File>Save and File>Quit.
        Exit Kubuntu = > Restart to test it.

        If that doesn't work, post back and include the output from
        sudo fdisk -lu
        so someone can help further.
        An intellectual says a simple thing in a hard way. An artist says a hard thing in a simple way. Charles Bukowski

        Comment

        Working...
        X