Results 1 to 6 of 6

Thread: Help! Install Vista+XP+Ubuntu?

  1. #1
    Join Date
    May 2008
    Beans
    2

    Question Help! Install Vista+XP+Ubuntu?

    Hello, I need some help.

    I wish to install Windows Vista, Windows XP, and Ubuntu all on the same hard drive and have them all boot from GRUB.

    I have an Acer Recovery CD with Windows Vista, a Windows XP Installation disk, and an Ubuntu Live CD. I can wipe my entire HD and start from scratch if needed.

    I am fairly new with Linux, so I will need thourogh instructions. I thank anyone who will help me, it will be greatly apreciated.

  2. #2
    Join Date
    Feb 2008
    Location
    US
    Beans
    2,782
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Help! Install Vista+XP+Ubuntu?

    well ubuntu unlike the two windows OSes is smart enough to detect other operating systems and to put them into grub for you. What I would recommend is that you install vista and then xp in any order. You should tell them to take just part of the harddrive(xp 20GB, vista 40GB) These numbers are very approximate. It depends on your drive space and how much you will use each OS. Then install ubuntu and tell it to use all the remaining space. It will auto configure grub and you should be all set.
    Desktop: Q6600 OC: 343 x 9, 4 GB RAM, 8600 GTS Twinview (22",17"), 1.5 TB RAID 5
    Laptop: Lenovo T61 T7300 @ 2 GHz, 2GB RAM, Nvidia 140M Quadro, 160 GB harddrive
    Remember to mark posts as [SOLVED] when your problem is resolved

  3. #3
    Join Date
    May 2008
    Beans
    2

    Re: Help! Install Vista+XP+Ubuntu?

    Ubuntu only saw Vista Last time I attempted this. I need to know how to modify GRUB to show all OS's.

  4. #4
    Join Date
    Mar 2007
    Location
    Here & Now
    Beans
    16,549
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Help! Install Vista+XP+Ubuntu?

    You have to edit /boot/grub/menu.lst:
    gksudo gedit /boot/grub/menu.lst
    The rest depends on your installation.

    Dr. Fernando Duran Dollenz
    Libertad 584
    6824871

  5. #5
    Join Date
    Sep 2006
    Location
    Alexandria
    Beans
    1,202
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Help! Install Vista+XP+Ubuntu?

    You have to edit the menu.lst file and in win-xp section point the to partition that has grub.
    Code:
    gksudo gedit /boot/grub/menu.lst
    change the following section
    Code:
    title		Windows XP
    root		(hd0,2)
    savedefault	
    makeactive	
    chainloader	+1


    to
    Code:
    title		Windows XP
    root		(hd0,0)
    savedefault	
    makeactive	
    chainloader	+1

    because Windows does not install it's boot loader to the partition it is installed on, but normally to the first partition of the first hard disk.

    If it does not work , read this thread
    Linux user #434738 - Ubuntu user #9391
    Be happy .....think of others and thank GOD.

    Kindly mark your thread [SOLVED] if it is done.

  6. #6
    Join Date
    Apr 2008
    Beans
    3,317
    Distro
    Kubuntu 9.10 Karmic Koala

    Re: Help! Install Vista+XP+Ubuntu?

    install vista and then xp in any order
    No. XP should be installed before Vista. XP does not recognize Vista and will overwrite the Visa bootloader.

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
  •