Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 222 Bytes

arch-chroot.md

File metadata and controls

8 lines (7 loc) · 222 Bytes

If you can't boot for any reasons, and need Arch Linux live USB, you can properly mount with

mount $BTRFS /mnt
# mount $BTRFS -o subvol=@/etc /mnt/etc  # if you have a subvol for etc
arch-chroot /mnt
mount -a