#[WIP]
+##GRUB
+####Boot manually
+For some setups the default GRUB script does not work. Either try updating the grub.cfg or boot manually (below).
+
+ Open commandline in GRUB
+ cryptomount -a #decrypt all HDDs
+ root=lvm/matrix-boot #default boot partition, or use `ls` to list HDDs
+ linux=/vmlinuz #! choose the newest file, press TAB to list them !
+ initrd=/initrd #! choose the newest file, press TAB to list them !
+ boot
+
##Libreboot
#####Running machine (Debian Stretch)
-* 1x 6276 CPU
-* 2x 16GB 1600Mhz Reg-ECC *MT36JSF2G72PZ-1G6E1LG (HP: 672612-081)* [max 32GB/CPU!](https://www.coreboot.org/Board:asus/kgpe-d16/known_bad_configs)
-* Nvidia GTX 660, Nouveau drivers but crashes when playing videos. Probably my fault however.
-* For software config and settings see: https://github.com/Eliot-Roxbergh/dotFIles/
+1x 6276 CPU
+
+2x 16GB 1600Mhz Reg-ECC *MT36JSF2G72PZ-1G6E1LG (HP: 672612-081)* [max 32GB/CPU!](https://www.coreboot.org/Board:asus/kgpe-d16/known_bad_configs)
+
+Nvidia GTX 660, Nouveau drivers but crashes when playing videos. Probably my fault however.
+
+For software config and settings see: https://github.com/Eliot-Roxbergh/dotFIles/
TODO improve GRUB config