Installing Arch Linux on a Laptop
An Arch Linux laptop installation guide featuring Wayland, Plasma 6, full-disk encryption, TPM PIN unlock and Secure Boot prompted debate over how much hand-holding is appropriate in a distro that already has detailed official docs. Commenters praised the guide’s focus on security and hardware specifics (GPU packages, Framework laptops), but raised concerns about third-party how-tos causing confusion, overreliance on AUR helpers, and choices like LVM-on-LUKS versus modern filesystems. The thread broadened into comparisons with other distros (Fedora, Debian, NixOS, EndeavourOS, Manjaro), with many agreeing that Arch’s real strengths are its rolling release model, the AUR, and especially the ArchWiki, which is widely used even outside the Arch ecosystem.
Feedback on the Arch laptop install guide
- Many find the guide useful, especially its concrete coverage of Secure Boot, TPM PIN unlock, UKI, GPU‑specific package lists, and end‑to‑end desktop setup (Wayland, Plasma, Plymouth).
- Some ask for clearer rationales behind non‑default
cryptsetupparameters and PCR choices, noting users could otherwise degrade security or performance. - Several suggest avoiding
yayin a beginner‑oriented install guide or at least not using it for official repo packages;pacmanshould be used there. - Others argue such third‑party install posts can mislead newcomers compared to the official ArchWiki and are often the source of support issues when they age.
ArchWiki, documentation, and “gatekeeping”
- ArchWiki is widely praised as exceptionally good and useful even for other distros.
- Disagreement appears: some see the detailed install docs as intimidating and “gatekeeping”; others see them as thorough, fair, and generally up‑to‑date.
- There’s pushback on claims the wiki is broadly outdated; critics are asked to provide concrete examples and to contribute fixes.
AUR, yay, and package management
- Commenters debate AUR’s design: as a user‑convenience “extra repo” vs. a low‑level collection of build scripts that require scrutiny.
- Some recommend first learning manual
makepkgusage to understand AUR risks, then optionally adding helpers likeyayorparu. - Others find AUR arcane without helpers and view the high friction as an intentional “safety barrier.”
Distro choices and installation approaches
- Several note that once you know the steps, installing Arch manually is routine and somewhat boring;
archinstallis recommended for a simpler, semi‑guided install. - For users wanting an Arch‑like system with a GUI installer, EndeavourOS is favored over Manjaro as closer to “vanilla” Arch.
- Many suggest alternative distros on laptops/framework devices: Fedora (including Silverblue/immutable variants), Debian, openSUSE Tumbleweed, Void, NixOS, AlmaLinux, CachyOS, and others, depending on desired stability vs. freshness and willingness to tinker.
Security: Secure Boot, TPM, and encryption
- One position: full‑disk encryption alone is enough for many; adding TPM+PIN and Secure Boot seems overkill on a single‑user laptop.
- Counter‑position: Secure Boot + UKI + TPM PIN + FDE specifically defends against “evil maid” attacks and balances security with convenience; TPM+PIN is seen as more secure than automatic unsealing and faster than a long passphrase.
Laptop tuning: Wayland, power, and drivers
- Wayland (Plasma 6, Sway) is reported as generally performant and stable, though some still see suspend/resume regressions and missing niceties like session restore.
- Users share optimizations for battery and thermals (e.g.,
powertop,thermald), touchpad gestures (e.g., Fusuma), and fingerprint auth (fprintd). - Nvidia Optimus is said to work “mostly” out of the box now, but some still rely on scripts to switch modes for gaming vs. power saving.
Storage, filesystems, and backups/migration
- The guide’s LVM‑on‑LUKS layout prompts debate: critics argue that filling LVM volumes completely over ext4 complicates later resizing and that modern volume‑managing filesystems (btrfs, ZFS) may be simpler.
- There’s curiosity and caution around manually changing SSD sector sizes; some have been warned software may assume 512‑byte sectors, and performance effects are reported as mixed.
- Multiple people describe long‑lived installations migrated across machines via
rsyncordd; concerns are raised about silently propagating bitrot or malware, with counter‑arguments that user data (/home,/etc) is what truly needs integrity checks and careful backup.