X570D4U-2L2T BMC no BIOS |
Post Reply | Page 12> |
Author | |
justauser
Newbie Joined: 09 Jul 2022 Status: Offline Points: 35 |
Post Options
Thanks(0)
Posted: 09 Jul 2022 at 2:02am |
BMC: 1.20.00
BIOS: P1.40 PSP: 0.14.0.2A Microcode: (nothing shown) When clicking on the BIOS link, receiving the same type of error "The resource at the URI /redfish/v1/Systems/Self/Bios was not found." Tried the patch, however received this error: {"error":{"@Message.ExtendedInfo":[{"@odata.type":"#Message.v1_0_8.Message","Message":"The resource at the URI /redfish/v1/Systems/Self/Bios/SD was not found.","MessageArgs":["/redfish/v1/Systems/Self/Bios/SD"],"MessageId":"Base.1.5.ResourceMissingAtURI","Resolution":"Place a valid resource at the URI or correct the URI and resubmit the request.","Severity":"Critical"}],"code":"Base.1.5.ResourceMissingAtURI","message":"The resource at the URI /redfish/v1/Systems/Self/Bios/SD was not found."}}% Is there any sense of when updated firmware will be available that resolves this issue? |
|
Frznfngrs
Newbie Joined: 18 May 2022 Status: Offline Points: 15 |
Post Options
Thanks(0)
|
Mind sharing the files? That bios seems older than the current beta bios of L1.56?
|
|
andrelung
Newbie Joined: 24 Feb 2022 Status: Offline Points: 60 |
Post Options
Thanks(0)
|
A rock support emailed me the *Lab* Bios L1.23& BMc L1.25.00
I guess it's not currently supported in the release version. |
|
santam
Newbie Joined: 07 May 2022 Status: Offline Points: 15 |
Post Options
Thanks(0)
|
I am having the exact same issue, except on a standard X570D4U (Non 2L2T)
the suggested PATCH call also triggers the same error, complaining about missing resourcee |
|
andrelung
Newbie Joined: 24 Feb 2022 Status: Offline Points: 60 |
Post Options
Thanks(0)
|
You can use Terminal on Mac or PowerShell on Windows. cURL is a standard tool to execute requests (like HTTP-get)
|
|
BTheGamer2
Newbie Joined: 24 Feb 2022 Status: Offline Points: 30 |
Post Options
Thanks(0)
|
What are some names of programs that I can use to do it? I tried looking it up but I couldn?™t find anything?
|
|
andrelung
Newbie Joined: 24 Feb 2022 Status: Offline Points: 60 |
Post Options
Thanks(0)
|
However... when I execute
curl -s -k -u admin:$PASSWORD -H"Content-type: application/json" -H'If-None-Match: "123456"' --data '{ "Attributes": { "Rome0179":"Performance" }}' -X PATCH https://192.168.88.112/redfish/v1/Systems/Self/Bios/SD I receive: {"error":{"@Message.ExtendedInfo":[{"@odata.type":"#Message.v1_0_8.Message","Message":"The resource at the URI /redfish/v1/Systems/Self/Bios/SD was not found.","MessageArgs":["/redfish/v1/Systems/Self/Bios/SD"],"MessageId":"Base.1.5.ResourceMissingAtURI","Resolution":"Place a valid resource at the URI or correct the URI and resubmit the request.","Severity":"Critical"}],"code":"Base.1.5.ResourceMissingAtURI","message":"The resource at the URI /redfish/v1/Systems/Self/Bios/SD was not found."}} (Working on a normal X570D4U) |
|
andrelung
Newbie Joined: 24 Feb 2022 Status: Offline Points: 60 |
Post Options
Thanks(0)
|
Put the above in any terminal with curl capabilities and replace the $-Placeholders with your actual data (user, password, ip)
|
|
BTheGamer2
Newbie Joined: 24 Feb 2022 Status: Offline Points: 30 |
Post Options
Thanks(0)
|
How do I go about doing this update? I'm new to this kind of stuff.
|
|
kerberos_20
Senior Member Joined: 06 Dec 2017 Location: czech republic Status: Offline Points: 3687 |
Post Options
Thanks(1)
|
update the BIOS settings using PATCH in url "/redfish/v1/Systems/Self/Bios/SD". The url doesn't work when using GET. Only works with PATCH.
After applying the BIOS settings you get a 204 and you have to reboot the machine so the new BIOS settings apply. |
|
Post Reply | Page 12> |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |