|
发表于 2025-02-05 11:09:14
|
显示全部楼层
Hello there,
Your machine has the latest bios now.
Here are some potential solutions:
Please take out the RAM ,please clean the contacts of the RAM with a rubber. Here is the tutorial https://mega.nz/file/XqZX0TIR#_D ... hBpQ959cg5U3Yw4u1Cc
Please take out one RAM and leave the other one in it to test if the RAM is defective or not.You can also use Memtest software to test the RAM.
Please change another power supply.
To check the UEFI and PI (Platform Initialization) versions from the Ubuntu terminal, you can use the dmidecode command, which extracts hardware information from the BIOS. Here's how you can do it:
Open the Terminal: You can open the terminal by pressing Ctrl + Alt + T or by searching for "Terminal" in the applications menu.
Run the dmidecode Command: Use the following command to extract the BIOS information:
bash
sudo dmidecode -t bios
This command will display detailed information about the BIOS, including the UEFI version and other related details.
Look for UEFI and PI Information: In the output, look for entries related to "BIOS Information" and "UEFI". The UEFI version should be listed there. However, the PI (Platform Initialization) version might not be explicitly listed in the dmidecode output, as it is more related to the firmware implementation rather than a directly exposed value. |
|