-
Notifications
You must be signed in to change notification settings - Fork 598
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
talos apply-config: Specified install disk does not exist #5469
Comments
linking siderolabs/sidero#838, seems something changed, I'll spend some time next week to investigate |
I did just notice that rebooting and trying again can very occasionally make the disk show up. |
would you be able to provide the whole dmesg when the disk shows up and when it doesn't? |
I’m not sure how to get the dmesg before the node is configured. My understanding is that I would have to run the talosctl command with -insecure. I get a certificate error when running is there another way? |
I guess the |
I flashed this release and now the installer on the affected node appears to be able to find the emmc disk: https://github.com/siderolabs/talos/releases/tag/v1.1.0-alpha.2 I will try the rest later today |
Seems to be fixed since 1.1 |
Bug Report
When configuring talos, it is sometimes not possible to install to eMMC, even though the node booted from that storage.
Description
When performing
talos apply-config
to a RockPi 4A node, I receive the following message for some nodes:This is odd, since the talos node has just booted from the eMMC module plugged into the board. Other nodes with identical hardware configuration have no problems discovering the eMMC module and installing to it. I have even tried to take a known good eMMC module from another node and it did not appear in
talosctl disks
(and also failed during install)When I run
talosctl disks
on the affected node, I only see the attached NVMe disk:Logs
Environment
RockPi 4A with eMMC, SPI flash bootloader has never been written.
To Reproduce
dd
talos image from v1.1.0-alpha.1 to eMMCThe text was updated successfully, but these errors were encountered: