mirror of
https://git.savannah.gnu.org/git/gnuboot.git
synced 2025-01-06 08:17:41 +01:00
Denis 'GNUtoo' Carikli
0e3ff8047f
The file adding the news is named gnuboot-december-2023.md instead of gnuboot-0.1-rc1.md as the later is understood as a translation in the '1-rc1' lang. Renaming the file to gnuboot-0.1-rc1.en.md instead makes untitled detect the lang correctly but then it assumes this is a translation and adds a broken link for "English" on the new page. For now the older Libreboot news were kept as this shows the history of the project and since GNU Boot is a continuation of the Libreboot project it makes sense to also keep them. The CSS also needed to be separated from the template because otherwise the generated news page would be incomplete and miss all what comes before the CSS like '<!DOCTYPE html>' for instance. Finally x-reviewed was changed into x-unreviewed because we can't set x-reviewed for the news, so the only way to remove the banner for the individual news is to default to reviewed (and to mark all unreviewed files as such). As for the Untitled patch it is needed to make the news page work. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> Acked-by: Adrien 'neox' Bourmault <neox@gnu.org>
80 lines
3.7 KiB
Markdown
80 lines
3.7 KiB
Markdown
---
|
|
title: Intel D945GCLF desktop board
|
|
x-unreviewed: true
|
|
...
|
|
|
|
If you just want flashing instructions, go to
|
|
[../install/d945gclf.md](../install/d945gclf.md)
|
|
|
|
D945GCLF2D also reported working by a user.
|
|
|
|
Introduction
|
|
============
|
|
|
|
This board is a mini-itx desktop board for 2008. It uses an atom 230,
|
|
which is a singe core CPU but it is hyperthreaded so it appears to have
|
|
2 thread to the OS. The flash chip is very small, 512KiB, so grub2 does
|
|
not fit, which is why libreboot has to use seabios on this target. Full
|
|
disk encryption like on other supported targets will not be possible, so
|
|
plan accordingly.
|
|
|
|
This board has a 945gc chipset which is the desktop equivalent of 945gm
|
|
which can be found in the Lenovo x60/t60 or macbook2,1. This chipset
|
|
features an ICH7 southbridge. It has 1 DIMM slot that can accommodate up
|
|
to 2G of DDR2 RAM.
|
|
|
|
Connectivity-wise it has 1 PCI slot, a 10/100 ethernet port, 4 usb slot
|
|
and 4 usb ports, with one internal header and 2 SATA ports.
|
|
|
|
The D945GCLF2 is an upgraded version of this board. The differences are:
|
|
1 more USB header, 10/100/1000 ethernet and a dual core cpu (also
|
|
hyperthreaded). Since the board is almost identical (and coreboot code
|
|
seem to indicate that it works, since MAX\_CPU=4 is set), it is believed
|
|
that it should also work but this is untested.
|
|
|
|
Remarks about vendor bios:
|
|
--------------------------
|
|
|
|
- Without coreboot/libreboot this board is utery useless, since the
|
|
vendor bios is very bad. It cannot boot from any HDD whether it is
|
|
connected to the SATA port or USB. With libreboot it works just
|
|
fine.
|
|
|
|
- The vendor bios write protects the flash so it requires external
|
|
flashing to install libreboot on this device. Once libreboot is
|
|
flashed there is no problem to update the firmware internally
|
|
|
|
Here is an image of the board:\
|
|
![](/software/gnuboot/web/img/d945gclf/d945gclf.jpg)\
|
|
Here is an image of the D945GCLF2 board:\
|
|
![](/software/gnuboot/web/img/d945gclf/20160923_141521.jpg){width="80%" height="80%"}\
|
|
And SPI SOIC8 flash chip\
|
|
![](/software/gnuboot/web/img/d945gclf/20160923_141550.jpg){width="50%" height="50%"}
|
|
|
|
How to replace thermal paste and fan
|
|
------------------------------------
|
|
|
|
This board comes with very crappy disposable loud fan, that one has no
|
|
bearings, which can not be repaired or oiled properly, do not waste your
|
|
time trying to fix it, just buy one chinese same size fan\
|
|
![](/software/gnuboot/web/img/d945gclf/20160923_141620.jpg){width="50%" height="50%"}
|
|
![](/software/gnuboot/web/img/d945gclf/20160923_141614.jpg){width="50%" height="50%"}\
|
|
Make sure that new one has same wiring\
|
|
![](/software/gnuboot/web/img/d945gclf/20160923_142618.jpg){width="50%" height="50%"}\
|
|
This is a new one, with bearing and maintenable\
|
|
![](/software/gnuboot/web/img/d945gclf/20160923_141738.jpg){width="50%" height="50%"}
|
|
![](/software/gnuboot/web/img/d945gclf/20160923_141814.jpg){width="50%" height="50%"}\
|
|
Now remove the both coolers rotating them a bit, slowly, then clean both
|
|
silicons and both coolers (removing cmos battery first is recommended)\
|
|
![](/software/gnuboot/web/img/d945gclf/20160923_141601.jpg){width="50%" height="50%"}\
|
|
Put a little bit of non conductive thermal paste on both silicons (only
|
|
cpu silicon iis shown on that image)\
|
|
![](/software/gnuboot/web/img/d945gclf/20160923_142031.jpg){width="50%" height="50%"}\
|
|
|
|
Before assembling new fan, some need new longer screws, make sure having
|
|
these (on the left is original one, too short for new fan)\
|
|
![](/software/gnuboot/web/img/d945gclf/20160923_141659.jpg){width="50%" height="50%"}\
|
|
After that, assemble your new fan into CPU cooler\
|
|
![](/software/gnuboot/web/img/d945gclf/20160923_141635.jpg){width="50%" height="50%"}\
|
|
Finally assemle both coolers on both chips, do not forget put in the CPU
|
|
fan connector back, and you are done.
|