aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Zinoviev <me@ch1p.io>2019-11-05 21:43:32 +0300
committerEvgeny Zinoviev <me@ch1p.io>2019-11-05 21:43:32 +0300
commit2c305b417dd4c13148f2b4dadfb4046858e56b3b (patch)
tree6511ca994d61fd2bbf3e2378edcbfc9819af1bed
parent6217b19a4d85b0bc9d1d5dd1a50bd78a49b671a5 (diff)
add info about backups
-rw-r--r--README.md20
1 files changed, 19 insertions, 1 deletions
diff --git a/README.md b/README.md
index 96206af..451dc75 100644
--- a/README.md
+++ b/README.md
@@ -7,11 +7,13 @@ This document describes known methods of flashing BIOS on xx20 and xx30 series o
- [Requirements](#requirements)
- [BIOS versions](#bios-versions)
- [Downgrading BIOS](#downgrading-bios)
+ - [Creating a backup](#creating-a-backup)
- [Examining and removing protections](#examining-and-removing-protections)
- [Theory](#theory)
- [Practice](#practice)
- [SandyBridge series (X220, T420, etc.): WIP](#sandybridge-series-x220-t420-etc-wip)
- [Troubleshooting](#troubleshooting)
+ - [Flashing the backup back](#flashing-the-backup-back)
- [Credits](#credits)
# IvyBridge series (X230, T430, etc.)
@@ -39,7 +41,7 @@ Below is a list of BIOS versions that are vulnerable enough for our goals, per m
**T530**: 2.60<br>
**W530**: 2.58
-If your BIOS version is equal or lower, skip to the **[Examining and removing protections](#examining-and-removing-protections)** section. If not, go through the downgrade process, described next.
+If your BIOS version is equal or lower, skip to the **[Creating a backup](#creating-a-backup)** section. If not, go through the downgrade process, described next.
## Downgrading BIOS
@@ -109,6 +111,15 @@ Boot from the USB drive (press F12 to select boot device), and BIOS flashing pro
It may reboot a couple of times in the process. Do not interrupt it.
+## Creating a backup
+
+You should create a backup of the `bios` region. Then, in case something goes wrong, you'll be able to just flash it back externally.
+
+The `me` region is locked, so an attempt to create a full backup will end with a `Transaction error!`. But you still can back up the `bios`:
+```
+sudo flashrom -p internal -r bios_backup.rom --ifd -i bios
+```
+
## Examining and removing protections
### Preparations
@@ -321,6 +332,13 @@ Currenly there are no known methods to unlock PRs on these devices internally, b
# Troubleshooting
If something doesn't work, please let me know by creating an issue, or ask me on #coreboot.
+## Flashing the backup back
+If you have created a backup and need to flash it back, do this:
+```
+sudo flashrom -p <YOUR_PROGRAMMER> -w bios_backup.rom --ifd -i bios
+```
+**Caution:** DO NOT flash the whole backup, because it has `FF`s instead of `fd` and `me` and it will brick your device. Use `--ifd -i bios`.
+
# Credits
**Rafal Wojtczuk** and **Corey Kallenberg** for discovering the vulnerability