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
4
votes
1 answer

Grub 1.99 default?

I have been running into an issue. I have my grub set to run the only OS on power on, and the BIOS to automatically restart the machine if it dies. The issue is that if the machine dies (from say a power failure), when it is powered back on it…
Jess
  • 389
  • 1
  • 6
  • 16
4
votes
2 answers

unattended BIOS configuration for HP server (DL160SE G6)

We are having a big deployment of servers (DL160SE G6) and I need to find a way to configure their BIOS settings without going through the RBSU of each one - It would take too long. I am thinking about making something on a bootable CD or alike - If…
ToastMan
  • 544
  • 4
  • 18
  • 29
3
votes
1 answer

ProLiant Gen8 Microsoft BIOS records 8GB put POST only shows 4GB

I've got a HP Proliant Micro Gen 8 server. I've had it a while with 1 4GB RAM stick installed. I've now installed another 4GB RAM stick, its the same type, except its not an HP genuine stick (presumably this doesn't matter). When you look in the iLO…
Boardy
  • 258
  • 1
  • 4
  • 23
3
votes
1 answer

DL580 G7 not booting / posting

I have two DL580 G7 and I cannot get any of these to boot. What happens is that the internal health LED flashes red and it displays all four CPU-LEDs in amber. There is no post code, exactly nothing at all on the VGA. Just plain black. What I did so…
3
votes
1 answer

Dell UEFI0023: Bios is unable to send the End of POST message to Management Engine because it is not responding

After updating firmware on a Dell PowerEdge R730xd we received the following error message: UEFI0023: BIOS is unable to send the End of POST message to Management Engine because the Management Engine is not responding. Description: The End of…
Greg Bray
  • 5,610
  • 5
  • 36
  • 53
3
votes
2 answers

Shutdown computer with Syslinux - poweroff.c32 & acpioff.c32

Does anyone know how i could shutdown ACPI Bios computer (without APM) using Syslinux ? This is the configuration I am using : LABEL Shutdown MENU LABEL ^Shutdown computer KERNEL /tools/poweroff.c32 TEXT HELP Shutdown the…
Froggiz
  • 3,043
  • 1
  • 19
  • 30
3
votes
1 answer

UEFI iPXE boot into debian results in grub shell

For a bit of context, I'm a sysadmin student, trying to expand my network knowledge since it's not my strongest point. Currently, I'm experimenting with PXE. A few days ago, I set up a few ESXi Virtual Machines, one being a DHCP and TFTP server, and…
kRYOoX
  • 133
  • 1
  • 4
3
votes
0 answers

vPro/iAMT, BIOS does not show up via serial console (SOL)

I've setup our desktop machines with vPro/iAMT 11.0 for SOL (serial console via LAN). It works fine while an OS is running. However when rebooting the POST screen is not visible via SOL and I'm not able to enter BIOS setup. I've tried several BIOS…
rudimeier
  • 250
  • 1
  • 9
3
votes
1 answer

Hardware/BIOS - IBM x3200 m2

When I turn on my machine, the display is not throwing any output to it. The fans are running fine. The LED lights indicate no error, ' Only two LED's are blinking "Mini-BMCheartbeat LED" and "Standby power LED" The article mentions about the…
mightyteja
  • 421
  • 3
  • 13
3
votes
2 answers

Convert From UEFI to Legacy BIOS in Windows Server 2012

We are looking into Azure Site Recovery as a possible BCDR solution, and have encountered a bit of an issue in that Azure doesn't support UEFI firmware when synchronizing VMWare VMs. Is there any way to convert from EFI firmware to Legacy without…
3
votes
1 answer

solaris requested cylinder is beyond range of BIOS geometry

Title says it all. I'm a Windows guy, and a bit out of my element here, but a client has an old Solaris machine hosting a Database. The machine turned off for a yet as unknown reason (probably power failure) and upon turning the machine back on, I…
3
votes
1 answer

How to detect Bios Rootkits on a server mainboard?

I recently read about a talk by Corey Kallenberg and Xeno Kovah given at the CanSecWest-conference which describes how the firmware of a server mainboard can be reprogrammed to include malicious software. This has left me really worried! I'm now…
pefu
  • 679
  • 1
  • 6
  • 24
3
votes
2 answers

Supermicro NICs gone after BIOS update

Just updated the BIOS of two Supermicro 1022G-URFs to R3.5. They've both the mainboard H8DGU-F with two onboard Intel 82576 NICs. One of the two Supermicros doesn't have any visible NICs at all after this BIOS update. They are not even listed in the…
Bart van Kleef
  • 109
  • 1
  • 7
3
votes
2 answers

Get BIOS complete detail from proc filesystem

Does anyone know how can i get the detailed description about bios settings using proc filesystem. I know commands like dmidecode can provide information about bios but they provide very limited information.
pradeepchhetri
  • 2,698
  • 6
  • 37
  • 47
3
votes
2 answers

How do I disable "Processor Power and Utilization Monitoring" on an HP ProLiant server?

I'm tuning my server for low-latency. The HP low-latency guide suggests to disable this option "Processor Power and Utilization Monitoring" because: Disables iLO Processor State Mode Switching and Insight Power Manager Processor Utilization…
Oleg Vazhnev
  • 549
  • 4
  • 13
  • 27