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

Remove hardcoded console=ttyS0,115200 configuration from VyOS boot configuration #1494

Merged
merged 1 commit into from
Jul 31, 2024

Conversation

turegano-equinix
Copy link
Contributor

This change removes the console=ttyS0,115200 configuration from the VyOS boot configuration in roles/netbootxyz/templates/menu/boot.cfg.j2. This setting is causing issues with VyOS installation on Equinix Metal as the console is not visible during boot.

Console configuration is done in https://github.com/netbootxyz/netboot.xyz/blob/development/roles/netbootxyz/templates/menu/boot.cfg.j2

Examples:
x86_64 https://github.com/netbootxyz/netboot.xyz/blob/development/roles/netbootxyz/templates/menu/boot.cfg.j2#L120
arm64 https://github.com/netbootxyz/netboot.xyz/blob/development/roles/netbootxyz/templates/menu/boot.cfg.j2#L129

… Equinix Metal

This change removes the console=ttyS0,115200 configuration from the VyOS boot configuration in roles/netbootxyz/templates/menu/boot.cfg.j2. This setting is causing issues with VyOS installation on Equinix Metal as the console is not visible during boot.

Console configuration is done in https://github.com/netbootxyz/netboot.xyz/blob/development/roles/netbootxyz/templates/menu/boot.cfg.j2

Example https://github.com/netbootxyz/netboot.xyz/blob/development/roles/netbootxyz/templates/menu/boot.cfg.j2#L120
@antonym
Copy link
Member

antonym commented Jul 31, 2024

Thanks, this should be handled by the ${cmdline} flag but was probably getting superseded by the hardcoded console.

@antonym antonym merged commit 06b9e5b into netbootxyz:development Jul 31, 2024
2 checks passed
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 this pull request may close these issues.

2 participants