bios
Here are 125 public repositories matching this topic...
On the website and in the documentation it notes that using "CTRL + ENTER" may be needed to clear the BIOS password(s). However, the correct sequence is "CTRL + ENTER + ENTER" while holding CTRL.
For example, I attempted to use a by-serial-number code to unlock with CTRL+ENTER but it did not work. After contacting Dell Support for the master code, I was provided the same code but told to press
Since we include the nvramcui payload (developed as part of the coreboot repo) for doing NVRAM settings, we should be able to point to some docs. It would help to have a list of available settings, see merge/skulls#57
https://www.coreboot.org/Payloads#nvramcui seems outdated and the wiki is being retired anyways.
We could write an nvramcui page for https://doc.coreb
-
Updated
May 4, 2019 - C++
-
Updated
Aug 13, 2019 - Assembly
-
Updated
Jun 5, 2020 - Assembly
-
Updated
May 1, 2020 - C
-
Updated
Jan 26, 2020 - PowerShell
-
Updated
May 23, 2020 - Rich Text Format
-
Updated
May 27, 2020 - Shell
-
Updated
Oct 31, 2018 - Shell
Should be in readme (formatted differently?):
pacman -S mingw-w64-x86_64-python3
For optional stuff:
pacman -S mingw-w64-x86_64-python3-pip
For the screenshot script:
pacman -S mingw-w64-x86_64-python3-pillow
For realtime audio output:
pacman -S mingw-w64-x86_64-portaudio
python3 -m pip install pyaudio
For running:
XBOX=19
-
Updated
Jun 23, 2015 - Assembly
-
Updated
May 16, 2020
-
Updated
Jul 31, 2018 - Assembly
-
Updated
Mar 27, 2018 - Python
Msr unlock guide
HDMI audio out
Improve this page
Add a description, image, and links to the bios topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the bios topic, visit your repo's landing page and select "manage topics."


An attempt to port LinuxBoot to the Dell E7420 mentions that there are no guidelines for which DXE modules are necessary to retain, which can be discarded etc.
We should document that.