summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeah Woods <info@minifree.org>2016-05-16 20:01:06 (EDT)
committer Leah Woods <info@minifree.org>2016-05-16 20:01:06 (EDT)
commit5b4ffed9a02d29e58c4acc13d71459abb3a4559b (patch)
treebe5461b55f08df7487bc890a76e2dd071a3ebad3
parent5ee634955154311be6bb19d0f6b55a9d34516911 (diff)
downloadlibreboot.org-5b4ffed9a02d29e58c4acc13d71459abb3a4559b.zip
libreboot.org-5b4ffed9a02d29e58c4acc13d71459abb3a4559b.tar.gz
libreboot.org-5b4ffed9a02d29e58c4acc13d71459abb3a4559b.tar.bz2
task list: note about SeaBIOS shim for booting GRUB payload (needed for D16/D8)
-rw-r--r--site/download/index.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/site/download/index.php b/site/download/index.php
index 93757c2..3c4b5e0 100644
--- a/site/download/index.php
+++ b/site/download/index.php
@@ -115,6 +115,17 @@
<strong>Becoming part of GNU is a #1 priority for the libreboot project.</strong>
</p>
<p>
+ D16 and D8 doesn't boot with GRUB payload, see
+ <a href="https://ticket.coreboot.org/issues/48">https://ticket.coreboot.org/issues/48</a>
+ - workaround: seabios as main payload, compress grub and put that in cbfs too, configure
+ seabios with 0s delay (no interface) and set it to boot grub from cbfs by default.
+ Some notes, courtesy of tpearson on IRC:<br/>
+ <strong>create a binary file with the single byte value numeric 0 in it, then add it to CBFS as 'etc/show-boot-menu'</strong> for 0s delay.<br/>
+ <strong>compress grub.elf with cbfstool and have seabios load that, or grub-mkstandalone can compress the resulting GRUB image<br/>
+ <strong>Create a text file in CBFS called &quot;bootorder&quot;, contents &quot;/rom@img/grub2&quot;</strong><br/>
+ <strong>Use cbfstool to add the GRUB ELF image as a raw file with name &quot;img/grub2&quot;</strong>
+ </p>
+ <p>
Fix uneven backlight levels when turning brightness down on all thinkpads.
</p>
<p>