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

Building uEFI bootable ISO and USB for Windows 7 deployment

I have been trying to build up a window's 7 and 2k8 EFI deployment ISO or USB. But struggling to to even get an ISO to boot from even VMware Workstation EFI implementation. The problem is there is no clear requirement to what the EFI bootloader is…
Darragh
  • 384
  • 2
  • 6
  • 18
5
votes
4 answers

dell poweredge pcie training error, what to do?

After telling the server to reboot, it is now displaying an “PCle training error: Internal Storage Slot” Then the next line was “System Halted!”. It will not boot. Recently a failed scsi hot swap drive was replaced, but it rebuilt fine and has…
Scott Szretter
  • 1,882
  • 11
  • 43
  • 66
5
votes
2 answers

What is Memory Operating Mode?

I have been given an x64 windows 2003 server, on which I have installed M$ Virtual server 2005 R2. I then created an image that is running Server 2008 R2. It was running very slowly so i did a bit of digging through the event logs and ended up…
5
votes
1 answer

How much physical RAM is "lost" to BIOS/UEFI?

Browsing the linux kernel output dmesg on 6 different systems (4 server, and for the sake of comparison also 2 laptops) I am shocked by the large amount of BIOS/UEFI reserved RAM Three servers systems have this output 3 x server with 128GiB RAM show…
fraleone
  • 171
  • 3
4
votes
1 answer

What are the differenced between SuperMicro console terminal types ANSI, VT100 and VT-UTF8

I tried to find a comparison between various terminal types configurable on SuperMicro console to serial BIOS redirection but I was not able to find any. Can someone make a brief comparison of these? Defaults seems to be ANSI which is likely to be…
sorin
  • 8,016
  • 24
  • 79
  • 103
4
votes
1 answer

Turning off HyperThread by BIOS or kernel?

Is there any performance difference between these disabled HyperThread scenarios? Which is the best, and why? Disable HT in BIOS Use noht kernel parameter The high-optimized parallel applications works slower with enabled…
andras.tim
  • 159
  • 1
  • 6
4
votes
2 answers

Update all firmware on HP DL380 G5 server

I have an old HP DL 380 G5 server I got from work on which I have installed ESXi 6.0. I have a few different guest OSs running on it and am using it for testing several applications. I have increased the RAM on the server to 32 GB and it has been…
Debianuser
  • 421
  • 4
  • 12
  • 29
4
votes
1 answer

Large percentage of identical systems hang on soft reboot

Reaching out for any other ideas after banging my head against this problem for a week. We have approximately 100 identical systems using the AAEON PICO-ITX BT01 motherboard with J1900 Celeron processor. Every system runs on Debian Jessie with…
Dave
  • 41
  • 2
4
votes
1 answer

Esxi hypervisor install: uefi or bios?

I recently bought Dell PowerEdge T430 server and I want to install on it ESXi 6.0. Since VMware now supports UEFI (from version 5.0) I want to ask how to install hypervisor? BIOS UEFI After install, changing bios/uefi settings in um... Bios will…
termil0r
  • 133
  • 2
  • 6
4
votes
1 answer

How to find mainboards that supports Self Encrypting Device (SED) in BIOS?

There should exist mainboards that support Self Encrypting Device (SED) in BIOS, so when connecting a SSD which have SED support, and SED have been enabled in the BIOS, it prompts on bootup for password. Searching for "mainboard sed support ssd…
Jasmine Lognnes
  • 2,520
  • 8
  • 33
  • 51
4
votes
3 answers

HP Proliant Gen8 boot failure after bios upgrade and processor upgrade

We have a HP Proliant DL360P with one Intel Xeon e5-2650, and we was in need to use two Xeon e5-2670 V2, this server by default this G8 did not recognizes the v2 processor, so we found this procedure so we did the BIOS Firmware update to most…
André M. Faria
  • 154
  • 1
  • 1
  • 7
4
votes
2 answers

Dell PowerEdge R720xd stuck in BIOS

I have a Dell PowerEdge R720xd that gets stuck in the BIOS when booting. It successfully gets past the "configuring memory" and "configuring iDRAC" screens, but once it shows the "CPLD version : 103" with the various management engine…
G_P
  • 149
  • 1
  • 1
  • 5
4
votes
1 answer

why ACPI SLIT is disabled by default?

I've found such option on my server: ACPI SLIT Preferences NOTE: This option is available on Gen8 servers with Intel processors. ACPI SLIT (System Locality Information Table) describes the relative access times between processors,memory subsystems,…
Oleg Vazhnev
  • 549
  • 4
  • 13
  • 27
4
votes
6 answers

CPU?: Not responding

I'm attempting to build a system for co-location. I've been running into issues while trying to install CentOS 6.3 System Specs: Motherboard: ASUS m5a99x Process: AMD FX-8120 (8-core Bulldozer) Memory: 2x 4gb G-Skill 2133 running at 1600 I keeps…
James
  • 1,117
  • 3
  • 10
  • 16
4
votes
2 answers

ECC RAM, Background Scrubbing, and IOMMU BIOS Settings

I'm upping the RAM in one of our servers from 2GB to 4GB. Looking around in the BIOS, I see the following settings: DRAM ECC Enable (Enabled) MCA DRAM ECC Logging (Disabled) ECC Chip Kill (Disable) DRAM Scrub Redirect (Disable) DRAM BG Scrub…
Jason Navarrete
  • 353
  • 1
  • 3
  • 7
1 2
3
21 22