-
Ebay'd one of these things because of this project. Would really like to get Ubuntu on the device: I have booted to bios and:
I'm able to boot the from the installer, and it starts to install however it hangs at "configuring keyboard". Expanding the console I'm met with:
Is this an issue with windows somehow? Bitlocker says it's disabled in control panel, but in diskmgr it says "bitlocker enabled". Should I reset Windows? I have created a 256gb partition of free space when i booted to windows as well. Should I unfree that space since the installer is trying to do that already? The same issue happens with the older 22.4 images as well. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 9 replies
-
Hi @staticnom , first of all congratulations, those boxes hold up quite well. The first one I bought in October of '22 is still my daily driver and main console in the living room, going strong. Now for the issue you're describing. Which install media do you use that actually boots on the WDK? I've made a few over time, but they don't really "install". There are Ubuntu Concept images for 24.10 / 25.04 /25.10 that theoretically could boot and install, although the last one I tried a few months ago didn't. Since the WDK is supported by dtbloader, it could be possible that it will be supported as the device tree is upstream. If you're talking about the Ubuntu_Desktop_wdk2023_6.13rc.img.xz image, then yes, you need a completely decrypted windows partition. Those newfangled Windows11 versions do interesting stuff, they come pre-encrypted, regardles of UEFI settings (afaict). The way to actually disable bitlocker is:
After you're up, we could consider making the "install" on the local nvme. Don't entirely remove Windows, though, you need it from time to time for frimware upgrade and EC resets. Current kernels that are compatible are pre-built here. I would recommend to use 6.16-el2 ones, that's currently tip of development. |
Beta Was this translation helpful? Give feedback.
Hi @staticnom , first of all congratulations, those boxes hold up quite well. The first one I bought in October of '22 is still my daily driver and main console in the living room, going strong. Now for the issue you're describing.
Which install media do you use that actually boots on the WDK? I've made a few over time, but they don't really "install". There are Ubuntu Concept images for 24.10 / 25.04 /25.10 that theoretically could boot and install, although the last one I tried a few months ago didn't. Since the WDK is supported by dtbloader, it could be possible that it will be supported as the device tree is upstream.
If you're talking about the Ubuntu_Desktop_wdk2023_6.13rc.img.xz im…