From: eliot Date: Sat, 18 Sep 2021 17:01:09 +0000 (+0200) Subject: (no commit message) X-Git-Url: https://git.g-eek.se/?a=commitdiff_plain;h=c9fe63c29c97874d170f12c4937d3533fc3a579a;p=inbyggd-frihet-wiki.git --- diff --git a/guider.mdwn b/guider.mdwn index 005b676..042c233 100644 --- a/guider.mdwn +++ b/guider.mdwn @@ -33,8 +33,10 @@ But since [Libreboot 20210522](https://libreboot.org/news/libreboot20210522.html ## GRUB + +For some setups the default GRUB script does not work. Either try updating the grub.cfg to boot automatically or boot manually each time. + ### Boot manually -For some setups the default GRUB script does not work. Either try updating the grub.cfg (next section) or boot manually (below). #Open commandline in GRUB cryptomount -a #decrypt all HDDs (can also specify disk manually) @@ -44,7 +46,7 @@ For some setups the default GRUB script does not work. Either try updating the g boot ### Boot automatically -Add the below to the preferred boot option, in grub.cfg, for automatic boot. It is recommended to test any configuration with grubtest.cfg, before changing the main config grub.cfg +Add the below to the preferred boot option, in grub.cfg, for automatic boot. It is recommended to test any configuration with grubtest.cfg, before changing the main config grub.cfg. This can then be flashed internally as described in later section. menuentry 'Boot to regular encrypted OS [x]' --hotkey='x' { #Simple setup to boot from encrypted boot partition @@ -100,7 +102,7 @@ Note these tools are built and ready [at](https://www.mirrorservice.org/sites/li # Required.. If you use new ROM or haven't set MAC address before, this needs to be done! # These instructions I took from Libreboot flash instructions - #(used ich9gen from Libreboot util archive) + # (used ich9gen from Libreboot util archive) #mv my.rom resources/utilities/ich9deblob/my.rom #cd resources/utilities/ich9deblob/ #./ich9gen --macaddress "00:DE:AD:BE:EF:00" # SET A UNIQUE MAC ADDRESS HERE!!