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
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