Skip to content

Instantly share code, notes, and snippets.

@lucagervasi
Last active May 6, 2022 18:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lucagervasi/2d0ad028303869f6256f7644fbbdb5d6 to your computer and use it in GitHub Desktop.
Save lucagervasi/2d0ad028303869f6256f7644fbbdb5d6 to your computer and use it in GitHub Desktop.
Archlinux installation on chuwi
Boot
Rotate screen
echo 1 > /sys/class/graphics/fbcon/rotate_all
Wifi setup
iwctl --passphrase <psk> station wlan0 connect <essid>
NTP
timedatectl set-ntp true
Disk Partitioning
sfdisk /dev/mmcblk1
pacman -Sy boot efibootmgr
grub-install --target=x86_64-efi --efi-directory=/boot --bootloader-id=GRUB
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment