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
3 answers

Dell T300: micro code update warning

I picked up a Dell T300 server with an E5345 CPU and BIOS gives me a "Warning! No microcode update loaded for processor 0" I have to hit F1 to continue or F2 to enter setup. Upon continuing everything works fine but it pauses at that point which is…
Matt
  • 141
  • 7
0
votes
1 answer

IBM x3550 BIOS not installed?

Whenever I boot to the Configuration/Setup Utility it always shows "BIOS not installed!", even though my startup screen shows that I'm running the latest 3550 bios (1.17)... Is this something to worry about? Not finding any other errors with it or…
Chris
  • 1
  • 1
0
votes
1 answer

Cannot set MemOpMode or ProcVirtualization with syscfg.exe

When attempting to set MemOpMode or ProcVirtualization with syscfg.exe, I get the following error: C:\Users\EGr>syscfg --MemOpMode=AdvEccMode System Services or CSIOR disabled In the past, I have been told that this can be resolved by forcefully…
EGr
  • 609
  • 4
  • 14
  • 29
0
votes
1 answer

Boot failed, continue to look for media

I have a new server that runs a RAID 1. I've had it off for about a month and I turn it back on and I am getting "boot failed, continue to look for Boot Media" and it just loops. Did my RAID die or something? :( This is an HP ProLiant MicroServer…
Jason
  • 3,931
  • 19
  • 66
  • 107
0
votes
0 answers

Some laptops USB not working on docking station

This is an odd one. I have two laptops (on an estate of 250) which won't recognise the USB ports on the docking station. Have swapped out hardware, and tried the disks in a new chassis and it is down to the disk. So far so normal - must be an OS…
Ben
  • 1,137
  • 9
  • 26
  • 44
0
votes
2 answers

Enabling Hyper-V in HP Z800 BIOS

I should be able to enable Hyper-V for my new HP Z800, but I simply cannot find the switch in BIOS. Does anybody know what they've called it this time?
Justin R.
  • 113
  • 1
  • 7
0
votes
0 answers

Disable "System Memory Testing" via OMSA 6.4.0

Is it possible to disable system memory testing via OMSA 6.4.0? I can only find ways to do it using newer versions of OMSA; and I can't even see the setting in 6.4.0. I have quite a few machines that I want to disable this (BIOS) setting on, but I…
EGr
  • 609
  • 4
  • 14
  • 29
0
votes
1 answer

Wake on Lan (WOL) stopped working

My wake on lan stopped working for no apaprent reason. I installed wireshark and from another machine sent a magic packet to the target computer and I could see the packet was coming through. Nothing in the BIOS changes, so
0
votes
1 answer

Dell PowerEdge 750 BIOS Update Caused Black Screen in Ubuntu 12.04

We've got a stack of Dell PowerEdge 750 servers that our boss bought at auction or something. Anyway, I've been trying to get them in working condition. I installed Ubuntu 10.04 on one and then upgraded to 12.04 (server edition). It was working fine…
The New Guy
  • 111
  • 2
0
votes
1 answer

SCSI Windows Setup on Dell Precision 670 Workstation…please help

Error Windows Setup: "setup did not find any hard disk drives installed in your computer" This is not exactly a programming question but I thought you guys might be able to help. I just received a Dell Precision 670 workstation. Windows is not…
None
0
votes
1 answer

BIOS System Firmware failed

One of my company's servers won't boot. Both CPUs' error LEDs are lit. The iRMC interface shows the following errors: CPU 1 failed CPU 2 failed BIOS System Firmware (BIOS/EFI) failed All other entries are OK. I'm confused because the server ran…
waldrumpus
  • 117
  • 1
  • 9
0
votes
1 answer

Where to get FW/BIOS for Sun Fire X4150

I have been trying to get the lastest software for the X4150. I get to this link http://www.oracle.com/technetwork/systems/patches/firmware/release-history-jsp-138416.html#X4150 but it gets me no where so.. just curious if anyone has ILOM…
fatal0g1c
  • 9
  • 1
0
votes
3 answers

Corrupted characters when in BIOS menu

I'm experiencing hardware problems with one of my machines. Ignoring the rest of the symptoms I was curious about one of them. When I enter the BIOS, random characters are screwed up... as in, replaced by random characters. What kind of hardware…
carrier
  • 292
  • 1
  • 3
  • 7
0
votes
1 answer

Enable Dell PowerEdge 830 withoud CD Rom drive to boot unattended

I removed the cd rom drive from a Dell PowerEdge 830 Now it does not start unattended anymore. It boots normal, then halts at a line that says "strike F1 to continue, F2 to run setup". F1 would work here but that`s not what I want. I searched the…
Alojz Janez
  • 473
  • 2
  • 5
  • 16
0
votes
1 answer

Export BIOS Settings

I'd like to be able to export the BIOS settings for systems with SuperMicro H8SCM-F motherboards. I need to be able to process the results programmatically, so text output is ideal. What sort of tool/utility exists to provide the settings export…
AJ.
  • 332
  • 4
  • 14