fix formatting, list arm saga 0 in index

This commit is contained in:
askiiart 2025-05-25 22:53:37 -05:00
parent 84de74b2e6
commit 569733ea85
Signed by untrusted user who does not match committer: askiiart
GPG key ID: 6A32977DAF31746A
4 changed files with 29 additions and 13 deletions

View file

@ -32,14 +32,16 @@
reported <a reported <a
href="https://discourse.ubuntu.com/t/ubuntu-24-10-concept-snapdragon-x-elite/48800/573">here</a>. href="https://discourse.ubuntu.com/t/ubuntu-24-10-concept-snapdragon-x-elite/48800/573">here</a>.
Changing the grub argument from <code>$dtb</code> to Changing the grub argument from <code>$dtb</code> to
<code>devicetree /casper/dtbs/x1e80100-hp-omnibook-x14.dtb</code>[^1] <code>devicetree /casper/dtbs/x1e80100-hp-omnibook-x14.dtb</code><a
(which I found by just mounting the iso) worked to get it href="#fn1" class="footnote-ref" id="fnref1"
booted. However, it would throws a bunch of weird errors and try role="doc-noteref"><sup>1</sup></a> (which I found by just
to netboot, then after going through all that, and waiting mounting the iso) worked to get it booted. However, it would
several minutes for the DHCP fail enough times (it has no throws a bunch of weird errors and try to netboot, then after
networking at all), would drop me into a busybox session? So going through all that, and waiting several minutes for the DHCP
that's definitely some improvement over nothing, and an fail enough times (it has no networking at all), would drop me
alternate way to do stuff if needed, but not ideal.</p> 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.</p>
<p>And I couldn't find a decent way to work this in, but: it <p>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 also behaved a bit strangely, both the keyboard and a USB
keyboard wouldn't be recognized in Grub ~50% of the time, not keyboard wouldn't be recognized in Grub ~50% of the time, not
@ -61,9 +63,16 @@
<p>These <em>will</em> be done out of order, with Fedora iso <p>These <em>will</em> be done out of order, with Fedora iso
generation coming first, since I've been trying to figure that generation coming first, since I've been trying to figure that
out for years anyways (the docs are amazing /s).</p> out for years anyways (the docs are amazing /s).</p>
<section id="footnotes"
class="footnotes footnotes-end-of-document" role="doc-endnotes">
<hr /> <hr />
<p>[^1] Note that this seems to be mislabeled, as AFAIK both <ol>
these laptops only have the X1E-78-100, not the X1E-80-100.</p> <li id="fn1"><p>Note that this seems to be mislabeled, as AFAIK
both these laptops only have the X1E-78-100, not the
X1E-80-100.<a href="#fnref1" class="footnote-back"
role="doc-backlink">↩︎</a></p></li>
</ol>
</section>
<iframe src="https://john.citrons.xyz/embed?ref=askiiart.net" style="margin-left:auto;display:block;margin-right:auto;max-width:732px;width:100%;height:94px;border:none;"></iframe> <iframe src="https://john.citrons.xyz/embed?ref=askiiart.net" style="margin-left:auto;display:block;margin-right:auto;max-width:732px;width:100%;height:94px;border:none;"></iframe>
<script src="/prism.js"></script> <script src="/prism.js"></script>
</body> </body>

View file

@ -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). 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.

View file

@ -84,6 +84,13 @@
fonts now! and uh yeah, fonts.</li> fonts now! and uh yeah, fonts.</li>
<li><a href="/blog/another-new-pgp-key.html">Another new PGP <li><a href="/blog/another-new-pgp-key.html">Another new PGP
key!</a> - I lost the master key again oops</li> key!</a> - I lost the master key again oops</li>
<li><a href="/blog/elitebook-g1q/">The ARM/Elitebook G1q
Saga</a> - I got an ARM laptop, and it's not in the kernel yet
(it's barely supported at all).
<ul>
<li><a href="/blog/elitebook-g1q/the-arm-saga-part-0.html">Part
0</a></li>
</ul></li>
</ul></li> </ul></li>
<li><a href="/til/">TIL</a> <li><a href="/til/">TIL</a>
<ul> <ul>

View file

@ -38,6 +38,8 @@ I'm a hobby programmer, and co-founder and vice president of the [TCCD CompSci a
- [New PGP key, and new directory](/blog/new-pgp-key.html) - I switch to a new PGP key - [New PGP key, and new directory](/blog/new-pgp-key.html) - I switch to a new PGP key
- [Foooooonts!](/blog/foooooonts.html) - There's fonts now! and uh yeah, fonts. - [Foooooonts!](/blog/foooooonts.html) - There's fonts now! and uh yeah, fonts.
- [Another new PGP key!](/blog/another-new-pgp-key.html) - I lost the master key again oops - [Another new PGP key!](/blog/another-new-pgp-key.html) - I lost the master key again oops
- [The ARM/Elitebook G1q Saga](/blog/elitebook-g1q/) - I got an ARM laptop, and it's not in the kernel yet (it's barely supported at all).
- [Part 0](/blog/elitebook-g1q/the-arm-saga-part-0.html)
- [TIL](/til/) - [TIL](/til/)
- Just little tidbits I learn, inspired by [Simon Willison's TIL](https://til.simonwillison.net/), which was itself inspired by [jbranchaud/til](https://github.com/jbranchaud/til). - Just little tidbits I learn, inspired by [Simon Willison's TIL](https://til.simonwillison.net/), which was itself inspired by [jbranchaud/til](https://github.com/jbranchaud/til).
- [Using JSON with docker compose](/til/using-json-with-docker-compose.html) - Exactly what it sounds like. ([markdown](/til/using-json-with-docker-compose.md)) - [Using JSON with docker compose](/til/using-json-with-docker-compose.html) - Exactly what it sounds like. ([markdown](/til/using-json-with-docker-compose.md))