X570D4U-2L2T BMC no BIOS |
Post Reply | Page 12> |
Author | |
xorcz
Newbie Joined: 28 Dec 2021 Status: Offline Points: 20 |
Post Options
Thanks(0)
Posted: 28 Dec 2021 at 6:13pm |
I cannot access BIOS from the BMC, error:
The resource at the URI /redfish/v1/Systems/Self/Bios was not found. BIOS is the latest 1.40 and BMC firmware the latest 1.20.00 flashed from DOS. Thanks |
|
wondermike
Newbie Joined: 29 Jan 2022 Status: Offline Points: 80 |
Post Options
Thanks(0)
|
Unfortunately, I have the same effect. Is there any solution to this?
Kind regards wondermike |
|
Ango
Newbie Joined: 30 Jan 2022 Status: Offline Points: 15 |
Post Options
Thanks(0)
|
I have the same probleem.
|
|
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. |
|
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.
|
|
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)
|
|
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) |
|
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)
|
You can use Terminal on Mac or PowerShell on Windows. cURL is a standard tool to execute requests (like HTTP-get)
|
|
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 |
|
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 |