Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Post History

60%
+1 −0
Q&A 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 ...

2 answers  ·  posted 5mo ago by matthewsnyder‭  ·  last activity 5mo ago by bgstack15‭

#2: Post edited by user avatar matthewsnyder‭ · 2024-06-17T02:26:33Z (5 months ago)
  • 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 by user avatar matthewsnyder‭ · 2024-06-17T02:25:51Z (5 months ago)
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.