Replies: 1 comment 1 reply
|
This sounds interesting. A recovery partition is relatively simple assuming we just hook into grub to allow it to boot. Should we have it as it's own entirely separate immutable partition, or more like a self-extracting disk-image? In terms of cloud recovery, how do you propose this to work? Restoring a complete mint snapshot, or just re-installing all the packages via apt (may not necessarily fix things)? MacOS works by literally downloading the installer and then booting into it (at the EFI layer), which isn't possible since our WiFi drivers are loaded by the kernel. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Recovery Partition
Recently stumbled upon the fact that Pop!_OS comes with a recovery partition (https://system76.com/support/pop-recovery/) which is an entirely separate installation on the system and is an identical copy of the installation
.isoused for installing Pop!_OS, it also has the option to reinstall the system without wiping out user home files.With that discovery an idea I want to propose is for Linux Mint to come with its own recovery partition, this has a couple of benefits in that users won't need to have their own USB stick with Mint on it for repairing (e.g. timeshifting a system from a separate boot), it will also make swap partition management much more easier because it requires the user boot from a separate operating system to edit and resize the partitions (https://mintwiki.org/wiki/RAM_Management#Swap_Partition).
Additionally this will help with troubleshooting any issues that happen on users systems because it is not a rare occurrence when looking at the support threads in forum posts or social media like Discord.
Of course this doesn't mean that Linux Mint has to have this be the default for everyone, it can be an option checked by default asking the user during installation whether they want to setup a recovery partition.
Additionally if the bootloader fails, on UEFI systems you can boot into the recovery partition so there is that advantage too.
Cloud Recovery
On a separate topic, Windows recently added the option to reinstall the system from the cloud (https://learn.microsoft.com/en-us/windows/configuration/cloud-rebuild/), which now makes it where both MacOS and Windows have that option. This has the benefit of making it so that the user does not need to use a bootable USB drive to reinstall their system from scratch if they want to.
Adding this to Linux Mint would be a nice feature although it would prob be best to have the option to change the cloud server location so that users can setup their own cloud server recovery instead of having to rely on only Linux Mint mirrors.
All reactions