updated notes about ga-g41m-es2l
parent
646f1c836d
commit
a3b2135f69
|
@ -44,7 +44,7 @@ P*: Partially works with blobs
|
||||||
|
|
||||||
| ***Payloads supported*** | |
|
| ***Payloads supported*** | |
|
||||||
|---------------------------|-------|
|
|---------------------------|-------|
|
||||||
| **GNU GRUB** | Works |
|
| **GNU GRUB** | Slow! |
|
||||||
| **SeaBIOS** | Works |
|
| **SeaBIOS** | Works |
|
||||||
| **SeaBIOS with GNU GRUB** | Works |
|
| **SeaBIOS with GNU GRUB** | Works |
|
||||||
</div>
|
</div>
|
||||||
|
@ -52,27 +52,9 @@ This is a desktop board using intel hardware (circa \~2009, ICH7
|
||||||
southbridge, similar performance-wise to the ThinkPad X200. It can make
|
southbridge, similar performance-wise to the ThinkPad X200. It can make
|
||||||
for quite a nifty desktop. Powered by libreboot.
|
for quite a nifty desktop. Powered by libreboot.
|
||||||
|
|
||||||
NOTE: As of January 4th, 2021, video initialization is broken on this machine.
|
As of Libreboot release 20221214, only SeaBIOS payload is provided in ROMs
|
||||||
It is advisable to use Libreboot 20160907, for the time being. You can build a
|
for this board. According to user reports, they work quite well. GRUB was
|
||||||
ROM image from libreboot, and extract the CPU microcode updates to then insert in
|
always buggy on this board, so it was removed from lbmk.
|
||||||
the Libreboot 20160907 ROM image, like so (using cbfstool):
|
|
||||||
|
|
||||||
cbfstool libreboot.rom extract -n cpu_microcode_blob.bin -f cpu_microcode_blob.bin
|
|
||||||
cbfstool libreboot.rom add -n cpu_microcode_blob.bin -f cpu_microcode_blob.bin -t microcode
|
|
||||||
|
|
||||||
With this, you will then have a Libreboot ROM image, but with improved stability
|
|
||||||
due to microcode updates. The code in coreboot that checks for this file, in
|
|
||||||
CBFS, is present in every Libreboot release; Libreboot merely excludes the blob
|
|
||||||
itself, but does not delete the code for loading it. The Libreboot 20160907
|
|
||||||
release is reliable, on this board (but has a few issues, for example the PCI
|
|
||||||
express slots don't work).
|
|
||||||
|
|
||||||
The advice above is only useful for the onboard graphics chipset (the Intel
|
|
||||||
one). If you're using an add-on graphics card (PCI express), you can simply
|
|
||||||
use libreboot, and it will work. If you're doing *that*, please use one of the
|
|
||||||
ROM images with the *SeaBIOS* payload, booting in text mode. SeaBIOS will
|
|
||||||
automatically execute the option ROM on your graphics card, implementing VBE
|
|
||||||
(Video BIOS extension).
|
|
||||||
|
|
||||||
IDE on the board is untested, but it might be possible to use a SATA HDD
|
IDE on the board is untested, but it might be possible to use a SATA HDD
|
||||||
using an IDE SATA adapter. The SATA ports do work, but it's IDE emulation. The
|
using an IDE SATA adapter. The SATA ports do work, but it's IDE emulation. The
|
||||||
|
@ -114,4 +96,4 @@ Kingston 8 GiB Kit KVR800D2N6/8G with Elpida Chips E2108ABSE-8G-E
|
||||||
this is a 2x4GB setup and these work quite well, according to a user on IRC.
|
this is a 2x4GB setup and these work quite well, according to a user on IRC.
|
||||||
|
|
||||||
Many other modules will probably work just fine, but raminit is very picky on
|
Many other modules will probably work just fine, but raminit is very picky on
|
||||||
this board.
|
this board. Your mileage *will* fluctuate, wildly.
|
||||||
|
|
|
@ -71,10 +71,10 @@ SeaBIOS payload is enabled, on this board.
|
||||||
No lbmk changes were done for this, because the ROMs were simply excluded
|
No lbmk changes were done for this, because the ROMs were simply excluded
|
||||||
in the previous release, but this board was not deleted from lbmk.
|
in the previous release, but this board was not deleted from lbmk.
|
||||||
|
|
||||||
This board is known to be problematic in general, so don't expect flawless
|
**UPDATE ON 20 December 2022: per many user reports, these ROMs work very
|
||||||
operation. Issues like slow boot, unreliable raminit, video issues, etc.
|
well. GA-G41M-ES2L support is therefore stable, for all intents and purposes.
|
||||||
Only ATA emulation is supported, on the SATA connectors (no AHCI) so don't
|
This section of the release announcement previously alluding to issues, but
|
||||||
expect to make a nice RAID10 SSD virtual server host or something like that.
|
those speculations were premature, based on limited prior testing.**
|
||||||
|
|
||||||
New boards, ARM
|
New boards, ARM
|
||||||
----------
|
----------
|
||||||
|
|
Loading…
Reference in New Issue