Created
September 21, 2015 11:38
-
-
Save hSATAC/99bf00ea75443d3b4a15 to your computer and use it in GitHub Desktop.
Fix unable to mount boot
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... | |
| 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