Skip to content

Instantly share code, notes, and snippets.

@superjojo140
Created December 13, 2019 20:13
Show Gist options
  • Save superjojo140/53f398c57d4811daa60f977751b5c3cc to your computer and use it in GitHub Desktop.
Save superjojo140/53f398c57d4811daa60f977751b5c3cc to your computer and use it in GitHub Desktop.
Chroot into installed arch linux with arch installer usb stick

Start from Archlinux USB Stick

Load german keyboard layout

$ loadkeys de

Enable Wifi (optional but usefull)

$ wifi-menu

Mount root partition

$ mount -L p_arch /mnt

Chroot in the installed system

$ arch-chroot /mnt/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment