## 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)
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
# 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!!