Results 1 to 9 of 9

Thread: triple boot

  1. #1
    Join Date
    Jan 2013
    Beans
    10

    triple boot

    I have Windows 7 and now Ubuntu 12.10 on separate drives(ssd and hdd). If I want to add Windows 8 to another ssd on the last SATA 3 port, will the Windows 8 bootmgr overwrite GRUB2? If so, what's my best option to take for a multi-boot?
    Last edited by nervynewman; January 21st, 2013 at 12:18 PM.

  2. #2
    Join Date
    Sep 2008
    Location
    Philadelphia, PA
    Beans
    5,193
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: triple boot

    Quote Originally Posted by nervynewman View Post
    I have Windows 7 and now Ubuntu 12.10 on separate drives(ssd and hdd). If I want to add Windows 8 to another ssd on the last SATA 3 port, will the Windows 8 bootmgr overwrite GRUB2? If so, what's my best option to take for a multi-boot?
    If you areinstalling a new SSD for windows 8 installation then make that SSD first disk to boot in BIOS. Then install the Windows 8 OS. After installation make sure Windows 8 boots properly. Then you can change the disk with GRUB 2 on it back to the first disk to boot in BIOS. Boot into ubuntu and run in terminal
    Code:
    sudo update-grub
    This should add windows 8 to your GRUB list.

    If you fail to change the new SSD to first disk to boot in BIOS then the Windows installer will write it's bootloader to whatever the first disk is in the boot order in BIOS, effectively overwriting what is on the MBR of that disk.

    Or if you aren't confident enough you can always open your case and disconnect the other two disks from the mobo. Install windows 8 and then reattach the other two disks to mobo. Boot into ubuntu and run in terminal
    Code:
    sudo update-grub
    GRUB should detect your windows 8 installation and add it to the list of OSs to boot.
    Last edited by presence1960; January 21st, 2013 at 06:44 PM.
    Multi-boot: Arch linux, Ubuntu 12.04, Windows 7 & Windows 8

  3. #3
    Join Date
    May 2007
    Location
    Virginia, USA
    Beans
    13,377
    Distro
    Ubuntu Mate Development Release

    Re: triple boot

    If the Win8 installer "sees" Win7, it will most likely overwrite the Win7 boot loader files with Win8 files. While this will not remove the ability to boot into Win7, what it will do, when you update grub, is produce a Windows login screen, from which you will then have to select either Win7 or Win8.

    If you want to be able to use GRUB to select either Win7 or Win8 directly, then do NOT have the Win7 "drive" connected when you install Win8. The os_prober will find BOTH OSs when it runs and will then write two entries into the GRUB config file -- one for each OS.
    Ubuntu 20.04, Mint 19.10; MS Win10 Pro.
    Will not respond to PM requests for support -- use the forums.

  4. #4
    Join Date
    Sep 2008
    Location
    Philadelphia, PA
    Beans
    5,193
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: triple boot

    I may be wrong, but I believe if Windows 7 is on a different disk than Windows 8 the windows 8 installer will not combine the boot into one function.

    Either way if the OP removes the windows 7 disk when installing windows 8 he won't have to tell us who is correct!?!?...LOL
    Multi-boot: Arch linux, Ubuntu 12.04, Windows 7 & Windows 8

  5. #5
    Join Date
    Jul 2012
    Location
    USA
    Beans
    358
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: triple boot

    It shouldn't overwrite anything if it is on a separate HDD. You should be brought to a boot screen with a list of selections to pick from. I currently boot from Windows 7, Ubuntu 12.04, Linux Mint and Kubuntu without any problems. Although I did install each and everyone of them while the others were disconnected just to be safe.
    Last edited by Lightning Dragon; January 22nd, 2013 at 02:16 AM.

  6. #6
    Join Date
    Jun 2009
    Location
    SW Forida
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: triple boot

    Windows seems to be a little smarter than grub. Grub always installs to sda, Windows seems to put boot files & MBR in drive that is set as boot drive in BIOS usually sda.

    We have seen several users with Windows 7 installed to sdb, they then install Ubuntu to sda and cannot boot as they overwrote the hidden in Windows 100MBR boot partition on sda. The assumption is that sda was the boot drive in BIOS or the boot partition would have been on sdb.

    So I think the answer is not just where boot flag is but also which drive is set as boot drive in BIOS.

    Again disconnecting drive will guarantee none of us know the correct answer for sure. Unless you would like to install several times.
    UEFI boot install & repair info - Regularly Updated :
    https://ubuntuforums.org/showthread.php?t=2147295
    Please use Thread Tools above first post to change to [Solved] when/if answered completely.

  7. #7
    Join Date
    Sep 2008
    Location
    Philadelphia, PA
    Beans
    5,193
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: triple boot

    Quote Originally Posted by oldfred View Post
    Windows seems to be a little smarter than grub. Grub always installs to sda, Windows seems to put boot files & MBR in drive that is set as boot drive in BIOS usually sda.

    We have seen several users with Windows 7 installed to sdb, they then install Ubuntu to sda and cannot boot as they overwrote the hidden in Windows 100MBR boot partition on sda. The assumption is that sda was the boot drive in BIOS or the boot partition would have been on sdb.

    So I think the answer is not just where boot flag is but also which drive is set as boot drive in BIOS.

    Again disconnecting drive will guarantee none of us know the correct answer for sure. Unless you would like to install several times.
    Nice oldfred. I have had multiple windows installations set up on different hard disks. I have never had the bootloaders combined because as you noted I always set the disk that I am installing windows to as first boot disk in BIOS. Once the install is finished I put the disk with GRUB in MBR as first boot disk, boot into Ubuntu and run sudo update-grub. I then was able to boot each windows install from GRUB directly. Actually I learned this trick from you I believe because you always used to say you keep Windows on one disk and linux on another.
    Multi-boot: Arch linux, Ubuntu 12.04, Windows 7 & Windows 8

  8. #8
    Join Date
    Jun 2009
    Location
    SW Forida
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: triple boot

    @presence1960
    Actually I learned this trick from you I believe because you always used to say you keep Windows on one disk and linux on another.
    Huh?! I have said that but later on?
    I thought I learned all my booting info from you and .meierfra when I first started posting in the forum.
    UEFI boot install & repair info - Regularly Updated :
    https://ubuntuforums.org/showthread.php?t=2147295
    Please use Thread Tools above first post to change to [Solved] when/if answered completely.

  9. #9
    Join Date
    Sep 2008
    Location
    Philadelphia, PA
    Beans
    5,193
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: triple boot

    Quote Originally Posted by oldfred View Post
    @presence1960


    Huh?! I have said that but later on?
    I thought I learned all my booting info from you and .meierfra when I first started posting in the forum.
    Possible. Going back a few years. All I know is you and meierfra are very good company to be in.

    I regret somewhat that I don't currently have the time to be as active in here as I once was. My daughter is now 10 years old. I am a single dad. I work full time and my computer business that I operate from my home has also picked up. So I am very busy. My daughter is very good on computers. She has a desktop I built running a tr-boot of Windows 8, Windows 7 and Ubuntu 12.04. In school for the last 4 years she uses Mac. She has basic knowledge of hardware, better than a lot of adults.

    I hope you are well oldfred. You just brought me back to "the good ole days" in here.
    Last edited by presence1960; January 23rd, 2013 at 02:49 AM.
    Multi-boot: Arch linux, Ubuntu 12.04, Windows 7 & Windows 8

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
  •