Trying to boot TalosOS on Volterra using kernel jg/ubuntu-qcom-x1e-6.17 #53
Replies: 3 comments 15 replies
-
|
The output says "no dtb found", meaning it hasn't loaded a device tree - which would be sc8280xp-microsoft-blackrock.dtb Depending on the grub version (and some really odd circumstances I haven't quite understood) not all add the required devicetree line in the grub menu entry. To make it work you will need to:
Please be aware that you also need some mandatory kernel command line parameters, or boot will fail. These are |
Beta Was this translation helpful? Give feedback.
-
|
Hmm looks like you could use Talos using docker, so this would go without /dev/kvm. Not as elegant, but whatever works 🤷 https://docs.siderolabs.com/talos/v1.11/platform-specific-installations/local-platforms/docker |
Beta Was this translation helpful? Give feedback.
-
|
I MADE PROGRESS!! I found how the systemd-boot is used by talos and i added the files necessary. Now the device tree is loaded and the kernel starts, but i get a kernel panic: ''' and then it reboots. I tried adding "systemd.efi_vars=0" and "efi=noruntime" but nothing changed. |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
Hello, me again
I'm trying to make a custom TalosOS image for Volterra following the instructions here
I compiled the branch "jg/ubuntu-qcom-x1e-6.17" on Volterra itself to not need to deal with cross compiling following mostly the steps here.
I've been able to make the image and flash it on a thumbdrive, it boots fine to grub but fails to boot the OS with:
'''
EFI stub: Decompressing Linux Kernel...
EFI stub: Loaded initrd from LINUX_EFI_INITRD_MEDIA_GUID device path
EFI stub: Measured initrd data into PCR 9
EFI stub: Generating empty DTB
EFI stub: Exiting boot services...
'''
I have very little experience thinkering with kernels so i dont know how to troubleshoot this further.
TalosOS is a bit weird in what to OSes come so i dont even know if something like this is possible, but i cant find anyone that has tried this before.
Beta Was this translation helpful? Give feedback.
All reactions