Replies: 1 comment
-
If you could provide the full image of the device, or a way to reproduce it with command-line, we can look into it. Also what version of Talos are you using? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to install Talos on bare metal local host completely (or maybe mostly) unattended e.g. plug USB to host and turn on the host and Talos should configure/install itself to the specified install disk in the host without the need for
talosctl apply-config
from client. I have searched Talos docs and GitHub repo and it seems there are 2 possible ways:metal
ISO andmetal-iso
disk volumenocloud
ISO andCIDATA
disk volumeI tried with 2 USB drives just for testing purpose as I would like to only use the first USB drive for Talos installation. The first USB drive I used Ventoy to create partition to store the Talos ISO and then create 2 additional partitions using Windows "Disk Management" with the label
metal-iso
andCIDATA
. The second USB drive I format the entire drive withmetal-iso
label. I have put the required config in each partition. However I still couldn't make it work using either ways. I even cannot dotalosctl xxx
if I boot the host withmetal
ISO as it saiderror getting disks: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp 192.168.2.235:50000: connect: connection refused"
.I compared how Talos and Arch sees the USB drive to check if the USB drives have correctly partitioned and labeled.
Talos v1.9.2 nocloud
Arch
It seems the USB drive
LABEL
is seen differently in Talos as it doesn't show some partition labels. In Arch the partitionLABEL
is correctly detected (CIDATA
,metal-iso
).Am I doing it incorrectly? Please let me know if I need to provide additional item.
Beta Was this translation helpful? Give feedback.
All reactions