-
Notifications
You must be signed in to change notification settings - Fork 546
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
No video output on metal after grub boot #8127
Comments
Only mention I can find of a similar issue anywhere: |
Also want to note that trying to set https://www.gnu.org/software/grub/manual/grub/html_node/debug.html |
Ok, upon further work, it does seem that it is booting, but just nothing is coming out of either display port. |
Usually it's related to the Unfortunately it's hardware dependent. |
I closed this a bit early, I am thinking this might be something else as it seems to just reboot after about 5 minutes. |
I have the exact same issue with my n100 board from asrock. I can boot any other Linux distribution like Ubuntu just fine. |
Try removing |
Removing all console= parameters it boots just fine with version 1.6.7 and 1.7.0.beta.0. Are these settings persistent after the install? Why do all linux distros work out of the box but talos has issues like this? |
These settings get lost after the initial install so I have to modify the grub parameters for each boot. How can I persist that in talos? |
Console argument issue is a hard one, see https://www.talos.dev/v1.6/introduction/what-is-new/#kernel-arguments on how to remove default args. |
Thanks that worked for me! |
Drop `console=ttyS0` argument for metal images/installer. `console=ttyS0` causes lot of issues with bare metal hardware when trying to use a physical serial port. Ref: * https://bugzilla.redhat.com/show_bug.cgi?id=1839923 * https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=763601;msg=17 * https://www.kernel.org/doc/html/latest/admin-guide/serial-console.html * coreos/fedora-coreos-tracker#567 Fixes: siderolabs#8695 Fixes: siderolabs#8657 Fixes: siderolabs#8127 Signed-off-by: Noel Georgi <git@frezbo.dev>
Drop `console=ttyS0` argument for metal images/installer. `console=ttyS0` causes lot of issues with bare metal hardware when trying to use a physical serial port. Ref: * https://bugzilla.redhat.com/show_bug.cgi?id=1839923 * https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=763601;msg=17 * https://www.kernel.org/doc/html/latest/admin-guide/serial-console.html * coreos/fedora-coreos-tracker#567 Fixes: siderolabs#8695 Fixes: siderolabs#8657 Fixes: siderolabs#8127 Signed-off-by: Noel Georgi <git@frezbo.dev>
Drop `console=ttyS0` argument for metal images/installer. `console=ttyS0` causes lot of issues with bare metal hardware when trying to use a physical serial port. Ref: * https://bugzilla.redhat.com/show_bug.cgi?id=1839923 * https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=763601;msg=17 * https://www.kernel.org/doc/html/latest/admin-guide/serial-console.html * coreos/fedora-coreos-tracker#567 Fixes: siderolabs#8695 Fixes: siderolabs#8657 Fixes: siderolabs#8127 Signed-off-by: Noel Georgi <git@frezbo.dev>
Drop `console=ttyS0` argument for metal images/installer. `console=ttyS0` causes lot of issues with bare metal hardware when trying to use a physical serial port. Ref: * https://bugzilla.redhat.com/show_bug.cgi?id=1839923 * https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=763601;msg=17 * https://www.kernel.org/doc/html/latest/admin-guide/serial-console.html * coreos/fedora-coreos-tracker#567 Fixes: siderolabs#8695 Fixes: siderolabs#8657 Fixes: siderolabs#8127 Signed-off-by: Noel Georgi <git@frezbo.dev>
Drop `console=ttyS0` argument for metal images/installer. `console=ttyS0` causes lot of issues with bare metal hardware when trying to use a physical serial port. Ref: * https://bugzilla.redhat.com/show_bug.cgi?id=1839923 * https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=763601;msg=17 * https://www.kernel.org/doc/html/latest/admin-guide/serial-console.html * coreos/fedora-coreos-tracker#567 Fixes: #8695 Fixes: #8657 Fixes: #8127 Signed-off-by: Noel Georgi <git@frezbo.dev>
Bug Report
Stuck in boot after
kern/efi/sb.c:111: UEFI Secure Boot state: Disabled
is printed.Description
Trying to boot into 1.6.1 or 1.4.4 version of Talos on a
HP Elitedesk 705 G4 DM
. Withoutset debug=all
, the machine hangs with a black screen and an underscore. After enabling the debug option, the boot process hangs immediately after printing the above log line.I have attempted the boot process with all drives removed and a single stick of ram to eliminate as many variables as possible and this happens with all 3 of the machines I have.
Logs
The text was updated successfully, but these errors were encountered: