-
Hi! I have a bare metal EX101 server at Hetzner. The configuration added memory up to 128GB and another ssd disk 980GB for talos. I'm trying to run talos on it. After the boot menu appears and the first item is selected, nothing happens, only a black screen. I tried both booting from an iso image and unpacking the image to a hard drive. The result is the same. I took version 1.4.6 and 1.5.0-alpha.1 |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 20 replies
-
It might be as simple as wrong console settings. I assume you're using a video console, and that is sometimes tricky. You can try If you have access to a serial console, that works way better. You can check that Talos listens on port :50000 after boot, in that case it works despite the fact that you don't have console access. |
Beta Was this translation helpful? Give feedback.
-
I see the output in the console if you enable debug log. this is the whole output, the download does not go further |
Beta Was this translation helpful? Give feedback.
-
there is no option to write the boot log to a file? |
Beta Was this translation helpful? Give feedback.
-
In Hetzner they answered that they can only give KVM, are there any other options how to debug? |
Beta Was this translation helpful? Give feedback.
-
The problem was solved by removing the parameters from the kernel thanks for the ideas |
Beta Was this translation helpful? Give feedback.
-
It's current default order. |
Beta Was this translation helpful? Give feedback.
The problem was solved by removing the parameters from the kernel
earlyprintk=ttyS0 console=ttyS0 console=tty0
consoleblank=0
printk.devkmsg=on now you can see the installation process and the console itself in KVM, also added the "ip=" parameter to the kernel for the network to work correctly.
thanks for the ideas