Results 1 to 4 of 4

Thread: Windows wont boot from Grub

  1. #1
    Join Date
    Jul 2009
    Posts
    92

    Windows wont boot from Grub

    Hello friends, I have a computer with windows Vista and i wanted to install ubuntu. So i got a new dedicated hard disk for ubuntu and changed the vista hard disk to the secondary hard disk. After installing Ubuntu however i am facing some problems. Windows wont boot from Grub. Can anyone help me with this?

  2. #2
    Join Date
    Jan 2009
    Posts
    710

    Re: Windows wont boot from Grub

    Is there a boot option for Windows Vista in ubuntu's grub boot loader? If it is then what exactly is the problem? Can you post a bit in detail? If there is no boot option for windows in grub, then from ubuntu you will have to create a boot entry for windows in the grub boot loader. See this thread might help : Grub & Boot Windows

  3. #3
    Join Date
    Jul 2009
    Posts
    92

    Re: Windows wont boot from Grub

    How to create a boot entry in grub? There is no option for windows in the ubuntu's grub boot loader. I don't know what went wrong. Will i be able to boot from Windows without formatting Windows or ubuntu? Please help me guys...

  4. #4
    Join Date
    Jan 2009
    Posts
    1,738

    Re: Windows wont boot from Grub

    If your ubuntu disk is primary hard disk and windows hard disk is secondary, so the hard disk scheme will be :
    For ubuntu the boot partition will be hd(0,0) and for windows it will be hd(1,0)
    So now boot with ubuntu and open terminal. In terminal type :
    Code:
    sudo gedit /boot/grub/menu.lst
    After pressing enter a text file will open up. There at the bottom, just paste the following lines :
    Code:
    title Windows Vista
    root (hd1,0)
    makeactive
    chainloader +1
    Now save the file and close it. Now reboot your computer and check if Windows Vista boot option appears and loads or not...

Similar Threads

  1. Dual boot with windows 7 using GNU GRUB
    By Vance in forum Operating Systems
    Replies: 6
    Last Post: 24-06-2011, 02:18 PM
  2. Grub is unable to boot CentOS, hangs at the Grub prompt
    By Man-Than in forum Operating Systems
    Replies: 5
    Last Post: 07-05-2011, 12:17 PM
  3. Edit grub/defaults/grub file on triple-boot system
    By Hishem-Remashiya in forum Operating Systems
    Replies: 5
    Last Post: 14-11-2010, 06:44 AM
  4. GRUB 2 cannot boot into Windows XP
    By UbuntU-ME in forum Operating Systems
    Replies: 3
    Last Post: 15-10-2009, 11:39 AM
  5. Grub & Boot Windows
    By Recko in forum Operating Systems
    Replies: 4
    Last Post: 11-11-2008, 04:52 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,078,098.92338 seconds with 17 queries