Last active
May 6, 2022 18:05
-
-
Save lucagervasi/2d0ad028303869f6256f7644fbbdb5d6 to your computer and use it in GitHub Desktop.
Archlinux installation on chuwi
This file contains hidden or 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.
Learn more about bidirectional Unicode characters
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