fix formatting, list arm saga 0 in index
This commit is contained in:
parent
84de74b2e6
commit
569733ea85
4 changed files with 29 additions and 13 deletions
|
@ -32,14 +32,16 @@
|
|||
reported <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
|
||||
<code>devicetree /casper/dtbs/x1e80100-hp-omnibook-x14.dtb</code>[^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.</p>
|
||||
<code>devicetree /casper/dtbs/x1e80100-hp-omnibook-x14.dtb</code><a
|
||||
href="#fn1" class="footnote-ref" id="fnref1"
|
||||
role="doc-noteref"><sup>1</sup></a> (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.</p>
|
||||
<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
|
||||
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
|
||||
generation coming first, since I've been trying to figure that
|
||||
out for years anyways (the docs are amazing /s).</p>
|
||||
<section id="footnotes"
|
||||
class="footnotes footnotes-end-of-document" role="doc-endnotes">
|
||||
<hr />
|
||||
<p>[^1] Note that this seems to be mislabeled, as AFAIK both
|
||||
these laptops only have the X1E-78-100, not the X1E-80-100.</p>
|
||||
<ol>
|
||||
<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>
|
||||
<script src="/prism.js"></script>
|
||||
</body>
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -84,6 +84,13 @@
|
|||
fonts now! and uh yeah, fonts.</li>
|
||||
<li><a href="/blog/another-new-pgp-key.html">Another new PGP
|
||||
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>
|
||||
<li><a href="/til/">TIL</a>
|
||||
<ul>
|
||||
|
|
2
index.md
2
index.md
|
@ -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
|
||||
- [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
|
||||
- [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/)
|
||||
- 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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue