Custom image creation (Kernel, systemd-boot and devtree) #12302
SUB0PT1MAL
started this conversation in
General
Replies: 1 comment 1 reply
-
|
Talos ships UKIs, which might include DTBs, but afaik we don't have any built-in support for it right now. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I've been fighting this for some days now and i exhausted all my resources but asking directly here.
I'm trying to run TalosLinux on a arm64 windows dev kit 2023 (volterra).
There is a kernel developed for it and i have compiled it with the necessary features, and following the official Talos doc i successfully created an image with it.
However, im struggling with adding the device tree file .dtb and modifying the systemd-boot loader.conf.
No matter what i try im unable to generate an image that contains the .dtb file on /root/.
And i'm going crazy with the loader.conf, becasue no matter if i search in the booteable images themselves or the repo, all the files i find only have a timeout inside, so where are the 3 entries available when booting the image coming from?
In summary i have to create an image with:
'''
title Talos Custom Kernel
linux /vmlinuz
initrd /initramfs.xz
options pd_ignore_unused clk_ignore_unused regulator_ignore_unused arm64.nopauth efi=noruntime fdt=/boot/sc8280xp-
microsoft-blackrock.dtb
'''
How feasible is this?
Is there some documentation that gets into more granular customization than Building Custom Talos Images?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions