this post was submitted on 02 Jul 2023
91 points (98.9% liked)

linuxmemes

20899 readers
804 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
 
all 28 comments
sorted by: hot top controversial new old
[–] gunpachi@lemmy.world 9 points 1 year ago

The fresh feeling of a reinstall lasts for about a week.

[–] animist@lemmy.one 8 points 1 year ago (1 children)

Lol this is still me after 20 years of using linux

[–] GhostsAreShitty@lemmy.world 3 points 1 year ago (1 children)

Right? Decades of Linux use, been a Linux admin for half of it. Still reinstall when I'm not happy with the way things are going. It's just faster.

[–] animist@lemmy.one 2 points 1 year ago

Yeah fedora screwed up TODAY so I'm just reinstalling

And running into issues encrypting my swap so wishing I had just tried to solve the problem :p

[–] arensb@lemmy.world 5 points 1 year ago

Then there's the cloud: "Oh, crap. I have a typo in a config file. I guess I'll destroy the machine and set up a whole new one!"

[–] witx@lemmy.world 2 points 1 year ago

I did this without having my distro broken. It was like "oh shiny, let me try this distro"

[–] GallantTheKnight@lemmy.world 2 points 1 year ago

Being able to easily and freely upgrade, experiment, and reinstall is one of the big perks of Linux. Carry on.

[–] jeansibelius@lemmy.world 2 points 1 year ago

I reinstalled Linux when it crashes, or used Timeshift for years, but at this time I learned totally nothing.

Then I tried Arch manual installation, and it changes my mind.

[–] Pe4rl@lemmy.fmhy.ml 2 points 1 year ago

Reminds me, that I want to "fix" my install.

[–] candle_lighter@lemmy.ml 2 points 11 months ago

Broke my ZorinOS install by trying to upgrade parts of the OS by myself so I could run newer software and lived like that for months until I gave up and switched to Fedora

[–] morain@lemmy.world 1 points 1 year ago

Oh, for the days of constant distro-hopping ...

[–] ivyZorz@vlemmy.net 1 points 1 year ago

I’m on Unraid now and have most of my services migrated to docker containers but on my previous build, I was just running Ubuntu Server a majority of the time.

I got a little scared thinking about all of the manual configuration I’ve done over time to this build and knew that if I needed to reinstall I’d essentially be fucked.

Like what tf is a fstab again?

So I took a few hours to learn Ansible and wrote a playbook that could configure my build nearly 100% in just one click. Changed the game.

If anyone knows of something similar with Unraid configs let me know bc I really did enjoy the ansible process

[–] Dandroid@lemmy.world 1 points 1 year ago

Literally this morning I started getting boot errors. It is telling me WBM can't find the boot file. But I should be booting into grub, so idk what to do. My boot order is Ubuntu, then USB. And that's it. And now I'm out of the house all day and can't do anything but sweat about it.

[–] CIWS-30@kbin.social 1 points 1 year ago

Ah, the Windows approach. The few times I worked with PC Repair shops, backing up everything and reinstalling the OS was the go to for most "repairs". Especially since it was faster and cheaper than just researching all the issues and repairing them the "right" way. Although to be fair, if the OS is borked enough, backup + reinstall IS the right way.

[–] iconic_admin@lemmy.world 1 points 1 year ago

That’s how the pros do it.

[–] UnfortunateShort@lemmy.world 1 points 1 year ago (1 children)

Do a snapshot and roll back. Actually faster and easier.

[–] kinther@lemmy.world 2 points 1 year ago

This was in the long long ago, grasshopper. We did bare metal installations back in the day.

[–] MaliciousKebab@sh.itjust.works 1 points 1 year ago* (last edited 1 year ago)

If you just want to get shit done sure just reinstall and you are good to go, but I see these issues as a learning opportunity and I have tons of free time so I try and fix my system for hours on end. Also it rarely breaks so not much time is wasted.

[–] PCChipsM922U@sh.itjust.works 1 points 1 year ago (1 children)

BTRFS is your friend guys and gals ☺️.

[–] TwiddleTwaddle@lemmy.blahaj.zone 1 points 1 year ago* (last edited 1 year ago) (1 children)

I switched to BTRFS recently, but found myself even more fucked when my system stopped working suddenly and I didn't know how to fix it without reformatting and installing grub again. Actually lost even more than I would have otherwise just because I wasn't knowledgeable enough to get any form of recovery to work. That first EndeavourOS install didn't last 2 months sadly.

[–] PCChipsM922U@sh.itjust.works 1 points 1 year ago

Yep, everyone goes through that the first 2 or 3 installs, until you learn how CoW FSes work. It's not like anything else and it takes a while to master it, but once you learn how to use it, you don't reinstall ever again, just roll back snapshots 😉.

[–] Justas@sh.itjust.works 1 points 1 year ago

have / on one partition and /home on another, when reinstalling, reformat or reuse / and set the other as /home again. Worked very well when I switched from Ubuntu to Manjaro last week when Ubuntu refused to boot up for me for no obvious reason.

[–] emi@lemmy.blahaj.zone 0 points 1 year ago (1 children)

You give that up that strategy and lean into fixing shit when you put the time in to customize the OS and desktop/window manager experience... at that point you should understand your system well enough to make fixing it easier, and you are also afraid of having to redo some of your customization. That being said, you still should make regular system backups, especially if you are tinkering with the OS experience a lot.

[–] dmrzl@programming.dev 0 points 1 year ago (1 children)

If you are afraid of redoing your customizations you are using the wrong distro.

[–] VinesNFluff@pawb.social 1 points 1 year ago

It's not about being afraid.

Customizing takes time and effort, which I'd rather use like.

Doing stuff?

Unless I want to re-customize it to be something else, I'd rather not re-make my entire set-up. I figured out what the relevant files were to how my whole set-up (DE look & behaviour, dotfiles for like fish and nvim) and copied it all to a USB Drive that I just drop onto my home folder whenever I install my OS on a new computer.