Questions tagged [bios]

The BIOS is built into the PC, and is the first code run by a PC when powered on. The primary function is to load and start an operating system.

The fundamental purposes of the BIOS in modern PCs are to initialize and test the system hardware components, and to load a boot loader or an operating system from a mass memory device. The BIOS additionally provides an abstraction layer for the hardware, i.e., a consistent way for application programs and operating systems to interact with the keyboard, display, and other input/output (I/O) devices.

Most BIOS implementations are specifically designed to work with a particular computer or motherboard model, by interfacing with various devices that make up the complementary system chipset. Originally, BIOS firmware was stored in a ROM chip on the PC motherboard; in modern computer systems, the BIOS contents are stored on flash memory so it can be rewritten without removing the chip from the motherboard. This allows easy updates to the BIOS firmware so new features can be added or bugs can be fixed, but it also creates a possibility for the computer to become infected with BIOS rootkits.

322 questions
0
votes
0 answers

BIOS/OS reporting different memory to dmidecode

I have a SuperMicro server in production with 8x 16GB dual rank DDR3 ECC registered sticks installed (128GB). Had a bunch of ECC errors on one stick one day that caused issues for a few minutes plus the odd one every now and then on a different…
0
votes
2 answers

Supermicro won't boot from RAID virtual drive after a power outage

One of our Supermicro servers won't boot from the virtual drive on a MegaRAID SAS 9361-8i after a power outage. It can still boot from a USB stick without trouble, all hard drives and file systems seem to be intact. The correct drive is not shown as…
frogsicle
  • 11
  • 3
0
votes
1 answer

How to change BootOption bios settings with redfish?

I'm trying to change the NIC a server boots from using the redfish module in python. The server is a supermicro board: Firmware Version 01.00.17 Firmware Build Time 09/02/2021 Redfish Version 1.8.0 BIOS Firmware Version …
0
votes
1 answer

Does configuring BIOS really solve ESXi CPU Contention?

There's alert coming up on our server saying CPU Contention even if we already isolate that VMguest from another high CPU consuming VMguest: Alert Definition Name: Virtual Machine on a host with BIOS power management not set to OS controlled is…
0
votes
1 answer

Did I brick this X9DRH board?

Tl;DR: Previously-working Supermicro server suddenly has no video output (either from previously-working onboard VGA port or GPU), no iKVM, no output on UART or Serial-over-LAN. IPMI device suddenly cannot detect any of the (previously-working)…
chiashurb
  • 1
  • 1
0
votes
1 answer

Modify BIOS configuration on several computers

I have quite a few computers that I need to modify some parameters on the BIOS (American Megatrends v.5.12). Is there a way to save this configuration (to a pendrive, for example) and load that on the other computers? or maybe even modifying via…
user
  • 1
  • 1
0
votes
0 answers

RAID 5 Data Recovery (Missing Partition)

I really need help. I am running an XCP-NG server, with an LSI MegaRAID 9260-8i card installed. I have a RAID 5 virtual disk with one partition on said disk that takes up all the space. That partition is now mysteriously gone. Here is what I had…
james
  • 113
  • 5
0
votes
2 answers

HP - BIOS - Invalid Opcode Exception

I have an HP DL360 Gen9. It is running Windows Server 2019, but after I restarted it, I'm not able to boot again after "Loading System Firmware Modules - Complete" it just dies with an "Invalid Opcode Exception" ass can be seen below. ("Loading…
0
votes
1 answer

Way to enter the BIOS of linux server

I have a Centos 7.9 VPS up and running. I wanted to enter into BIOS, but I wonder if there is any specific key to enter into it. I wanted to enable the vt-d inside the BIOS. My server has Intel CPU which has vt-d support. Thanks.
0
votes
2 answers

Hyper-V on Dell PowerEdge T-105

I am not a hardware expert and am seeking help from them. I bought a Dell PowerEdge T105 server to run a Hyper-V setup for my Dev work. I did not want the OS from them as I already have the OS. So when I configured it on Dell's website I chose it…
iamkris
0
votes
1 answer

Dell PowerEdge bios update failure. Error finding file: update.xml

So I downlaoded the latest BIOS for a Dell PowerEdge server. Attempting to update using the EXE fails. The error from the GUI states to restart the server. Restarted but still failed. I found the log file and see that it states: << PACKAGE LOG >>Y…
IT_User
  • 210
  • 1
  • 3
  • 22
0
votes
0 answers

Quanta BIOS update clarifications

This may seem like stupid questions to some but I am very fearful of updating my BIOS after bricking a motherboard once. Please bear with me. I purchased a Quanta D51B-2U that came with an older BIOS that does not support V4 CPUs. I have managed to…
Joshua
  • 11
  • 5
0
votes
2 answers

Resetting the TPM module on my motherboard?

I've got a TPM set up on a motherboard, but the motherboard has now been swapped, and the HDD is still the same. Would like to basically reset everything to factory defaults, but the HDD is encrypted and I can't seem to reset the TPM. No matter what…
Rail24
  • 111
  • 1
  • 3
0
votes
1 answer

Unable to get access IMPI / BIOS / Intel Xeon Gen2 compatibility issue?

I've bought new( not used ) SuperMicro MBD-X11DPI and x2 - Intel Xeon Silver 4210R OEM Micron [MTA72ASS8G72PSZ-2S6E1] 64Gb Samsung [M393A8G40MB2-CTD] 64Gb When I'm booting, 10 different combinations of 2xCPU and different RAM modules give me…
0
votes
0 answers

Enable VT-X and VT-D in the bios for a PowerEdge r910. Ubuntu Server Bionic

I am trying to enable VT-X and VT-D on a PowerEdge r910. I have set "Virtualization Enabled"in the bios settings and also "SR_IOV Global Enable". I still get the following on the Ubuntu Server deployment (18.04 Bionic): ubuntu@moral-sponge:~$ sudo…