HP Omnibook 5 16" OLED - Purwa/x1p-42-100 #56
Replies: 9 comments 17 replies
-
|
Short update on status.
Network problems are overcome by USB tether to an iPhone with Mobile Hotspot enabled. Out of the box, this Questing on the 6.19 kernel just works. Devices both produce dialogs for connection trust, and then the Gnome Shell network widget changes state.
|
Beta Was this translation helpful? Give feedback.
-
|
This is my "light at the end of the tunnel" post. It's suggested that many images can't make full use of available RAM, and I have 64GB on this example. Second, I made a new BTRFS partition in 800GB freespace on the NVMe. I'll report back, after I bust out subvols, rsync a bunch into a chroot, and start tinkering. EXAMPLE: Also build subvolume: path @var@lib@docker |
Beta Was this translation helpful? Give feedback.
-
|
Hi @JeremiahCornelius , welcome here. For bringup its good to have these extracts (easiest to get from Windows):
|
Beta Was this translation helpful? Give feedback.
-
|
A dmesg output and lsusb -tv would probably be great. |
Beta Was this translation helpful? Give feedback.
-
|
I'm getting to prep some of this information and participate in advancing support for the new HP Omnibook series with x1p. My latest progress has been to install the latest of the 6.19-rc8 Concept Images on the target NVMe without the broken subiquity installer. Instead of a couple hours doing this by hand, I spend several days on writing and debugging bash scripting to run start-to-finish from the booted ISO with debootstrap, resulting in a minimal but stable working installation with:
All sources are pulled from Ubuntu repositories and relevant PPAs, except for Jens' kernel related packages and DTB information, that is fetched (cleverly) from Google Drive and Gtithub. I'll push the working version to my Github, and update with the link and README. I bodged this from a bunch of earlier scripts from my own collection and other sources, mainly from Pine64 and Armbian forums for unsupported board/OS combinations. I laid out the functions in clear sections and outlined the main function procedure. When I got stuck, I'd cheat and have ChatGPT analyze failures, and sent my final script and spec to ChatGPT for documentation by internal commenting. There are a bunch of sanity-checks so you don't make blatant mistakes, but installation still requires understanding of devices and partition implications. Secrets gathered from user are stored as runtime variabless, but never committed to screen or log output. The result is 100% reproduceable installations. What doesn't work OOB on the HP Omnibook 5, with Omnibook X .dtb:
Next Step: |
Beta Was this translation helpful? Give feedback.
-
|
Finally, I also have the https://drive.google.com/file/d/1YtCXMrZDf0ot5R5fETIkiqmblthwJb5o/view?usp=drive_link
|
Beta Was this translation helpful? Give feedback.
-
|
Thanks for being patient during this last week, where I wrestled with contingencies from work. Since I have baseline functionality on the Omnibook 5, I'm doing all my Github and forum work, etc. from the machine as dogfood. I moved all my firmware blobs to the eventual ideal I rebuilt the initramfs and updated GRUB. No new messages. I have
I will do a quick Windows reboot, and dump my ACPI information too. |
Beta Was this translation helpful? Give feedback.
-
|
Here's the https://drive.google.com/file/d/1xcHd6yMeO2HC4buHoobc7q_FsMPS5O0w/view?usp=drive_link |
Beta Was this translation helpful? Give feedback.
-
|
If anyone wants to make a jlathe ISO image into a bootable installation on their target system, I published my installer script here. It's network dependent, and makes strong choices for btrfs and LUKS encryption. This SHOULD work on any target system, and could probably work with any of the ISO images with a little tweaking. Right now it's got hard kernel links referenced from: https://github.com/JeremiahCornelius/snapdragon-questing-debootstrap-btrfs-luks-uefi |
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
-
I'm kicking off a discussion here, branching from the "Concept Snapdragon" forum on Ubuntu Discourse. Jens suggested I continue the side-topic on HP Omnibook 5 here.
I got a hold of an HP Omnibook 5 16” OLED with 1TB storage and 64 GB RAM. These are cheap and plentiful, well-made x1p-42-100 machines. I got this one for 800 USD, taxed and shipped.
It would be a real service to get these machines functional under a user-friendly Linux.
Confession: I'm an aarch64 junkie. Stop me before I buy another board for Armbian.
Since I have built system images with debbootstrap, a DTB folder and kernel-sources many, many times - and used these techniques to put Debian on Apple Silicon from the Asahi base, I assumed getting a baseline Linux on this machine would be easier. Haha!
Rather than re-hash the Discourse thread, I link the top message of our sub-topic here:
https://discourse.ubuntu.com/t/ubuntu-concept-snapdragon-x-elite/48800/1359
Beta Was this translation helpful? Give feedback.
All reactions