Forum RSS Feed Follow @ Twitter Follow On Facebook

Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[-]
Welcome
You have to register before you can post on our site.

Username:


Password:





[-]
Latest Threads
[REQUEST] Lenovo G50-70 (9ACNxxWW) White...
Last Post: Dudu2002
Today 09:36 AM
» Replies: 238
» Views: 71619
[REQUEST] Acer Nitro 5 AN515-54 BIOS Unl...
Last Post: matheudsp
Today 09:36 AM
» Replies: 81
» Views: 24688
[REQUEST] Acer Nitro 5 AN515-58 BIOS Unl...
Last Post: Dudu2002
Today 09:33 AM
» Replies: 22
» Views: 1434
[REQUEST] HP Pavilion dv1340us whitelist...
Last Post: Maxinator500
Today 08:02 AM
» Replies: 3
» Views: 95
[REQUEST] Lenovo Flex 10 BIOS Unlock
Last Post: artamis
Today 05:23 AM
» Replies: 26
» Views: 1537
[REQUEST] Lenovo IdeaPad S540 (GPETxxWW)...
Last Post: Dudu2002
Today 04:40 AM
» Replies: 47
» Views: 16248
[REQUEST] Lenovo ThinkPad Edge E330 (H3E...
Last Post: Dudu2002
Today 04:39 AM
» Replies: 633
» Views: 180913
Asus N53SV Unlocked v215
Last Post: Jantheman
Yesterday 03:29 PM
» Replies: 2
» Views: 1424
[REQUEST] Asus eeepc 1025C
Last Post: biospherebios
05-07-2024 11:23 PM
» Replies: 89
» Views: 110814
[REQUEST] Lenovo G480 (62CNxxWW) Whiteli...
Last Post: AS7Alexis
05-07-2024 10:23 PM
» Replies: 61
» Views: 17772
HP EliteBook 840 g2 NVMe
Last Post: manlopsi
05-07-2024 09:07 PM
» Replies: 1
» Views: 185
[REQUEST] Lenovo ThinkPad T30 (2367) Whi...
Last Post: Ibm38729
05-07-2024 03:29 PM
» Replies: 0
» Views: 92
[REQUEST] HP ProBook 4535s Whitelist Rem...
Last Post: matxav
05-07-2024 01:35 PM
» Replies: 5
» Views: 3464
[HELP] BIOS modding to change soldered R...
Last Post: F-18
05-07-2024 12:44 PM
» Replies: 0
» Views: 112
[HELP] Cannot repair or reset bios Lenov...
Last Post: POPKAPOPI2222
05-07-2024 12:26 PM
» Replies: 0
» Views: 132
[REQUEST] Unlocked ASUS H81M-E/M52AD/DP_...
Last Post: CertifiedCosmos
05-07-2024 08:50 AM
» Replies: 1
» Views: 301
[REQUEST] Lenovo IdeaPad U310 & U410 (65...
Last Post: Dudu2002
05-07-2024 03:25 AM
» Replies: 1768
» Views: 385568
[REQUEST] Lenovo G500 (78CNxxWW) BIOS Un...
Last Post: Dudu2002
05-07-2024 03:20 AM
» Replies: 280
» Views: 125605
Fujitsu Esprimo P5710 - unlock [REQUEST]
Last Post: monkeywrench
05-05-2024 12:30 PM
» Replies: 34
» Views: 792
Lenovo Z50-70: CPU update
Last Post: PedroFX
05-04-2024 07:20 PM
» Replies: 6
» Views: 250

SL8MA Support on SuperMicro X6DHE-XB
#1
Can the SL8MA support be added to the SuperMicro X6DHE-XB?

I have included the bios for the X6DAi-G2 that supports the SL8MA and the X6DHE-XB that does not include support.

These boards\bios's appear to be very similar. I think the cpuid for SL8MA is 0F48h.

I put both SL8MA to my X6DHE-XB but bios says physical count : 1, only 1 cpu detected and windows 7 detects also 1 cpu/2 cores/4 threads.

Is it possible to add SL8MA cpu support to my old server? I have read through previous postings and saw that it have been done on an Iwill DH800 motherboard.

If anything else is needed in order to do this, please let me know.

Thank you in advance,

~jonnyboy



***EDIT***
I have found a blog post that shows how to add the microcode to the bios. I will be setting up a 32-bit OS and attempt this a little later this evening. I will post back my success or failure.

The tools listed would not extract the bios, so I'll keep looking. I would very much appreciate any help.

UPDATE...
I am trying another bios that is very similar but supports the dual core SL8MA cpu's. It does not have all of the PCI-x support, but it is a start.
Should have been more patient. I think that now I will need a new chip. More reading ahead.
I have tried the Crisis Recovery Tool with no success, the computer powers up, but not lights on keyboard or fdd. It looks like I will have to wait for a replacement chip.
Anyone have any ideas?
find
quote
#2
Sorry for the long delay , i've been on holiday!! Big Grin

Here is the SuperMicro X6DHE-XB bios with the microcode from the X6DAi-G2

http://dl.dropbox.com/u/747181/SuperMicr...34s282.zip

Try at your own risk. i look forward to receiving your feedback Big Grin

Regards
Admin
find
quote
#3
Thank you. I will try later this week. I need to wait for a new chip.
find
quote
#4
It did not work as posted. I should say, it booted the same as stock, the first CPU is used - both cores plus HT, the second CPU is not recognized.

I tried adding a few lines to the ACPI and retried it.

This:
Scope(_PR) {
Processor(CPU0,0x00,0x00000000,0x00){}
Processor(CPU1,0x01,0x00000000,0x00){}
Processor(CPU2,0x02,0x00000000,0x00){}
Processor(CPU3,0x03,0x00000000,0x00){}
}

To:
Scope(_PR) {
Processor(CPU0,0x00,0x00000000,0x00){}
Processor(CPU1,0x01,0x00000000,0x00){}
Processor(CPU2,0x02,0x00000000,0x00){}
Processor(CPU3,0x03,0x00000000,0x00){}
Processor(CPU4,0x04,0x00000000,0x00){}
Processor(CPU5,0x05,0x00000000,0x00){}
Processor(CPU6,0x06,0x00000000,0x00){}
Processor(CPU7,0x07,0x00000000,0x00){}
}


This caused a failure to boot. I am very new to modding so, I obviously did something wrong. I used Phoenix Bios Editor to edit and save the changes. Any advice or suggestions. I have additional bios chips, so I can continue testing changes.

Thank you
In my initial posting, I made an error. Instead of doing the proper research, I used information from another post for the for the details of the alternate bios. After your modded bios failed, I did my own research and found that the posted bios does not have support for the dual core SL8MA CPU's.

The original bios is from the SuperMicro X6DHE-XB board. {Download BIOS}
The alternate bios is from the SuperMicro X6DHE-G2+ board. It shows the correct CPU that I am tryng to add and is using the same chipset. {Download BIOS}

The CPUID remains the same at 0F48h.

This time, I am certain that the information is correct. Could you please assist with another mod?

Thank you
find
quote
#5
Ive updated the download link with the new rom containing the microcode from the X6DHE-G2+

Try at your own risk!

Good luck!

Admin
find
quote
#6
(04-03-2011, 07:54 AM)1234s282 Wrote: Ive updated the download link with the new rom containing the microcode from the X6DHE-G2+

Try at your own risk!

Good luck!

Admin

Thank you for your efforts. I tried this one also. It still boots the same way. It sees and recognizes CPU0, both cores and the hyper threads. It still does not use or see the CPU1. I again tried adding the additional CPU's in the ACPI file with no luck. I am learning as I go and will keep trying anything that you have the time to offer.

Thank you
find
quote
#7
Hello,

I found an explanation of how to insert the microcode. I followed it, exactly. It boots, but still does not allow for the second cpu. I then added the additional cpu's into the ACPI, with the same results.
Is there anything else within the bios that may need to be edited? All of the help has been greatly appreciated.

Thank you
find
quote
#8
Can anyone tell me what each of the different roms, inside the bios, does? Or, point me to a reference page that can explain the roms? I am trying to see where the cpu's are being referenced and what is different in the 2 bios'.

Any help would be greatly appreciated.

Thank you
find
quote
#9
Hi, I hope something happened in the year 2011 Wink
Now, I have a problem like you, but my mobo is the x6dhe-g, and I bought 2 paxvilles (SL8MA), too. Or is there anything else wrong with our boards whatfor they don't support the new CPU's?
I hope everybody can understand... Sorry, I come from Germany Wink
find
quote
#10
Well i've given the mod one more update , the microcode entry for 0F48 cpu's was in the donor bios and not in the original and i've managed to merge it into the original bios now.

Good luck! - Same download link

Admin
find
quote


Forum Jump:


Users browsing this thread: 1 Guest(s)