Skip to content

Instantly share code, notes, and snippets.

@msikma
Last active June 25, 2017 03:36
Show Gist options
  • Save msikma/e6a912c6d91adda263c3c44dae426ef7 to your computer and use it in GitHub Desktop.
Save msikma/e6a912c6d91adda263c3c44dae426ef7 to your computer and use it in GitHub Desktop.
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.
@msikma
Copy link
Author

msikma commented Jun 25, 2017

2017-06-25 12 31 40

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment