Results 1 to 4 of 4

Thread: Windows & over Ubuntu for dual boot?

  1. #1
    Join Date
    Jan 2009
    Posts
    91

    Windows & over Ubuntu for dual boot?

    Hey guys!
    I have been using ubuntu Linux since a long time, say 2 years. I've downloaded the Windows 7 beta from microsoft from a long time to but didn't get the time to try it. The time is now so is that possible to Install windows 7 above ubuntu without geting my ubuntu eaten up? Help guys! I seriously want to try windows 7... I have read many reviews and this version of windows has carried me away... This is the first windows version i'm impressed with... Looks like KDE Please help guys!

  2. #2
    Join Date
    Jan 2009
    Posts
    710

    Re: Windows & over Ubuntu for dual boot?

    Hey there!
    I am not sure but whenever you dual boot Windows with Linux, Windows is the first OS which must be installed followed by Linux... But i'm not 100% sure... wait till someone else replies to this post...!! All the best...!

  3. #3
    Join Date
    Mar 2009
    Posts
    599

    Re: Windows & over Ubuntu for dual boot?

    Hey there!
    I've heard its possible but i don't know how to do it...! It has something to do with the boot loaders configurations... Try googling for a while, you might get some useful tips! If you find it out yourself do post here...!
    All the best...!

  4. #4
    Join Date
    May 2008
    Posts
    4,085

    Re: Windows & over Ubuntu for dual boot?

    Hey guys!
    This is possible and for real... As smirnoff said... all the game is about the boot loaders... Well follow the steps:
    Install Windows 7 in a seperate partition
    This will eat up your Grub boot loader which is used by Ubuntu linux
    Not boot from Ubuntu's live CD and just boot don't install it
    Once the desktop appears, open terminal and type the following codes :
    Code:
    sudo grub
    grub> find /boot/grub/stage1
    That bring you to your Ubuntu partition in the form of (hdX,Y), now use this code:
    Code:
    grub> root (hdX,Y)
    grub> setup (hd0)
    grub> quit
    That has re-installed grub but you will no longer see windows 7 boot option, don't worry
    Boot Ubuntu from hard disk open terminal from and type :
    Code:
    sudo gedit /boot/grub/menu.lst
    A text file will be opened and at the bottom add these lines:
    Code:
    title windows 7 beta (Loader)
    root (hd0,1)
    savedefault
    makeactive
    chainloader +1

Similar Threads

  1. Replies: 6
    Last Post: 05-02-2011, 08:21 PM
  2. Dual boot issues with windows & Ubuntu
    By Doshi1 in forum Operating Systems
    Replies: 4
    Last Post: 25-04-2010, 03:31 AM
  3. dual boot ubuntu and windows 7
    By Tomthegreat in forum Operating Systems
    Replies: 10
    Last Post: 09-10-2009, 06:24 PM
  4. Dual Boot Windows 7 and Ubuntu 9.04 without bootloader
    By Patinux in forum Operating Systems
    Replies: 3
    Last Post: 01-09-2009, 12:18 AM
  5. How to dual boot Windows XP with Ubuntu already installed
    By Terrextre in forum Operating Systems
    Replies: 2
    Last Post: 03-11-2008, 06:20 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,549,649.97034 seconds with 17 queries