from Hacker News

Is there any way to install multiple Linux distributions on single system?

by bqc on 8/21/24, 6:48 PM with 4 comments

  • by pwg on 8/21/24, 6:51 PM

    Yes:

    At least two ways:

    1) install into separate disk partitions, setup boot loader to allow you to select a given one at boot time.

    2) install one on the system as the main install, install VirtualBox into the main install. Create, and install into, as many virtual machines as you like.

  • by OhMeadhbh on 8/21/24, 6:49 PM

    Sure. Multi-boot and have Grub decide which one to launch at boot time.