Mar 30, 2021 · Arch installation on a BTRFS root filesystem. This is a cheatsheet with all the instructions to perform an installation of Arch Linux using BTRFS filesystem in /. Please, read the entire document before proceeding because it includes two different approaches. The key is to include /boot directory in the snapshots for root in order to be able to rollback the entire system without any problem it it is needed.
07.10.2020 · Install tmux so that we can keep our session across unstable connections: pacman -Sy tmux If the connection accidentally closes during the installation, simply ssh back to the machine and run: tmux attach Installation. First things first, let’s partition the disk. lsblk mkfs.btrfs -m single -L arch /dev/vda mount -o compress=lzo /dev/vda /mnt
30.03.2021 · Installing Arch Linux. Proceed with the installation according to the official guide. Fstab. After executing genfstab -U /mnt >> /mnt/etc/fstab to generate fstab file using UUIDs for the partitions, I edited fstab in order to remove completely subvolids for example (they are not needed and it makes rollback much more easy) and adding compression to BTRFS mounted …
09.08.2015 · Installing Arch with LUKS and Btrfs (EFI) NOTE: This post has been updated 2017-05-30 to use systemd-boot instead of GRUB. NOTE: This post has been updated 2019-03-08 to skip using LVM since Linux kernel 5.0 allows swap file on Btrfs.
To enable compression when installing Arch to an empty Btrfs partition, use the compress option when mounting the file system: mount -o compress=zstd ...
03.01.2022 · arch-btrfs-install-guide. This is an Arch UEFI installation guide with btrfs and snapper. This guide doesn't contain all the information needed to install Arch. It is meant to be used with the Arch installation guide on the Arch wiki, it only contains the diffrences for installing btrfs and snapper, and some other tips.
05.03.2021 · For installing Arch with btrfs, we need to make 2 minimum partitions. /boot/efi partition (300MB size) / (root) partition. However another essential partiton is the /swap partition. Swap partiton is used as additional RAM if your system runs out of RAM. It is also essential if you want to hibernate or suspend your OS.
28.12.2012 · Arch Linux step-by-step installation on btrfs This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Arch Linux btrfs install. NOTE: Last update to this gist was on Jun 2, 2018. Most of the things here are out of date (e.g consider using zstd for transparent compression instead of lzo), so do your own research as well.
11.01.2021 · CORRECTION: the fsck hook can be left in the hooks, as it does not "corrupt" the btrfs file system, but can be safely removed from btrfs file systems in the ...