Author Topic: Can I triple boot my PC?  (Read 1609 times)

0 Members and 1 Guest are viewing this topic.

Offline MikeKTopic starter

  • Super Contributor
  • ***
  • Posts: 1314
  • Country: us
Can I triple boot my PC?
« on: July 29, 2022, 01:11:13 am »
I just got a used PC with Windows 10 on it.  It has a hard drive large enough for anything I'll ever do.  I know I can dual-boot it with Linux, which I have done on another PC...but I'd like this machine to have Win10, Win7, and Linux.  Is this doable?
 

Online Ed.Kloonk

  • Super Contributor
  • ***
  • Posts: 4000
  • Country: au
  • Cat video aficionado
Re: Can I triple boot my PC?
« Reply #1 on: July 29, 2022, 01:15:09 am »
Yes, it's doable. Why you need different versions of windows isn't explained.

For ease though, consider running just one OS on bare metal and the rest of them in a virtual machine.
iratus parum formica
 

Offline msuffidy

  • Regular Contributor
  • *
  • Posts: 242
  • Country: ca
Re: Can I triple boot my PC?
« Reply #2 on: July 29, 2022, 05:10:42 am »
Somewhere along the lines you have to install a bootlaoder with a menu, but that is not that hard. I use grub. In a lot of cases the first sector of any partition is passed to the cpu and it loads that partition once you get to that point.
 

Offline MikeKTopic starter

  • Super Contributor
  • ***
  • Posts: 1314
  • Country: us
Re: Can I triple boot my PC?
« Reply #3 on: July 29, 2022, 11:56:44 am »
I do have grub on my other machine.  I wasn't sure of the steps to get three OS's installed, though...if I had to install Win7 first or not.  I only have Win10 on the machine right now and I planned to install Ubuntu next.  I just wasn't sure if I could then install Win7 after that and at what stage to have the three partitions setup.
 

Offline Zenith

  • Frequent Contributor
  • **
  • Posts: 470
  • Country: england
Re: Can I triple boot my PC?
« Reply #4 on: July 29, 2022, 07:45:46 pm »
You can do it and there are tutorials on the WWW, such as

https://linuxconfig.org/booting-a-ms-windows-os-using-grub

I can't see why it shouldn't apply to a second Windows system.

I used to have Linux/MS dual boot systems on the same HDD years ago and I found it ended as a PITA. Better to have them on different HDDs and choose the boot drive through the BIOS, I found. However, I'm sure things have improved since then and you want to use the same HDD.

Ed.Kloonk's suggestion of having virtual machines is good one, but there are a few things you can't do with a VM.
 

Online SiliconWizard

  • Super Contributor
  • ***
  • Posts: 14445
  • Country: fr
Re: Can I triple boot my PC?
« Reply #5 on: July 29, 2022, 07:54:50 pm »
Never installed Win 10 so no experience with that, but I do with Win 7.

Install Windows *first*, that's easier, because the Windows install will just replace your bootloader. If you ever have to *reinstall* or even "repair" Windows later on, you will have to manually reinstall Grub (or whatever bootloader you chose.) But at least, install Windows first when installing for the first time, otherwise you'll have to uselessly install your bootloader twice.

In any case, keep a Linux live CD handy. You may need to chroot if anything goes wrong.
 

Offline james_s

  • Super Contributor
  • ***
  • Posts: 21611
  • Country: us
Re: Can I triple boot my PC?
« Reply #6 on: July 29, 2022, 07:55:34 pm »
You do have to be careful, some OS's don't play well with others. The most foolproof way of doing this is to install a hot swap SATA bay and pop in a different boot drive to change OS's. These days I generally use VMs though in most cases.
 

Offline Zenith

  • Frequent Contributor
  • **
  • Posts: 470
  • Country: england
Re: Can I triple boot my PC?
« Reply #7 on: July 29, 2022, 08:01:00 pm »
You do have to be careful, some OS's don't play well with others.
In the past I found that when an MS system was installed, it would just overwrite anything else. Maybe things have improved.
 

Offline Messtechniker

  • Frequent Contributor
  • **
  • Posts: 781
  • Country: de
  • Old analog audio hand - No voodoo.
