]> git.g-eek.se Git - inbyggd-frihet-wiki.git/commitdiff
Added GRUB instructions
authoreliot <eliot@web>
Sat, 3 Feb 2018 13:08:30 +0000 (14:08 +0100)
committerIkiWiki <ikiwiki.info>
Sat, 3 Feb 2018 13:08:30 +0000 (14:08 +0100)
guider.mdwn

index ae7455ca90103edee9734c0633e8a8ba62ee8c9a..068ee5f73c836636dcffabf81d45efef1f47af40 100644 (file)
@@ -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
 
 
 #####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