There is nothing better out there, trust me, I’ve searched. I would love to use something open source, but short of me writing it myself, there is no better solution at the moment… well, at least not for my needs.
Exactly. I have tried them all before and it is a lot of work and that’s why I opted for this one click solution. Sure, it’s not open source, but I’ve been using it for years, it’s never done something malicious. I’ve also done some RCE on it, and I came to the conclusion that this thing is most probably legit and has no malicious intents.
Have been using it for a while, does nothing malicios, plus I’ve done some RCE on it, as far as I’m aware, there is no malicious code in it.
And I would love to know how I can stop automatic updates in Windows with a config file… cuz… you know, Windows never uses the registry for those kinds of things.
Agreed… here, it’s about family, being together, chatting, laughing, just having a good time in general. Sure, there are discounts, but most people use those to just buy some new appliances (in most cases, replace broken ones).
OK, then here’s what you do. Wipe the NVME, install your main OS on it. Boot to it, it should read the SATA drive. Mount it, copy whatever you need from it to the NVME drive. Then wipe the SATA drive (dd or any other program of your choice). Install your second OS on the SATA drive, but skip installing the bootloader. Reboot, boot to your man OS, set grub to search for other installed OSes on the laptop, update grub. The second OS should appear in grub’s menu.
If the data on the SATA drive is bigger than what the NVME can take, use BTRFS with compression (zstd=10 should do it, after the copy, you can drop the compression to 5 for better performance) on the main OS. It will compress binaries or plain text/document files quite nicely. Media, not so much, but it will cut down a few % off it.
Also, when you update the kernel on the second OS, grub won’t detect that. You have to manually switch to the new kernel, but from the main OS. Also, removing old kernels on the second OS will become more complicated, since there is no bootloader installed for it.