Grab two USB drives, flash Aurora on USB 1, install it to USB 2. Now you have a persistent, portable OS. If the USB drives are USB 3.0, they won't be slow.
Linux
Welcome to c/linux!
Welcome to our thriving Linux community! Whether you're a seasoned Linux enthusiast or just starting your journey, we're excited to have you here. Explore, learn, and collaborate with like-minded individuals who share a passion for open-source software and the endless possibilities it offers. Together, let's dive into the world of Linux and embrace the power of freedom, customization, and innovation. Enjoy your stay and feel free to join the vibrant discussions that await you!
Rules:
-
Stay on topic: Posts and discussions should be related to Linux, open source software, and related technologies.
-
Be respectful: Treat fellow community members with respect and courtesy.
-
Quality over quantity: Share informative and thought-provoking content.
-
No spam or self-promotion: Avoid excessive self-promotion or spamming.
-
No NSFW adult content
-
Follow general lemmy guidelines.
You know you can just install a distro to a usb stick like any other harddrive. Why the need to run it entirely in ram?
The only things that come to mind are anonymity and performance on very old hardware.
Fedora has a kernel parameter that makes it run in RAM. You just need to add rd.live.ram=1
to the kernel line in GRUB.
There are three solutions to this problem :
- Ditch Linux Mint and go distrohopping (though not recommended)
- Install Fedora in a VM then through it, install fedora persistent on a usb stick (easiest, but I don't know if fedora supports HDR)
- Put archlinux live on a usb then reformat the usb and install a bootable arch distribution on it. (Hardest, but most functional)
Install KDE on Mint and select it at login
Since Mint 22 is based on Ubuntu 24.04, I'm pretty sure it only has access to KDE 5.7 in apt, not 6, so I still won't be able to use HDR.
I was immediately thinking about Suse Studio, but that service has radically changed since I last used it back in 2009/2010
Could you use Kodi?
I am not sure if your usecase can be fulfilled with dristrobox
, it may be worth to try
What you could do is set up a chroot jail and use debootstrap to create a bootstrap system. Then put the sources.list for Debian Sid and run apt install kde-plasma-desktop
Mount /proc and /dev in the chroot jail.
Then go to a text terminal (alt-f3) and stop your login manager service.
Chroot into your debian sid chroot and start the x server with start (I think)
These steps might not work but it's kind of a roadmap of how i would do it.