]> git.g-eek.se Git - inbyggd-frihet-wiki.git/commitdiff
(no commit message)
authoreliot <eliot@web>
Sat, 18 Sep 2021 17:01:09 +0000 (19:01 +0200)
committerIkiWiki <ikiwiki.info>
Sat, 18 Sep 2021 17:01:09 +0000 (19:01 +0200)
guider.mdwn

index 005b676e66e46a32a6a91c7c917bdeb6e8a19e88..042c233505c08b956d850cb894cee04af7e6a611 100644 (file)
@@ -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!!