This paper is part of the Esprimo P910 w/ Tesla K80 installation manual serie.
This document provides a guide for creating a bootable FreeDOS USB 64MB drive for BIOS updates and hardware diagnostics. It is specifically tailored for Esprimo P910 E85+ but it can be used as a canvas for every other PC/laptop for which DOS tools are available.
This action is not strictly needed for an once-a-time BIOS update process. It is important for having a long-lasting archive of the bootable FreeDOS image. This archive serves also as a forensic-like record of the exact environment used.
7. Post archiving image deployment (optional)
image="fdos-p910-bios-diag.img"
pigz -dc ${image}.gz > ${image}; losetup -Pf ${image}
[do whatever you like on loop device 1st partition]
losetup -D $(losetup -l | grep ${image} | cut -d' ' -f1)
8. Bootable USB drive usage
WARNING!
It strongly suggested a cold reboot between HW diagnosys and BIOS update.
keyb it - for the italian keyboard
diag.bat - for hardware diagnosys
dosflash.bat - for the bios update
9. Default settings
At the first boot, enter in the BIOS with F2 and reset the setting to its optimal default. It should be considered a best-practice starting from the default settings proposed by the manufacturer to apply our settings changes and note them.
right click menu to 2x-enlarge the image
About AMT settings
Suggestion — when the P910 is newly bought, then enable the password-less unconfiguration of the ATM sub-system which admin is default password, usually.
·NOTICE·
Intel Active Management Technology (AMT) is a hardware-based remote management system that allows IT administrators to monitor, maintain, and repair computers, even when they are powered off or the operating system is unresponsive.
Corner case settings
Suggestion — provide yourself with an headless remotable alternative way to access the BIOS or to the system, as soon as possible.
WARNING!
Selecting IDG as a graphic card and disabling it, makes the system lose the monitor output. Moreover, removing the CMOS battery even for a long time, does not reset the BIOS configuration. To recover from that situation, I blindly tried sequences of ESC, F3, F4 and ENTER key pressing and CTRL-ALT-DEL to reboot.
10. Serial console
Fujitsu Esprimo P910 E85+ is considered a Work Station rather than a PC. The motherboard is an industrial-grade hardware and it is largely adopted for Point-of-Sales machinery or for remote control edge-point for electric systems like shopping mall lighting or fire-fighting systems.
The BIOS allows enabling a serial console redirection which can provide headless access to the BIOS, also. However, it requires an USB serial adapter and a proper configuration. On the client side, sudo minicom -s to configure the serial port. On the server side, as root:
These screenshots above show the BIOS remote access by serial and the iAMT access by HTTP via 16992 port.
right click menu to enlarge (x2) the image
Unfortunately, differently than HP and Lenovo workstations, it seems that Fujitsu workstations do not have any hidden setting that can help supporting the Tesla K80.