X570D4U-2L2T BMC no BIOS
Printed From: ASRock.com
Category: Technical Support
Forum Name: AMD Motherboards
Forum Description: Question about ASRock AMD motherboards
URL: https://forum.asrock.com/forum_posts.asp?TID=20011
Printed Date: 10 Feb 2025 at 11:19pm Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com
Topic: X570D4U-2L2T BMC no BIOS
Posted By: xorcz
Subject: X570D4U-2L2T BMC no BIOS
Date 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
|
Replies:
Posted By: wondermike
Date Posted: 29 Jan 2022 at 1:37am
Unfortunately, I have the same effect. Is there any solution to this? Kind regards wondermike
|
Posted By: Ango
Date Posted: 30 Jan 2022 at 1:26am
I have the same probleem.
|
Posted By: kerberos_20
Date Posted: 30 Jan 2022 at 8:35am
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.
$> curl -s -k -u $USER:$PASSWORD -H"Content-type: application/json" -H'If-None-Match: "123456"' --data '{ "Attributes": { "Rome0179":"Performance" }}' -X PATCH https://${BMCIP}/redfish/v1/Systems/Self/Bios/SD |
After applying the BIOS settings you get a 204 and you have to reboot the machine so the new BIOS settings apply.
------------- http://valid.x86.fr/diq4l4" rel="nofollow"> http://www.userbenchmark.com/UserRun/47132492" rel="nofollow - userbenchmark
|
Posted By: BTheGamer2
Date Posted: 24 Feb 2022 at 3:54am
How do I go about doing this update? I'm new to this kind of stuff.
|
Posted By: andrelung
Date Posted: 24 Feb 2022 at 4:46am
Put the above in any terminal with curl capabilities and replace the $-Placeholders with your actual data (user, password, ip)
|
Posted By: andrelung
Date Posted: 24 Feb 2022 at 4:56am
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" rel="nofollow - 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)
|
Posted By: BTheGamer2
Date Posted: 02 Mar 2022 at 12:59am
What are some names of programs that I can use to do it? I tried looking it up but I couldn?™t find anything?
|
Posted By: andrelung
Date Posted: 03 Mar 2022 at 5:58pm
You can use Terminal on Mac or PowerShell on Windows. cURL is a standard tool to execute requests (like HTTP-get)
|
Posted By: santam
Date Posted: 07 May 2022 at 9:44pm
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
|
Posted By: andrelung
Date Posted: 08 May 2022 at 3:02am
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.
|
Posted By: Frznfngrs
Date Posted: 18 May 2022 at 12:49am
Mind sharing the files? That bios seems older than the current beta bios of L1.56?
|
Posted By: justauser
Date 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?
|
|