What do you expect from a universal Linux rescue environment?
I’m planning to create a small Linux rescue environment and thought it would be great to hear what users need from this tool before actually building it.
This desire is based on my recent experience.
While playing around with my Bodhi Linux I broke /lib. ![]()
Yeah… it seems to be a pretty bad idea. ![]()
But anyway, I mounted my broken Bodhi installation to Bodhi Live USB, switched to /broken-fs, restored libraries and got everything back to life.
And this whole experience made me think…
Why do not have such a convenient tool to recover our systems?
That’s why I’m planning to build such a recovery tool.
Of course, it should be distro agnostic – meaning that it won’t matter whether you have Ubuntu, Debian, Arch, Fedora, Bodhi, antiX, Gamma Linux or any other Linux distribution installed.
At least for now I’m thinking of the following editions of the tool:
- Core – lightweight, with basic recovery and diagnostics tools.
- AppPack – Core, but with additional disk, hardware, recovery and diagnostics tools.
Some possible features:
- Automatic detection of installed operating systems
- Safe partition mounting and chroot
- Package repair
- Initramfs repair
- Bootloader troubleshooting
- System diagnostics
- Rescue shell
- Disk and hardware diagnostics
- Recovery report generation
GUI-free interface.
I also don’t want to create yet another distro-specific tool. My idea is to create something you can install on USB drive and use when whatever Linux system is installed refuses to work. ![]()
Anyway, my question is:
What was the most annoying Linux recovery problem you have ever met?
Was there any particular tool or feature you needed then?
In other words, maybe it would be better to build a toolkit based on actual recovery problems people faced?