ASRock.com Homepage
Forum Home Forum Home > Technical Support > AMD Motherboards
  New Posts New Posts RSS Feed - X570D4U-2L2T BMC no BIOS
  FAQ FAQ  Forum Search Search  Events   Register Register  Login Login

X570D4U-2L2T BMC no BIOS

 Post Reply Post Reply Page  12>
Author
Message Reverse Sort Order
justauser View Drop Down
Newbie
Newbie


Joined: 09 Jul 2022
Status: Offline
Points: 35
Post Options Post Options   Thanks (0) Thanks(0)   Quote justauser Quote  Post ReplyReply Direct Link To This Post Topic: X570D4U-2L2T BMC no BIOS
    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?
Back to Top
Frznfngrs View Drop Down
Newbie
Newbie


Joined: 18 May 2022
Status: Offline
Points: 15
Post Options Post Options   Thanks (0) Thanks(0)   Quote Frznfngrs Quote  Post ReplyReply Direct Link To This Post Posted: 18 May 2022 at 12:49am
Mind sharing the files? That bios seems older than the current beta bios of L1.56?
Back to Top
andrelung View Drop Down
Newbie
Newbie
Avatar

Joined: 24 Feb 2022
Status: Offline
Points: 60
Post Options Post Options   Thanks (0) Thanks(0)   Quote andrelung Quote  Post ReplyReply Direct Link To This Post 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.
Back to Top
santam View Drop Down
Newbie
Newbie


Joined: 07 May 2022
Status: Offline
Points: 15
Post Options Post Options   Thanks (0) Thanks(0)   Quote santam Quote  Post ReplyReply Direct Link To This Post 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
Back to Top
andrelung View Drop Down
Newbie
Newbie
Avatar

Joined: 24 Feb 2022
Status: Offline
Points: 60
Post Options Post Options   Thanks (0) Thanks(0)   Quote andrelung Quote  Post ReplyReply Direct Link To This Post 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)
Back to Top
BTheGamer2 View Drop Down
Newbie
Newbie


Joined: 24 Feb 2022
Status: Offline
Points: 30
Post Options Post Options   Thanks (0) Thanks(0)   Quote BTheGamer2 Quote  Post ReplyReply Direct Link To This Post 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?
Back to Top
andrelung View Drop Down
Newbie
Newbie
Avatar

Joined: 24 Feb 2022
Status: Offline
Points: 60
Post Options Post Options   Thanks (0) Thanks(0)   Quote andrelung Quote  Post ReplyReply Direct Link To This Post 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

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)
Back to Top
andrelung View Drop Down
Newbie
Newbie
Avatar

Joined: 24 Feb 2022
Status: Offline
Points: 60
Post Options Post Options   Thanks (0) Thanks(0)   Quote andrelung Quote  Post ReplyReply Direct Link To This Post 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)
Back to Top
BTheGamer2 View Drop Down
Newbie
Newbie


Joined: 24 Feb 2022
Status: Offline
Points: 30
Post Options Post Options   Thanks (0) Thanks(0)   Quote BTheGamer2 Quote  Post ReplyReply Direct Link To This Post Posted: 24 Feb 2022 at 3:54am
How do I go about doing this update? I'm new to this kind of stuff.
Back to Top
kerberos_20 View Drop Down
Senior Member
Senior Member
Avatar

Joined: 06 Dec 2017
Location: czech republic
Status: Offline
Points: 3657
Post Options Post Options   Thanks (1) Thanks(1)   Quote kerberos_20 Quote  Post ReplyReply Direct Link To This Post 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.
Back to Top
 Post Reply Post Reply Page  12>
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.156 seconds.