-
Notifications
You must be signed in to change notification settings - Fork 1
Detect manufacturer with ipxe script #43
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
base: main
Are you sure you want to change the base?
Conversation
|
The iPXE script is currently generated via go here: https://github.com/metal-stack/pixie/pull/43/files#diff-dd39ef3e62b74a7957c600b373597f4a396a29b39e2520904ad879cfe3b4ff34R199 Further improvement to make the code more understandable: Create a second ipxe script, e.g. |
|
Output from a Supermicro machine with |
|
For Gigabyte, we have: |
Nice, can you add this to the script ? |
|
iPXE does not offer a
|
|
Currently, the default console is set to |
|
Adding the |
Description
Some nice examples: https://www.redpill-linpro.com/techblog/2017/12/13/ipxe-provisioning.html
Information regarding manufacturer comparison with space: https://forum.ipxe.org/showthread.php?tid=7960
TODO:
AI also suggested the following (unverified) to detect if running on console, maybe we can grab some ideas from here: