this post was submitted on 22 Dec 2023
439 points (93.6% liked)
linuxmemes
21263 readers
1138 users here now
Hint: :q!
Sister communities:
- LemmyMemes: Memes
- LemmyShitpost: Anything and everything goes.
- RISA: Star Trek memes and shitposts
Community rules (click to expand)
1. Follow the site-wide rules
- Instance-wide TOS: https://legal.lemmy.world/tos/
- Lemmy code of conduct: https://join-lemmy.org/docs/code_of_conduct.html
2. Be civil
- Understand the difference between a joke and an insult.
- Do not harrass or attack members of the community for any reason.
- Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
- Bigotry will not be tolerated.
- These rules are somewhat loosened when the subject is a public figure. Still, do not attack their person or incite harrassment.
3. Post Linux-related content
- Including Unix and BSD.
- Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of
sudo
in Windows. - No porn. Even if you watch it on a Linux machine.
4. No recent reposts
- Everybody uses Arch btw, can't quit Vim, and wants to interject for a moment. You can stop now.
Please report posts and comments that break these rules!
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
"from scratch"
It's like a page worth of instructions you can follow verbatim excluding bootloader and network. If you watch one video of someone doing it to fill those gaps there is nothing to it.
Source: I watched Kai Hendry speed install arch, bookmarked the video and all my machines are now arch "from scratch" in 10 minutes or less of actual keyboard time.
Mental Outlaw also has the great guide explaining the install step-by-step in a great detail
except he doesn't talk about the difference in bootloader installation for uefi
Touche
I think calling it "a page worth" is understating it somewhat, especially if you want a full install to actually use stuff. In reality, when installing at first, you'll be finding stuff you missed for a while, like hardware video decoding.
Also, are you referring to just the direct instructions for one choice? Because to me, the point of installing manually is educating yourself on the choices, choosing one that suits you, and understanding what you're doing to set it up. Of course, when you're doing subsequent installs, you already know that stuff - but at that point you might just want to write an install script instead of running them manually.
I think it depends what you want out of it.
The arch install from the ISO is a layered process. You can always add more, but a bootable install is not much over a page away. I do like to pick what's best for me, but that's not a prerequisite for first install. Do it, take notes, refine, and repeat.
I don't have an installer or anything, but I have pretty comprehensive notes of what I like (bootctl vs grub, network-manager vs systemd-networkd and friends, and so on). But to have a system that boots and optionally has a desktop environment of your choosing is not exactly a Rubik's cube of difficulty.
I don't remember the channel anymore, but there's one guy constantly updating various setups. Like Arch with encryption, Arch with BTRFS, etc. I started with one of those videos and wrote my own step by step guide. Now I'm just following my own guide whenever I install Arch.
I wouldn't dare do that. If my own guide becomes outdated I'd have wasted time and effort. But to each their own. 👍