Skip to content
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

Probelm with HP dl360 g7,g8,g9 #8695

Closed
cybercoder opened this issue May 2, 2024 · 6 comments · Fixed by #9222
Closed

Probelm with HP dl360 g7,g8,g9 #8695

cybercoder opened this issue May 2, 2024 · 6 comments · Fixed by #9222

Comments

@cybercoder
Copy link

Bug Report

Talos metal amd64 iso, keyboard freezes after boot (No F2, F3), and the DHCP client doesn't work.

Description

We have mounted the metal-amd-64 iso file, both 1.6,1.7, and also 1.7.1 on 3 HP servers using iLO.
But we have no keyboard and also Nics won't get IP address.

Logs

Environment

  • Platform: HP proliant dl360
@smira
Copy link
Member

smira commented May 7, 2024

Not exactly clear, but you can try removing console= args before the boot.

@cybercoder
Copy link
Author

Not exactly clear, but you can try removing console= args before the boot.

had no success. Also, I've configured:

console=ttyS0,115200n8 console=tty0

And doesn't work.
Talos 1.5.3 will get IP via DHCP but Talos 1.7.0 not.

@frezbo
Copy link
Member

frezbo commented Jun 25, 2024

Not exactly clear, but you can try removing console= args before the boot.

had no success. Also, I've configured:

console=ttyS0,115200n8 console=tty0

And doesn't work. Talos 1.5.3 will get IP via DHCP but Talos 1.7.0 not.

Please use Talos 1.7.5, 1.7.0 shipped with a kernel that had a bug upstream

@cybercoder
Copy link
Author

Not exactly clear, but you can try removing console= args before the boot.

had no success. Also, I've configured:

console=ttyS0,115200n8 console=tty0

And doesn't work. Talos 1.5.3 will get IP via DHCP but Talos 1.7.0 not.

Please use Talos 1.7.5, 1.7.0 shipped with a kernel that had a bug upstream

same as 1.7.0, no keyboard access. No IP address

@cybercoder
Copy link
Author

I have tried to upgrade from 1.5.3 to 1.7.5 too. ( 1.5.3 get IP address from DHCP but 1.6 and upper not )
After upgrade there's no IP address:

Screen Shot 1403-04-14 at 17 50 13
It seems it doesn't detect the NIC.

@smira
Copy link
Member

smira commented Jul 4, 2024

Please see upgrade notes: https://www.talos.dev/v1.6/introduction/what-is-new/#linux-firmware

frezbo added a commit to frezbo/talos that referenced this issue Aug 25, 2024
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>
frezbo added a commit to frezbo/talos that referenced this issue Aug 25, 2024
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>
frezbo added a commit to frezbo/talos that referenced this issue Aug 25, 2024
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>
frezbo added a commit to frezbo/talos that referenced this issue Aug 26, 2024
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>
frezbo added a commit that referenced this issue Aug 27, 2024
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants