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
8
votes
4 answers

Dell PowerEdge: powersaving BIOS settings differences

I'm closing in on purchasing a Dell PowerEdge R710 rack server and am curious to know the difference between Dell's power saving bios setting and their performance bios setting. Should I be concerned about choosing the power saving setting? I'll be…
JohnyD
  • 1,614
  • 3
  • 20
  • 29
7
votes
3 answers

GRUB hangs before menu, after a HDD upgrade. How to debug?

I have a problem on a server with 4 x 1 TB drives running Debian wheezy and GRUB 1.99-27+deb7u3. sda and sdb have partitions mirrored using (Linux software) RAID1, including /boot. sdc and sdd have a single partition each, mirroring a LVM physical…
Cedric Knight
  • 1,108
  • 7
  • 20
6
votes
1 answer

When to use X2Apic Mode?

I am setting up a new server (PowerEdge T130) for a small business, running Windows Server Essentials 2016. It will be used as a file server, AV, domain controller and has some SQL databases. I know usage ideally shouldn't be mixed, but it will have…
userSteve
  • 1,573
  • 4
  • 23
  • 33
6
votes
2 answers

Resetting factory defaults - HP Proliant DL360 gen8

I have an HP Proliant DL360 gen8 server that seems to have USB turned off in the BIOS. I would like to enable it again. With the USB turned off, I cannot intervene during POST - the USB keyboard does not work. I have tried to use the virtual…
eskimoroll
  • 63
  • 1
  • 1
  • 4
6
votes
1 answer

How to configure GRUB loader after apt-get upgrade on Ubuntu 12.04

I have a box with Ubuntu 12.04, and just did a apt-get upgrade. I'm presented with a dialogue to update my GRUB bootloader, but with the following message: The GRUB boot loader was previously installed to a disk that is no longer present, or whose…
knutole
  • 243
  • 2
  • 11
6
votes
1 answer

Flashing the BIOS on a DL380 G5 without Windows

This page has installation instructions for an update to the BIOS. Assuming our G5 does not have Windows on it, can someone enlighten me as to how this works? Does it make a bootable USB stick for you to then plug into the G5? It won't try to…
Kev
  • 984
  • 4
  • 23
  • 46
6
votes
3 answers

Broken BIOS detected, complain to your hardware vendor. WTF?

This is what I found in dmesg on my new Fedora 16 instalation on new HP ProLiant DL320 G6 [ 0.130963] Performance Events: PEBS fmt1+, Westmere events, Broken BIOS detected, complain to your hardware vendor. [ 0.130971] [Firmware Bug]:…
B14D3
  • 5,188
  • 15
  • 64
  • 83
6
votes
3 answers

How to disable VGA on new server... reversibly?

Strange question here. I have a server with 1GB of RAM, however when booted this shows as 768MB. I've discovered the reason for it – and that is that it has an unboard graphics card which shares memory with main RAM. Running Ubuntu Server, it…
Javawag
  • 163
  • 1
  • 5
6
votes
6 answers

How would you apply a BIOS update for a Dell M610 blade with VMware ESXi installed?

We've got a Dell M610 blade with VMware ESXi 4 installed and we need to update it's BIOS to the latest version. Unfortunately, Dell only makes available a Windows (.exe) and Linux (.bin) versions of the BIOS update program (as well as a bootable DOS…
Guamaniac
  • 458
  • 1
  • 5
  • 8
5
votes
2 answers

Does any PCIe slot support NVMe SSD's automatically or do I need a specific M.2 slot?

I have been trying to dissect the information I find with googling, but have come to the conclusion that I cannot find with certainty the answer to the following questions: Given you know the basics of your own desktop system, how do I know it…
Abel
  • 1,037
  • 8
  • 20
  • 32
5
votes
2 answers

HP Proliant ml350p g8 not booting after installing new CPUs

Our server: HP Proliant ml350p g8 has a single Xeon e5-2609 1.4Ghz processor. Our manager wanted to update it a little, so we looked at 2x E5-2609V2 processors...we ran it past HP Enterprise chat who said it was compatible. We now have the new CPUs…
Cardona
  • 53
  • 1
  • 5
5
votes
2 answers

SuperMicro server won't boot after power cycle

We power cycled one of our SuperMicro machines and it does not boot anymore. It seems it won't even get to the BIOS loading stage and peripherals (VGA monitor, USB cable) are not detected. All indicators on the chassis itself seem fine (namely the…
paul-g
  • 167
  • 1
  • 1
  • 5
5
votes
2 answers

Best practice on Linux servers and CPU/power throttling?

I am running a couple of Debian 6 (2.6.32) and 7 (3.2) Linux servers and all of them have energy saving settings enabled in their BIOS. Furthermore Linux shows that the CPUs are throttled if the servers are idling. I wonder if this could cause any…
PythonLearner
  • 1,032
  • 2
  • 12
  • 31
5
votes
5 answers

Power Usage via IPMI or BIOS or?

Is it possible to check the power usage of an entire machine via IPMI, BIOS, or any other option? I have done some searching but no results have came up yet. PDUs only show the total usage, so this would be an interesting way of seeing which…
5
votes
8 answers

HP Compaq 8200 Elite SFF won't boot from USB drive

Can't get an HP 8200 Elite Small Form Factor to boot from USB. It's done so in the past & the USB boot drive works in a different machine (HP 8440p laptop). Have tried upgrading BIOS (from 2.09 to 2.15a, then back to 2.14a) with no luck. USB drive…
slag
  • 143
  • 1
  • 2
  • 11
1
2
3
21 22