this post was submitted on 15 Nov 2024
207 points (94.0% liked)

Technology

59392 readers
2712 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
 

Why are distro communities turning linux more and more into Windows and Mac OS clones?

This is why I use Arch.

you are viewing a single comment's thread
view the rest of the comments
[–] AkatsukiLevi@lemmy.world 6 points 1 day ago (1 children)

After you figure out how to properly partition your disk, you learn how the entire setup is actually quite simple Basically, Mount partitions, pacstrap to install the base system, generate fstab, chroot in, create a unprivileged user and add it to sudo, setup grub, configure internet, exit chroot and unmount, reboot into the newly installed system, configure X11/Wayland to your liking

[–] sugar_in_your_tea@sh.itjust.works 2 points 22 hours ago (1 children)

Installing Arch is a lot easier than fixing a bad Manjaro update. I get that it's intimidating, but it's really quite easy if you can follow instructions, but budget a couple hours your first time because you'll probably second-guess everything. The second time should be more like 30 min.

[–] AkatsukiLevi@lemmy.world 2 points 31 minutes ago (1 children)

'Till you figure out that, on Arch, if you missed/broke anything, you can boot into the Arch USB, mount your root into /mnt, and arch-chroot in to fix whatever is broken

[–] sugar_in_your_tea@sh.itjust.works 1 points 15 minutes ago

Yup, a live image works in a pinch. IMO, just use BTRFS on root and install something like snapper to handle snapshots and you shouldn't need the live USB (unless you bork your bootloader somehow).