Skip to content

Instantly share code, notes, and snippets.

@pushcx
Created March 23, 2020 12:07
Show Gist options
  • Select an option

  • Save pushcx/469d018dfd1345aea94df72456043d5b to your computer and use it in GitHub Desktop.

Select an option

Save pushcx/469d018dfd1345aea94df72456043d5b to your computer and use it in GitHub Desktop.
notes for unbreaking arch
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