-
Notifications
You must be signed in to change notification settings - Fork 683
Replies: 3 comments · 5 replies
-
Beta Was this translation helpful? Give feedback.
All reactions
-
It looks like the working one has an EFI partition but the non working one does not. Does this mean the installer is failing to install the bootloader? |
Beta Was this translation helpful? Give feedback.
All reactions
-
I'm not quite sure why would EFI be missing, as it gets always created. How do you install Talos there? |
Beta Was this translation helpful? Give feedback.
All reactions
-
I install both nodes (working on not working) in the same way. I use terraform to create a scaleway server and apply the machine configs. The following information is taken right after install on an affected node (can't reboot). Here's my config:
and dmesg:
|
Beta Was this translation helpful? Give feedback.
All reactions
-
I'm not familiar with Scaleway, not with the way their hardware/VMs work, but something there is wiping (?) parts of your disk. |
Beta Was this translation helpful? Give feedback.
All reactions
-
Could this warning explain why it fails?
|
Beta Was this translation helpful? Give feedback.
All reactions
-
This is a disk expansion, but once again, I have no idea why it happens, as you don't provide any details on what you're doing. |
Beta Was this translation helpful? Give feedback.
All reactions
-
I also experienced this same problem on Scaleway. A few notes:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm hosting a talos cluster on scaleway which is working perfectly, except when I restart (or power cycle) a node through the scaleway ui, the node never comes back up. I am unable to view startup logs, so I'm wondering if there's anything else I can do to debug/if anyone has any experience with this sort of issue.
EDIT: I noticed this issue only occurs when talos is installed on a block storage volume. When a local SSD is used, it works fine.
EDIT 2: I turned on
console=ttyS0
and am able to see logs now:BdsDxe: failed to load Boot0001 "UEFI SCW b_ssd " from PciRoot(0x0)/Pci(0x3,0x0)/Scsi(0x0,0x0): Not Found
Beta Was this translation helpful? Give feedback.
All reactions