-
Notifications
You must be signed in to change notification settings - Fork 56
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
Bootflag to stop at Petitboot shell #46
Comments
No that's basically what https://github.com/open-power/op-test-framework/ does as well :) Hypothetically we could interpret one of the IPMI bootdev flags as "drop to shell once", but we'd have to have a bit of a think about whether it's intuitive to interpret flags like "bios" or "setup" that way - right now they stop at the Petitboot menu. |
I'm not sure setting the bootdev to |
@oohal Well x86 boxes don't tend to have shells :) |
They do have an interactive bios though. I was thinking the x86 behaviour would be to drop the system into a UEFI config environment or similar, but i'm not sure how that would work on a server. Suppose we could have a nvram flag to control if it drops to a shell or not by default. |
How about |
Today in order for me to automate stopping at the Petitboot shell prompt I need to use an expect script to monitor port 22 for the menu and then issue arrow key strokes to select the option to drop to the shell.
Am I doing it wrong? Is there a better way? Can I set a flag on the BMC for it to drop me automatically and then present the boot status as such when it has happened?
The text was updated successfully, but these errors were encountered: