S8036GM2NE-LE with 7642 Cpu very basic bios and BMC options

Notice: Page may contain affiliate links for which we may earn a small commission through services like Amazon Affiliates or Skimlinks.

RolloZ170

Well-Known Member
Apr 24, 2016
10,079
3,221
113
germany
...but there is a "8036M001.CAP" 16mb for updating the small chip thought (if you only want to run MIlan)
 

Buraz39

New Member
Jun 2, 2025
24
3
3
put bios 2.06 on the chip, tyan logo boots up but hangs on 0022 oem pre memory initialization codes, did bios reset, no dice for now i hope its not the cpu lock
 

RolloZ170

Well-Known Member
Apr 24, 2016
10,079
3,221
113
germany
ill upload the hyve bios if someone has the knowledge to mod just to add the fan setting.
the BIOS has no control over the FAN controller, which are under BMC administration.
but in systems with BMC, the BIOS can send FAN control options to the BMC.
 

Buraz39

New Member
Jun 2, 2025
24
3
3
the BIOS has no control over the FAN controller, which are under BMC administration.
but in systems with BMC, the BIOS can send FAN control options to the BMC.
I have limited knowledge but i will try to activate fan options, i can see they exist in amibcp, is it possible to modify bmc file just like bios file?
 

RolloZ170

Well-Known Member
Apr 24, 2016
10,079
3,221
113
germany
is it possible to modify bmc file just like bios file?
no, there is a linux/minix running. but you could inject a SDR to tell the BMC custom FANs are there.
AMI BIOS comes with all options, even the ones that doesn't apply, the author has to hide remove them.
 
  • Like
Reactions: JustinClift

Buraz39

New Member
Jun 2, 2025
24
3
3
no, there is a linux/minix running. but you could inject a SDR to tell the BMC custom FANs are there.
AMI BIOS comes with all options, even the ones that doesn't apply, the author has to hide remove them.
would it be possible to run the server with bmc completely disabled? i saw somewhere people were getting error 78 on their server with bmc on and no error when disabled. trying all possible scenarios right now
 

jd456

New Member
Sep 16, 2020
13
13
3
Did you get anywhere with this?
I am intresting in getting a newer BMC onto the server
 

Buraz39

New Member
Jun 2, 2025
24
3
3
Did you get anywhere with this?
I am intresting in getting a newer BMC onto the server
Unfortunately no, any tyan bmc hangs, the bmc on this thing is a openbmc version above 2.0 you can try to build one if there is newer but thats out of my league
 

portzero

New Member
Mar 25, 2026
5
1
3
Ok i know i am late to the party but i have two of these servers and it is possible to change fan curve from BMC make a copy of /usr/share/swampd/config.json and then you can start changing the fan curve. In the Zones section in the config.json file you can set the target temprature on the cpu_core and m2_temps
you can also set the minimum and maximu for that zone 1776132195622.png
In the sensors section you can change the min and max pwm values, if you reduce the pwm value for a fan it will reduce the curve over all for that fan1776132255800.png
once you are done you can restart the service(sudo systemctl restart phosphor-pid-control) to pickup the new config
 
  • Like
Reactions: RolloZ170

portzero

New Member
Mar 25, 2026
5
1
3
I got credentials from the person who sold it.

But you should be able to set username and password through ipmitool from shell.

Something like the following as per AI

sudo ipmitool lan set 1 auth ADMIN MD5
sudo ipmitool lan set 1 auth USER MD5

But you can try if admin and Passw0rd1! works for you

You can set your BMC ip address from bios but remember that it also needs gateway address as well as mac address to work.

Hope this helps!