Last active
June 25, 2017 03:36
-
-
Save msikma/e6a912c6d91adda263c3c44dae426ef7 to your computer and use it in GitHub Desktop.
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
1. Partition disk, GPT/bios, 1M "boot partition", 500MB ext4 for /boot, 7.5GB ext4 for everything else. sda1/sda2/sda3 | |
2. format /dev/sda2 and /dev/sda3 as ext4 | |
3. mount drives, sda3 as root and sda2 as /boot. | |
4. pacstrap base | |
5. generate fstab | |
6. install grub package, install to /dev/sda | |
7. plus some other minor steps listed in the guide, e.g. setting locale/ntp/hostname... | |
on rebooting, grub loads correctly. However, it can't boot the system. |
Author
msikma
commented
Jun 25, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment