this post was submitted on 16 May 2024
30 points (91.7% liked)
Linux
47948 readers
2145 users here now
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
1. No
2. You'll need to delete your
~/.config
,~/.local
,~/.cache
( and maybe~/.var
, which is your Flatpak app data/cache). Might be best to rename your.config
instead of outright deleting it, just in case you need to restore some old config.3. It's been a while since I used Nobara, but IIRC it only creates the default
@
and@home
subvolumes.4,5. Nobara should have Timeshift installed by default.
Honestly though, since you said that you want something that "just works" for gaming and coding, you should just get Bazzite. Bazzite is an immutable distro and everything is set up to work out-of-the-box. You never have to worry about broken updates again due to atomic updates and image rollbacks. You can directly boot from a previous image from GRUB (no need to restore it first), pin known good images to your GRUB, and even rollback to any previous image via the web (upto 90 days) - all with just a single command. And for coding, you can easily set up a Distrobox container to install all your tools and IDEs etc, it integrates well with the host OS so you won't even notice/care that it's inside a container.
I appreciate the detailed answer. I will doing a manual partitioning, will Nobara still create the subvolumes for me. I wanted to emphasize on that since I'm not sure. I'll take a look at Bazzite some time for sure. Also, create idea on renaming the .config folder. I do have so many things I do want to restart over on. Is that all? Will that remove all the traces of arch?
Making the subvolumes in Calameres is literally a matter of putting @ in the name of the partition. That's it. Lol
There will be some other minor dot files in your /home which you might want to review, like
.bashrc
,.bash_profile
,.profile
etc. These should be mostly harmless, but if you don't recall customising them, then yeah free to nuke all the dot files. Also be aware that some programs also leave their configs outside the.config
folder, like Firefox might have a.mozilla
folder, GTK programs might create a.themes
folder, vim has.vim
. So you might want to review and delete these as well, if you want a clean config.As for the last step - just before you boot into your new distro, you might to get rid of the Arch/Endeavour entries from your ESP/UEFI. Run
efibootmgr
to see your current UEFI boot entries, then nuke the entries usingefibootmgr --delete-bootnum -b #
.And to get rid of the GRUB configs, delete your
<ESP>/EFI/grub
folder. I'm guessing your /boot is on your root partition? If not then you'll also need to delete/boot/grub
.Now when you install your next distro, you should get a nice and clean GRUB install.
Nobara is not installing on EFI, it only wants bios. It takes me to a grub rescue menu after I install and reboot. Installed on bios and followed the same steps I did on efi and it booted just fine. On bios, Calameres gives me an option to choose where to install grub, but it doesn't have that option on efi. So I'm now having to install on non efi