From 81dd2eface1a29fc636f12d6a2c15ee27843c8b3 Mon Sep 17 00:00:00 2001 From: eliot Date: Sat, 3 Feb 2018 14:08:30 +0100 Subject: [PATCH] Added GRUB instructions --- guider.mdwn | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/guider.mdwn b/guider.mdwn index ae7455c..068ee5f 100644 --- a/guider.mdwn +++ b/guider.mdwn @@ -1,4 +1,15 @@ #[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 @@ -28,10 +39,13 @@ #####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 -- 2.39.2