<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://tech.uvoo.io/index.php?action=history&amp;feed=atom&amp;title=Flashrom</id>
	<title>Flashrom - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://tech.uvoo.io/index.php?action=history&amp;feed=atom&amp;title=Flashrom"/>
	<link rel="alternate" type="text/html" href="https://tech.uvoo.io/index.php?title=Flashrom&amp;action=history"/>
	<updated>2026-04-24T14:25:27Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.2</generator>
	<entry>
		<id>https://tech.uvoo.io/index.php?title=Flashrom&amp;diff=5344&amp;oldid=prev</id>
		<title>Busk: Created page with &quot;Flashrom Bios Update Linux ``` Updating the BIOS using flashrom is an advanced process and should be done with caution, as it involves directly flashing the firmware. flashrom...&quot;</title>
		<link rel="alternate" type="text/html" href="https://tech.uvoo.io/index.php?title=Flashrom&amp;diff=5344&amp;oldid=prev"/>
		<updated>2024-08-11T15:24:16Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;Flashrom Bios Update Linux ``` Updating the BIOS using flashrom is an advanced process and should be done with caution, as it involves directly flashing the firmware. flashrom...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Flashrom Bios Update Linux&lt;br /&gt;
```&lt;br /&gt;
Updating the BIOS using flashrom is an advanced process and should be done with caution, as it involves directly flashing the firmware. flashrom is a utility that can be used to read, write, verify, and erase BIOS/firmware chips. It supports a wide range of motherboards, chipsets, and firmware, including American Megatrends Inc. (AMI) BIOS.&lt;br /&gt;
&lt;br /&gt;
Here’s a step-by-step guide to updating the BIOS using flashrom:&lt;br /&gt;
&lt;br /&gt;
1. Install flashrom&lt;br /&gt;
First, you need to install flashrom on your Ubuntu system:&lt;br /&gt;
&lt;br /&gt;
bash&lt;br /&gt;
Copy code&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get install flashrom&lt;br /&gt;
2. Identify the BIOS Chip&lt;br /&gt;
Before proceeding, you should identify the BIOS chip to ensure that it’s supported by flashrom:&lt;br /&gt;
&lt;br /&gt;
bash&lt;br /&gt;
Copy code&lt;br /&gt;
sudo flashrom --programmer internal --flash-name&lt;br /&gt;
This command will detect and display information about your BIOS chip.&lt;br /&gt;
&lt;br /&gt;
3. Backup Your Current BIOS&lt;br /&gt;
Before flashing a new BIOS, it's crucial to create a backup of your current BIOS:&lt;br /&gt;
&lt;br /&gt;
bash&lt;br /&gt;
Copy code&lt;br /&gt;
sudo flashrom --programmer internal --read backup_bios.bin&lt;br /&gt;
This will create a file named backup_bios.bin containing the current BIOS. Keep this file safe in case you need to restore your BIOS.&lt;br /&gt;
&lt;br /&gt;
4. Download the New BIOS&lt;br /&gt;
Download the new BIOS file from the motherboard or system manufacturer's website. Make sure the file is in a format compatible with your system, typically .bin, .rom, or similar.&lt;br /&gt;
&lt;br /&gt;
5. Flash the New BIOS&lt;br /&gt;
Use flashrom to write the new BIOS to the chip. Replace new_bios.bin with the actual BIOS file you downloaded:&lt;br /&gt;
&lt;br /&gt;
bash&lt;br /&gt;
Copy code&lt;br /&gt;
sudo flashrom --programmer internal --write new_bios.bin&lt;br /&gt;
flashrom will write the new BIOS to the chip and verify it.&lt;br /&gt;
&lt;br /&gt;
6. Verify the Flash&lt;br /&gt;
flashrom usually verifies the flash automatically, but you can also do it manually:&lt;br /&gt;
&lt;br /&gt;
bash&lt;br /&gt;
Copy code&lt;br /&gt;
sudo flashrom --programmer internal --verify new_bios.bin&lt;br /&gt;
This ensures that the BIOS was written correctly.&lt;br /&gt;
&lt;br /&gt;
7. Reboot Your System&lt;br /&gt;
After successfully flashing the BIOS, reboot your system to apply the changes:&lt;br /&gt;
&lt;br /&gt;
bash&lt;br /&gt;
Copy code&lt;br /&gt;
sudo reboot&lt;br /&gt;
Additional Considerations&lt;br /&gt;
Risk: Flashing the BIOS using flashrom can be risky, especially if the wrong file is used or the process is interrupted. Make sure you understand the process fully before proceeding.&lt;br /&gt;
Supported Hardware: Check the flashrom documentation to ensure that your motherboard and BIOS chip are supported.&lt;br /&gt;
Alternative Methods: If your system provides an official BIOS update tool (through a bootable USB, manufacturer’s software, or BIOS menu), it’s generally safer to use that method.&lt;br /&gt;
Custom Logo in BIOS&lt;br /&gt;
If you're referring to embedding a custom logo in the BIOS:&lt;br /&gt;
&lt;br /&gt;
Modify the BIOS: Modifying the BIOS to include a custom logo is complex and involves using BIOS modding tools specific to your motherboard (like AMI's AMIBCP or UEFITool).&lt;br /&gt;
Legal and Warranty Considerations: Modifying the BIOS to include a custom logo may void warranties or violate terms of use. Proceed with caution and ensure you have the right to make such modifications.&lt;br /&gt;
Using flashrom is powerful but should only be done by users familiar with BIOS flashing processes. If unsure, consider using official tools or consulting with an expert.&lt;br /&gt;
```&lt;/div&gt;</summary>
		<author><name>Busk</name></author>
	</entry>
</feed>