Questions tagged [bios]

The BIOS software is built into the PC, and is the first code run by a PC when powered on ('boot firmware'). The primary function of the BIOS is to load and start an operating system.

The Basic Input/Output System (BIOS), also known as the system BIOS or ROM BIOS ( /ˈbaɪ.oʊs/), is a de facto standard defining a firmware interface.

The BIOS software is built into the PC, and is the first code run by a PC when powered on ('boot firmware'). When the PC starts up, the first job for the BIOS is the power-on self-test, which initializes and identifies system devices such as the CPU, RAM, video display card, keyboard and mouse, hard disk drive, optical disc drive and other hardware. The BIOS then locates boot loader software held on a peripheral device (designated as a 'boot device'), such as a hard disk or a CD/DVD, and loads and executes that software, giving it control of the PC.[2] This process is known as booting, or booting up, which is short for bootstrapping. BIOS software is stored on a non-volatile ROM chip on the motherboard. It is specifically designed to work with each particular model of computer, interfacing with various devices that make up the complementary chipset of the system. In modern computer systems, the BIOS chip's contents can be rewritten without removing it from the motherboard, allowing BIOS software to be upgraded in place.

A BIOS has a user interface (UI), typically a menu system accessed by pressing a certain key on the keyboard when the PC starts. In the BIOS UI, a user can:

  • configure hardware
  • set the system clock
  • enable or disable system components
  • select which devices are eligible to be a potential boot device
  • set various password prompts, such as a password for securing access to the BIOS user interface functions itself and preventing malicious users from booting the system from unauthorized peripheral devices.

http://en.wikipedia.org/wiki/BIOS

916 questions
-2
votes
1 answer

Where is stored in wake alarm Date and Time?

I want to set the system wake time before shutdown the system. I know, The system can be automatically wake at specific time which is set in the RTC wake alarm time and date at BIOS. I want to do the same as by using C#.net code. When I run this…
Viswa
  • 151
  • 1
  • 2
  • 7
-2
votes
2 answers

Why is the line printed only yellow despite changing the value in bl?

bits 32 main: mov ah, 09h mov bh, 0 mov cx, 80 mov bl, 01110000b mov al, ' ' int 10h jmp $ times 512-($-$$) db 0
Deckdyl
  • 103
  • 1
  • 2
  • 12
-3
votes
1 answer

Bios Interrupts in assembly language

How to call interrupt in assembly language using NASM on 32 bit architecture. I try many time but result not desired. On Linux "core dump error" and on Windows nothing happens on CMD. I read some deep that in 32 bit user application are run under…
Umar Draz
  • 21
  • 2
-3
votes
1 answer

What happen if I remove /Dev files

I've removed windows from my PC and about to install Ubuntu from bootable USB. I'd like to reset my PC completely but I found bios setting are still existing. So I googled and found I can reset bios by modprobe nvram dd if=/dev/zero…
-3
votes
1 answer

Could not find virtualization option in Bios setting

Not able to find the virtualization option. Please help.
Jon Andrews
  • 373
  • 2
  • 4
  • 16
-3
votes
1 answer

Can't install ElementaryOS on DELL XPS 15 (9650)

I've just got a new Dell XPS 15 (9650) with Windows 10 on it, but I want to install ElementaryOS (https://elementary.io) as the only OS (so I want to remove Windows). I created a bootable USB with Rufus and set is as default boot option in the BIOS.…
-3
votes
2 answers

POST Card displaying error

The problem is : my computer start, and my screen is black (as always when there is a big problem :D). I already tried to : change my motherboard, change my graphic card, change my power supply, reset CMOS : no success. Would it be the CPU ? :D :D…
secavfr
  • 628
  • 1
  • 9
  • 24
-3
votes
1 answer

change VGA share memory laptop

I have try to change in bios setting but cannot find it my laptop type hp430
-3
votes
2 answers

How does a computer boot up?

I understand that the computer loads the first sector of memory known as BIOS, which runs diagnostics on hardware and the proceeds to load the OS. I guess my question leans towards the hardware side. How does the computer know which memory to boot…
KeatonB
  • 213
  • 2
  • 10
-4
votes
1 answer

Is it possible to make an unwipable software?

So, I have being thinking a software that can outlive a total OS wipe. Is it possible to create a software of this nature?
-4
votes
1 answer

How to get all system/bios information for Windows

I want to know how to get full information about PC and BIOS. I came across this post - https://groups.google.com/forum/#!msg/golang-nuts/pKuFQxAy4P4/62FnqGON1pEJ Code: package main import ( "fmt" "github.com/ochapman/godmi" ) func…
Jack Smith
  • 23
  • 3
-4
votes
2 answers

Change which key opens BIOS during boot

Is it possible to change what key launches the BIOS menu during boot? I am trying to use a netbooter to install a specific OS on my laptop. In order to access the netbooter, I have to press F12 at a specific time during boot. However, on the laptop…
Flopdong
  • 259
  • 1
  • 3
  • 15
-4
votes
1 answer

Multiple screen view on laptop display

First I dont know wheather this is right place to ask such question. My laptop displays multiple screen on booting. I googled about this but I am unable to find the solution. came across this type of dysfunction on many laptops screen. I cant…
chetan
  • 953
  • 3
  • 12
  • 20
-4
votes
1 answer

How to enable virtualization in bios windows 8 using AMD E1-2100 APU G505?

I am using lenovo AMD E1-2100 APU G505. I want to run a Virtual PC . After some googling I got some instruction. Some of the people suggested to change in bios. They suggested to go to Bios-> Security -> System Security -> Enable virtual. But when I…
Priyank Dey
  • 1,104
  • 1
  • 19
  • 43
-5
votes
1 answer

How to access the BIOS - ThinkPad x120e?

I want to access BIOS on my ThinkPad x120e. I have tried to do it several ways like pressing F1 button for couple times, but it doesn't access the BIOS anyway. How can I access the BIOS on ThinkPad x120e? NOTE: I'm using Windows 7 Thanks.
Michael
  • 15,386
  • 36
  • 94
  • 143
1 2 3
60
61