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

Fixes problem with grub netboot - systemspecific config was not used #3480

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

cschneemann
Copy link
Contributor

Had problems with netbooting efi systems with grub. The last entry from the $arch_menu.cfg was booted, even if a system entry with MAC existed.
Added a efi-system with cobbler command to reinstall using netboot and the configuration below grub/system/$MAC was created. During boot I could see the loading of the file in the tftp's log.
But the last entry in the menu was loaded and not the specific one.

Changing the order of loading the files made the system specific entry the last one in the list and it was booted. The system was installed with the correct profile.

Did also the test without a systemspecific configuration: the menu was shown and an entry could be chosen.

Had problems with netbooting efi systems with grub. The last entry
from the $arch_menu.cfg was booted, even if a system entry with MAC
existed. It was also loaded.
Changing the order of loading the files made the system specific entry
the last one in the list and it was booted.
@SchoolGuy SchoolGuy self-requested a review September 14, 2023 13:37
@SchoolGuy SchoolGuy added this to the v3.4.0 milestone Sep 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Pull Requests
Development

Successfully merging this pull request may close these issues.

None yet

2 participants