Skip to content

Instantly share code, notes, and snippets.

@hSATAC
Created September 21, 2015 11:38
Show Gist options
  • Select an option

  • Save hSATAC/99bf00ea75443d3b4a15 to your computer and use it in GitHub Desktop.

Select an option

Save hSATAC/99bf00ea75443d3b4a15 to your computer and use it in GitHub Desktop.
Fix unable to mount boot
# Boot from USB...
mkdir /mnt/arch
cd /mnt/arch
mount -t proc proc proc/
mount -t sysfs sys sys/
mount -o bind /dev dev/
chroot . /bin/bash
mount -a
pacman -S linux
reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment