-
Notifications
You must be signed in to change notification settings - Fork 80
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
OnetimeBoot problem #74
Comments
@mw-0, thanks for reporting. Can you please be more specific? Are you on the master branch? What 2 specific releases (or what commit IDs) work and not work? I don't specifically remember doing any updates on this feature... |
I tested on master the same as the example When i do this the system does not boot to pxe on my r640 and when i check the changed boot parameter it shows as UefiTarget. I pulled the 5.1 release down and this works as expected. I could see there was some code added for Uefi but i have no time today to check what specifically is the problem here. |
Turns out I just experienced the exact same issue on a Dell R640 with idrac 3.32.32.32 When using the ansible redfish module like:
The module will update the redfish values under https://<redfish_ip>/redfish/v1/Systems/System.Embedded.1 like
But the UEFI target "Pxe" does not exist I gave up and used a http call instead:
Which has the expected idrac console-like behavior Edit: exact same symptoms as described here ansible/ansible#52658 |
Since the last release i can no longer use the onetimeboot with Pxe. When i check the setting after putting any value as the boot value it is always set to UefiTarget. I have rolled back to the older release and it works fine.
The text was updated successfully, but these errors were encountered: