Skip to content

Conversation

simcod
Copy link
Contributor

@simcod simcod commented Aug 7, 2025

Description

None

@metal-robot metal-robot bot added this to Development Aug 7, 2025
@simcod
Copy link
Contributor Author

simcod commented Aug 8, 2025

[email protected] was enabled and active after installation.
The metal-stack partition configuration was adjusted as follows:

metal_api_partitions:
  - id: ...
    ...
    bootconfig:
      commandline: console=ttyS0,ttyS1,115200n8

@simcod
Copy link
Contributor Author

simcod commented Aug 11, 2025

For each tty a console parameter is necessary. E.g.:

metal_api_partitions:
  - id: ...
    ...
    bootconfig:
      commandline: console=ttyS0,115200n8 console=ttyS1,115200n8

Unfortunately, if ttyS1 is not available, it blocks the serial console output on ttyS0.

@majst01
Copy link
Contributor

majst01 commented Aug 11, 2025

For each tty a console parameter is necessary. E.g.:

metal_api_partitions:
  - id: ...
    ...
    bootconfig:
      commandline: console=ttyS0,115200n8 console=ttyS1,115200n8

Unfortunately, if ttyS1 is not available, it blocks the serial console output on ttyS0.

Once this works, this should be mentioned in the documentation, dunno where TBH :-)

@simcod
Copy link
Contributor Author

simcod commented Aug 13, 2025

For each tty a console parameter is necessary. E.g.:

metal_api_partitions:
  - id: ...
    ...
    bootconfig:
      commandline: console=ttyS0,115200n8 console=ttyS1,115200n8

Unfortunately, if ttyS1 is not available, it blocks the serial console output on ttyS0.

Related to this issue.
Actually, a second console parameter is not blocking. But just the last one is passed to GRUB.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

2 participants