Post History
Suppose you have two Linux distributions installed in a dual boot situation. One issue that can happen is when you need to frequently switch. Rebooting is disruptive if you have a bunch of things ...
#2: Post edited
- Suppose you have two Linux distributions installed in a dual boot situation.
- One issue that can happen is when you need to frequently switch. Rebooting is disruptive if you have a bunch of things going on. You also can't copy/paste or move things between them in a second. Yes, you can mount the other distro's drive and access its files through a terminal, but that is not as convenient as running its programs.
- Is there a way to run your one of your dual-booted distros from "inside" the other, without having to reboot?
- The closest thing I know is to do a chroot into the other distro, for example. However, this has some issues: GUI programs are tricky
and I'm not sure if the chroot is safe for everyday use.
- Suppose you have two Linux distributions installed in a dual boot situation.
- One issue that can happen is when you need to frequently switch. Rebooting is disruptive if you have a bunch of things going on. You also can't copy/paste or move things between them in a second. Yes, you can mount the other distro's drive and access its files through a terminal, but that is not as convenient as running its programs.
- Is there a way to run your one of your dual-booted distros from "inside" the other, without having to reboot?
- The closest thing I know is to do a chroot into the other distro, for example. However, this has some issues: GUI programs are tricky
- and I'm not sure if the chroot is safe for everyday use.
- I'm not asking for VMs. Part of the goal here is to explore how each distro interacts with my hardware. VMs hide that by creating generic virtual devices.
#1: Initial revision
Dual booting without rebooting
Suppose you have two Linux distributions installed in a dual boot situation. One issue that can happen is when you need to frequently switch. Rebooting is disruptive if you have a bunch of things going on. You also can't copy/paste or move things between them in a second. Yes, you can mount the other distro's drive and access its files through a terminal, but that is not as convenient as running its programs. Is there a way to run your one of your dual-booted distros from "inside" the other, without having to reboot? The closest thing I know is to do a chroot into the other distro, for example. However, this has some issues: GUI programs are tricky and I'm not sure if the chroot is safe for everyday use.