From 569733ea852a24350017bd2ba8e32456700f7165 Mon Sep 17 00:00:00 2001 From: askiiart Date: Sun, 25 May 2025 22:53:37 -0500 Subject: [PATCH] fix formatting, list arm saga 0 in index --- blog/elitebook-g1q/the-arm-saga-part-0.html | 29 ++++++++++++++------- blog/elitebook-g1q/the-arm-saga-part-0.md | 4 +-- index.html | 7 +++++ index.md | 2 ++ 4 files changed, 29 insertions(+), 13 deletions(-) diff --git a/blog/elitebook-g1q/the-arm-saga-part-0.html b/blog/elitebook-g1q/the-arm-saga-part-0.html index 6bfabce..c8f9a17 100644 --- a/blog/elitebook-g1q/the-arm-saga-part-0.html +++ b/blog/elitebook-g1q/the-arm-saga-part-0.html @@ -32,14 +32,16 @@ reported here. Changing the grub argument from $dtb to - devicetree /casper/dtbs/x1e80100-hp-omnibook-x14.dtb[^1] - (which I found by just mounting the iso) worked to get it - booted. However, it would throws a bunch of weird errors and try - to netboot, then after going through all that, and waiting - several minutes for the DHCP fail enough times (it has no - networking at all), would drop me into a busybox session? So - that's definitely some improvement over nothing, and an - alternate way to do stuff if needed, but not ideal.

+ devicetree /casper/dtbs/x1e80100-hp-omnibook-x14.dtb1 (which I found by just + mounting the iso) worked to get it booted. However, it would + throws a bunch of weird errors and try to netboot, then after + going through all that, and waiting several minutes for the DHCP + fail enough times (it has no networking at all), would drop me + into an initramfs busybox session? So that's definitely some + improvement over nothing, and an alternate way to do stuff if + needed, but not ideal.

And I couldn't find a decent way to work this in, but: it also behaved a bit strangely, both the keyboard and a USB keyboard wouldn't be recognized in Grub ~50% of the time, not @@ -61,9 +63,16 @@

These will be done out of order, with Fedora iso generation coming first, since I've been trying to figure that out for years anyways (the docs are amazing /s).

+

-

[^1] Note that this seems to be mislabeled, as AFAIK both - these laptops only have the X1E-78-100, not the X1E-80-100.

+
    +
  1. Note that this seems to be mislabeled, as AFAIK + both these laptops only have the X1E-78-100, not the + X1E-80-100.↩︎

  2. +
+
diff --git a/blog/elitebook-g1q/the-arm-saga-part-0.md b/blog/elitebook-g1q/the-arm-saga-part-0.md index cad99d4..860a091 100644 --- a/blog/elitebook-g1q/the-arm-saga-part-0.md +++ b/blog/elitebook-g1q/the-arm-saga-part-0.md @@ -25,6 +25,4 @@ Currently, the plan is as follows: These *will* be done out of order, with Fedora iso generation coming first, since I've been trying to figure that out for years anyways (the docs are amazing /s). ---- - -[^1] Note that this seems to be mislabeled, as AFAIK both these laptops only have the X1E-78-100, not the X1E-80-100. +[^1]: Note that this seems to be mislabeled, as AFAIK both these laptops only have the X1E-78-100, not the X1E-80-100. diff --git a/index.html b/index.html index f872041..255ba14 100755 --- a/index.html +++ b/index.html @@ -84,6 +84,13 @@ fonts now! and uh yeah, fonts.
  • Another new PGP key! - I lost the master key again oops
  • +
  • The ARM/Elitebook G1q + Saga - I got an ARM laptop, and it's not in the kernel yet + (it's barely supported at all). +
  • TIL