Results 1 to 4 of 4

Thread: Installing Ubuntu and Windows 7 on seperate drives

  1. #1
    Join Date
    Jul 2009
    Posts
    42

    Installing Ubuntu and Windows 7 on seperate drives

    I am having trouble with Installing Ubuntu and Windows 7 on seperate drives. I have installed Windows 7 on a hard disk and then changed disk priority and then installed Ubuntu 9.10 beta. After this i again changed the boot priority. But when i boot my ocmputer, it directly boots into Windows 7. How to give a choice for Ubuntu and Windows 7 first and then choose whichever OS i want to boot in? Please help...

  2. #2
    Join Date
    Jan 2009
    Posts
    710

    Re: Installing Ubuntu and Windows 7 on seperate drives

    As you have installed Ubuntu and Windows 7 on separate disks, you will have to select which disk to boot from. As the OS resides on different disks, not boot entry for any OS has been altered by any OS. You can set the priority from boot device which should be the default drive [considering the OS you want to boot], or you can select the boot device by pressing any key [in my case it is F8], which gives you the option to select the boot device. Hope this helps...

  3. #3
    Join Date
    Jan 2009
    Posts
    289

    Re: Installing Ubuntu and Windows 7 on seperate drives

    I would recommend you to keep windows 7 as the first hard disk from boot priority now install ubuntu again on the other disk as suggested but without changing the hard disk priority. Now when you install Ubuntu, don't change any settings and by default it will install grub in the first boot device's MBR. Now when you boot your computer, you will get a choice on which OS to boot from. Done!!

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

    Re: Installing Ubuntu and Windows 7 on seperate drives

    I would suggest you to leave the current setup as it is, just change the disk boot priority and make the ubuntu as the first disk. Now boot into ubuntu and run the following command :
    Code:
    sudo gedit /boot/grub/menu.lst
    Add these lines :
    Code:
    title Windows 7
    root (hd1,0)
    makeactive
    chainloader +1
    Now save the file and close. Reboot and see if you have Windows 7 option in boot menu.

    hdx1,y1 = [hard disk number(x1)], [Partition number(y1)]; hd0,0= First Disk, First Partition; hd1,0= Second Disk, First Partition

    I am considering there are two hard disk and on the first one, you have installed Ubuntu and Windows 7 on the second hard disk after changing the disk priority. Ubuntu is the first disk here and Windows 7 is the second disk so for ubuntu the disk is hd0,0 and for Windows 7 it is hd1,0. This above will let to add a boot entry in Ubuntu's boot loader [grub] without making any changes to any disk's MBR. This means even if there occurs any problem in any of one disk, the other OS will remain intact.

Similar Threads

  1. Unable to display drives after installing windows 7
    By Ansari Bros in forum Operating Systems
    Replies: 3
    Last Post: 21-01-2011, 04:26 PM
  2. Booting Windows 7 After Installing Ubuntu 10.10
    By Brunon in forum Operating Systems
    Replies: 5
    Last Post: 15-11-2010, 08:25 PM
  3. Unable to open excel 2010 files in seperate windows
    By Abel18 in forum Windows Software
    Replies: 5
    Last Post: 19-02-2010, 03:43 AM
  4. Installing Ubuntu as a Windows application
    By Conrad in forum Operating Systems
    Replies: 2
    Last Post: 02-09-2009, 01:38 PM
  5. Replies: 3
    Last Post: 09-06-2009, 06:23 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,713,583,667.21982 seconds with 16 queries