update arm saga 0

This commit is contained in:
askiiart 2025-05-23 11:34:52 -05:00
parent d50b858a4c
commit 2825c622ff
Signed by untrusted user who does not match committer: askiiart
GPG key ID: 6A32977DAF31746A
2 changed files with 6 additions and 5 deletions

View file

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

View file

@ -8,7 +8,7 @@ ARM laptops are different from x86 ones (duh), rather than the core system being
## Ubuntu Concept ## Ubuntu Concept
Ubuntu has a concept image available [here](https://discourse.ubuntu.com/t/ubuntu-24-10-concept-snapdragon-x-elite/48800) that supports the Elitebook G1q's sister laptop, the Omnibook X 14. When I tried it on my laptop, I had to force it to use the Omnibook X 14's device tree, which matches up with what was reported [here](https://discourse.ubuntu.com/t/ubuntu-24-10-concept-snapdragon-x-elite/48800/573). 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 that, 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. Ubuntu has a concept image available [here](https://discourse.ubuntu.com/t/ubuntu-24-10-concept-snapdragon-x-elite/48800) that supports the Elitebook G1q's sister laptop, the Omnibook X 14. When I tried it on my laptop, I had to force it to use the Omnibook X 14's device tree, which matches up with what was reported [here](https://discourse.ubuntu.com/t/ubuntu-24-10-concept-snapdragon-x-elite/48800/573). 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.
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 sure why. I *think* they would have worked once Ubuntu was actually started, but given Grub wouldn't auto-boot, I couldn't test this. 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 sure why. I *think* they would have worked once Ubuntu was actually started, but given Grub wouldn't auto-boot, I couldn't test this.