summaryrefslogtreecommitdiffstats
path: root/content/posts/flashing-skulls-bios-thinkpad-x230t.md
diff options
context:
space:
mode:
authorbreadcat2020-07-25 14:28:37 +0100
committerbreadcat2020-07-25 14:28:37 +0100
commit1247795992ca2ea8e387f489e068acb7dd55dbf0 (patch)
tree347b29357969d81a1885fd2ce44b774fd0c49326 /content/posts/flashing-skulls-bios-thinkpad-x230t.md
parentec4d17e3f81dda4472a50a79823f50d800207b83 (diff)
downloadblog.minskio.co.uk-1247795992ca2ea8e387f489e068acb7dd55dbf0.tar.gz
blog.minskio.co.uk-1247795992ca2ea8e387f489e068acb7dd55dbf0.tar.bz2
blog.minskio.co.uk-1247795992ca2ea8e387f489e068acb7dd55dbf0.zip
Update posts to reflect URL changes
Diffstat (limited to 'content/posts/flashing-skulls-bios-thinkpad-x230t.md')
-rw-r--r--content/posts/flashing-skulls-bios-thinkpad-x230t.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/posts/flashing-skulls-bios-thinkpad-x230t.md b/content/posts/flashing-skulls-bios-thinkpad-x230t.md
index 31e2dc5..19982fb 100644
--- a/content/posts/flashing-skulls-bios-thinkpad-x230t.md
+++ b/content/posts/flashing-skulls-bios-thinkpad-x230t.md
@@ -14,7 +14,7 @@ The official word from Lenovo is that you're unable to downgrade your BIOS after
The long winded way I got my BIOS downgraded was to write a bootable FreeDOS installation to my USB stick, using [Rufus](https://rufus.ie/) on Windows. The only files required on top of this is a compatible version of `dosflash.exe` and your BIOS image.
-You can grab a compatible `dosflash.exe` by extracting the binary from the [BIOS upgrade iso](https://pcsupport.lenovo.com/gb/en/products/laptops-and-netbooks/thinkpad-x-series-tablet-laptops/thinkpad-x230-tablet/downloads/ds029683) file using
+You can grab a compatible `dosflash.exe` by extracting the binary from the [BIOS upgrade iso](https://pcsupport.lenovo.com/gb/en/products/laptops-and-netbooks/thinkpad-x-series-tablet-laptops/thinkpad-x230-tablet/downloads/ds029683) file using 7zip.
```
geteltorito -o out.img g2uj15us.iso
mount -t vfat bios.img bios/ -o loop
@@ -41,6 +41,6 @@ Your laptop was likely previously booting in UEFI mode, but the included SeaBIOS
I did plan to look into preparing a [TianoCore](https://www.tianocore.org/) or [YaBits](https://yabits.github.io/) payload to support UEFI, but BIOS works well enough and I don't care enough to compile my own Skulls images.
-And with that, an entry from the [New Years Resolution list](/blog/2020/01/02/2020-new-years-resolutions/) is complete.
+And with that, an entry from the [New Years Resolution list](/2020-new-years-resolutions/) is complete.
<!-- # Cleaning ME -->