Re: Can I triple boot my PC?
« Reply #8 on: July 29, 2022, 08:21:48 pm »
You do have to be careful, some OS's don't play well with others. The most foolproof way of doing this is to install a hot swap SATA bay and pop in a different boot drive to change OS's.

I do this all the time. Saves a lot of hassle. I have separate SSDs for
W11, W10, W7, XP, Ubuntu (all equipped with VNC) and Open Media Vault 6.
Chrome OS will be next. As easy as pie. :-+
Agilent 34465A, Siglent SDG 2042X, Hameg HMO1022, R&S HMC 8043, Peaktech 2025A, Voltcraft VC 940, M-Audio Audiophile 192, R&S Psophometer UPGR, 3 Transistor Testers, DL4JAL Transistor Curve Tracer, UT622E LCR meter
 

Offline djsb

  • Frequent Contributor
  • **
  • Posts: 890
  • Country: gb
Re: Can I triple boot my PC?
« Reply #9 on: July 29, 2022, 08:29:57 pm »
I would create separate partitions on one hard drive for each operating system (install Windows first and then Linux) or, if using more than one hard drive, install both windows on one hard drive and then Linux on a separate drive. The advantage of installing everything on one drive is that Linux can be used to back up a windows partition (this may also work with separate physical drives as well-I've not tried that). You could use a boot manager like this one

https://sourceforge.net/projects/grub2win/

Or just use Grub when you install Linux. The Linux installer should detect that Windows is installed.

I've only got Mint and Windows 10 on my current PC, so not sure how it would work with 2 windows versions.
« Last Edit: July 29, 2022, 08:34:29 pm by djsb »
David
Hertfordshire,UK
University Electronics Technician, London PIC,CCS C,Arduino,Kicad, Altium Designer,LPKF S103,S62 Operator, Electronics instructor. Give a man a fish and you feed him for a day. Teach a man to fish and you feed him for a lifetime. Credited Kicad French to English translator.
 

Offline langwadt

  • Super Contributor
  • ***
  • Posts: 4414
  • Country: dk
Re: Can I triple boot my PC?
« Reply #10 on: July 29, 2022, 08:32:42 pm »
if you are running win10 anyway, WSL run pretty damn nice
 

Offline Bicurico

  • Super Contributor
  • ***
  • Posts: 1712
  • Country: pt
    • VMA's Satellite Blog
Re: Can I triple boot my PC?
« Reply #11 on: July 29, 2022, 08:56:31 pm »
At one time I had Windows, Linux and Mac OS X installed.
I would switch with Grub.
It worked but generally I disliked it. Also, it was a PITA to get rid of Grub when I decided to just have Windows.
Nowadays I run Linux on a VM or directly inside Windows. I do have a VM for Mac OS X but that never gets used, as I have an iMac and MacBook, too, by now.

Offline MikeKTopic starter

  • Super Contributor
  • ***
  • Posts: 1314
  • Country: us
Re: Can I triple boot my PC?
« Reply #12 on: July 29, 2022, 11:11:37 pm »
Win10 was already installed.  I just now shrunk the volume and installed Ubuntu.  So I currently have a dual-boot.  Question is...How do I now add Win7?
 

Offline msuffidy

  • Regular Contributor
  • *
  • Posts: 242
  • Country: ca
Re: Can I triple boot my PC?
« Reply #13 on: July 30, 2022, 01:08:38 am »
Personally I have wnidows 10 and fedora core 34 partitions. The linux puts on the grub bootloader. What works form me is

edit /etc/sysconifg/grub for options

grub2-mkconfig >/boot/grub2/grub.cfg (will detect the other os and make menu items)

and for example

grub2-install /dev/sda whatever the drive is that you want bootable and is in the bios

Also from time to time I had to
dracut --force to update the initrd which is not relevant to bootloading but has to do with modules needed at startup.  I moded that to set the nvidia add on driver to modeset so you get  a graphical console and startup. And you can specifiy hi res console modes with vga= in the kernel line in sysconfig.

« Last Edit: July 30, 2022, 01:12:23 am by msuffidy »
 

Offline teisharosingdpj29

  • Newbie
  • !
  • Posts: 2
  • Country: fr
Re: Can I triple boot my PC?
« Reply #14 on: August 22, 2022, 06:24:53 pm »
yeah, you can
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf