Created
March 23, 2020 12:07
-
-
Save pushcx/469d018dfd1345aea94df72456043d5b to your computer and use it in GitHub Desktop.
notes for unbreaking arch
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 from usb | |
| setfont sun12x22 | |
| wifi-menu -o | |
| name: 'home' | |
| password | |
| yes, save | |
| netctl start home | |
| ping google.com | |
| timedatectl set-ntp true | |
| cryptsetup luksOpen /dev/sda5 root | |
| mount /dev/mapper/root /mnt | |
| arch-chroot /mnt | |
| pacman -Syyu | |
| pacman -S linux linux-firmware | |
| ls /lib/modules | |
| sync | |
| cd / | |
| umount /mnt | |
| reboot |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment