Unofficial (Simplified) Libreboot Documentation
  • Home
  • Building from source/
  • External SPI flashing/
  • Freedom in Libreboot/
  • Maintainance manual/
  • Operating systems/
  • Payloads/
  • Releases/
  • Targets/
    • ARM Chromebooks/
    • Emulation/
    • Other/
    • X86/
      • AMD pitfalls
      • Boards/
        • Acer G43T-AM3
        • ASUS KCMA-D8 Desktop/Workstation
        • ASUS KFSN4-DRE Server/Workstation
        • ASUS KGPE-D16 Server/Workstation
        • Dell Latitude flashing
        • Dell Latitude thermal throttling
        • Dell OptiPlex 3050 Micro
        • Dell OptiPlex 7010/9010 MT
        • Dell OptiPlex 7010/9010 SFF
        • Dell OptiPlex 7020/9020 SFF/MT, and XE2 MT/SFF
        • Dell OptiPlex 780 MT/USFF
        • Dell Precision T1650
        • Gigabyte GA-G41M-ES2L Desktop
        • HP Compaq Elite 8300 USDT
        • HP Elite 8200 SFF/MT and 6200 Pro Business
        • HP EliteBook 2170p
        • HP EliteBook 2560p
        • HP EliteBook 2570p
        • HP EliteBook 820 G2
        • HP EliteBook 8460p
        • HP EliteBook 8470p
        • HP EliteBook 8560w
        • HP EliteBook Folio 9470m
        • Intel D510MO/D410PT
        • Intel D945GCLF Desktop
        • MacBook 1,1 and 2,1
        • ThinkPad R400
        • ThinkPad T400 external flashing
        • ThinkPad T420 external flashing
        • ThinkPad T440p external flashing
        • ThinkPad T480/T480s
        • ThinkPad T500 external flashing
        • ThinkPad T60 recovery guide
        • ThinkPad W541/W540 external flashing
        • ThinkPad X200 first-time flashing
        • ThinkPad X220/X220T
        • ThinkPad X230/X230T external flashing
        • ThinkPad X60 recovery
        • ThinkPad X60 Tablet recovery
        • ThinkPad X60/X60T/T60 internal flashing
      • Changing the MAC address
      • Disabling /dev/mem protections
      • Disabling Intel Boot Guard on MEv11
      • EC firmware updates
      • Generic internal flashing
      • Insert vendor files
      • Intel pitfalls
      • Ivybridge internal flashing
      • Microcode
      • nvmutil import
      • nvmutil manual
  • UNCATEGORIZED/
Site license: GFDL v1.3 with disclaimer

ASUS KFSN4-DRE Server/Workstation

![ASUS KFSN4-DRE]()
Specifications
Manufacturer ASUS
Name KFSN4-DRE
Released 2007
Chipset nVIDIA nForce Professional 2200
CPU AMD Opteron 2000 series (Barcelona Family)
Graphics XGI Z9s VGA Controller
Display None.
Memory 512MB, 1GB, 2GB, 4GB
Architecture x86_64
Original boot firmware AMIBIOS
Intel ME/AMD PSP Not present.
Flash chip PLCC 1MiB (Upgradable to 2MiB)
W+: Works without vendor firmware; 
N: Doesn't work; 
W*: Works with vendor firmware; 
U: Untested; 
P+: Partially works; 
P*: Partially works with vendor firmware
Features
Internal flashing with original boot firmware W+
Display -
Audio W+
RAM Init W+
External output W+
Display brightness -
Payloads supported
GRUB Partially works
SeaBIOS Partially works
SeaBIOS with GRUB Partially works

This board uses LPC flash in a PLCC32 socket. This coreboot page shows an example of the push pin as a proof of concept.

This is a server board using AMD hardware (Fam10h). It can also be used for building a high-powered workstation. Powered by libreboot.

Flashing instructions can be found at ../install/#flashprog

Form factor

These boards use the SSI EEB 3.61 form factor; make sure that your case supports this. This form factor is similar to E-ATX in that the size is identical, but the position of the screws are different.

Flash chips

These boards use LPC flash (not SPI), in a PLCC socket. The default flash size 1MiB (8Mbits), and can be upgraded to 2MiB (16Mbits). SST49LF080A is the default that the board uses. SST49LF016C is an example of a 2MiB (16Mbits) chip, which might work. It is believed that 2MiB (16Mbits) is the maximum size available for the flash chip.

DO NOT hot-swap the chip with your bare hands. Use a PLCC chip extractor. These can be found online.

Native graphics initialization

Native graphics initialization exists (XGI Z9s) for this board. Framebuffer- and text-mode both work. A serial port is also available.

Memory

DDR2 533/667 Registered ECC. 16 slots. Total capacity up to 64GiB.

Hex-core CPUs

PCB revision 1.05G is the latest version of this board and the best one (the revision number is be printed on the board), if you want to use dual hex-core CPUs (Opteron 2400/8400 series), though only two board configurations are believed to support them. Other revisions are believed to only support dual quad-core CPUs.

To be sure your board supports a CPU, check the official ASUS website. Note: not all CPUs are listed.

If you are running a Hex-Core CPU on any board version, please contact us.

Board configurations

There are 7 different configurations of this board: “standard”, 2S, iKVM, iKVM/IST, SAS, SAS/iKVM and SAS/iKVM/IST.

The 2S boards have two PCI-E slots with the numbers of lanes shared, making each slot have 8 lanes.

The iKVM boards are so called because they offer a remote real-time access to the machine through a removable PCI management card, their hardware is the same as the non-iKVM ones.

The SAS versions have a 4-port SAS controller and a four 7-pin SAS connectors instead of the PCI-E 8x slot which is present in all the other board configurations. Note: the SAS functionality is not supported by libreboot.

The IST versions with PCB revision 1.05G are the ones who are believed to support the six core Opteron Istanbul processors (2400 and 8400 series).

Current issues

  • There seems to be a 30 second bootblock delay (observed by tpearson); the system otherwise boots and works as expected. See text/kfsn4-dre/bootlog.txt - this uses the ‘simple’ bootblock, while tpearson uses the ’normal’ bootblock, which tpearson suspects may be a possible cause. This person says that they will look into it. This config doesn’t have the issue.

  • Text-mode is jittery and it may not be usable, so it’s recommended to flash the BIOS with the coreboot frame-buffer image (kfsn4-dre_corebootfb.rom). The jitter disappears if using KMS once the kernel starts, but it will remain, if booting the kernel in text-mode.

  • Booting from USB mass storage devices is not possible; neither GRUB nor SeaBIOS detect USB drives when present. USB keyboards function under both GRUB and SeaBIOS, albeit slowly under GRUB (several seconds per character typed).

  • To install an operating system you will need a hard disk with a pre-installed OS otherwise you have to plug in another hard disk or a CD/DVD reader in order to boot a copy of the installer of your OS, since the USB booting doesn’t work.

Other information

specifications