[PR #1494] [MERGED] Remove hardcoded console=ttyS0,115200 configuration from VyOS boot configuration #1442

Closed
opened 2026-02-27 14:55:38 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbootxyz/netboot.xyz/pull/1494
Author: @turegano-equinix
Created: 7/30/2024
Status: Merged
Merged: 7/31/2024
Merged by: @antonym

Base: developmentHead: patch-1


📝 Commits (1)

  • b4f7270 Remove console=ttyS0,115200 configuration to fix VyOS installation on Equinix Metal

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 roles/netbootxyz/templates/menu/vyos.ipxe.j2 (+1 -1)

📄 Description

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


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbootxyz/netboot.xyz/pull/1494 **Author:** [@turegano-equinix](https://github.com/turegano-equinix) **Created:** 7/30/2024 **Status:** ✅ Merged **Merged:** 7/31/2024 **Merged by:** [@antonym](https://github.com/antonym) **Base:** `development` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`b4f7270`](https://github.com/netbootxyz/netboot.xyz/commit/b4f727083cf8c3de1059cef15180f244a9d0c171) Remove console=ttyS0,115200 configuration to fix VyOS installation on Equinix Metal ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `roles/netbootxyz/templates/menu/vyos.ipxe.j2` (+1 -1) </details> ### 📄 Description 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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 14:55:38 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/netboot.xyz#1442
No description provided.