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] SLIC 2.1 for Asus X550JX
Last Post: alestoroz
Today 06:21 AM
» Replies: 0
» Views: 9
BIOS Help - ASUS Zenbook Flip UX360UAK s...
Last Post: inforpassbr
Today 05:49 AM
» Replies: 1
» Views: 116
HP Pro 3300 & 3400 (H61): Upgrade to Ivy...
Last Post: miant
Today 05:10 AM
» Replies: 122
» Views: 81076
[REQUEST] Lenovo Z50-70 & Z40-70 (9BCNxx...
Last Post: kenyah
Today 02:06 AM
» Replies: 727
» Views: 203558
[REQUEST] Lenovo ThinkPad Edge E330 (H3E...
Last Post: Dudu2002
Today 01:57 AM
» Replies: 637
» Views: 184116
Acer Aspire 7739G laptop. i need a modif...
Last Post: keisi130481
Today 12:23 AM
» Replies: 8
» Views: 296
Winflash "flash bios is not an upgrade" ...
Last Post: apacha
Yesterday 01:47 PM
» Replies: 22
» Views: 368
[REQUEST] Lenovo Thinkpad X230(i) (G2ETx...
Last Post: Dudu2002
Yesterday 11:50 AM
» Replies: 1085
» Views: 383262
[REQUEST] ASUS ROG GL553VD BIOS Unlock
Last Post: Reklez
Yesterday 09:09 AM
» Replies: 116
» Views: 39751
[REQUEST] Lenovo Z410 & Z510 (8DCNxxWW) ...
Last Post: Dudu2002
Yesterday 08:19 AM
» Replies: 474
» Views: 134641
REQUEST please msi b650 gaming plus wifi
Last Post: samtron6
05-18-2024 10:22 PM
» Replies: 0
» Views: 126
[REQUEST] Lenovo ThinkPad T480s (N22ETxx...
Last Post: No_013
05-18-2024 08:56 PM
» Replies: 21
» Views: 6434
[Freebie Guide]How get unlocked hidden s...
Last Post: Alan23
05-18-2024 06:24 PM
» Replies: 4
» Views: 12527
[REQUEST] Alienware M16 R1 AMD 7745HX RT...
Last Post: Arc717
05-18-2024 06:15 PM
» Replies: 0
» Views: 141
Lenovo 15ARE05 - RTC timer, stuck on boo...
Last Post: CrisPell
05-18-2024 04:30 PM
» Replies: 0
» Views: 108
LENOVO ideapad 330-14AST
Last Post: pleasehelp
05-18-2024 10:50 AM
» Replies: 0
» Views: 167
[REQUEST] Lenovo L540 (J4ETxxWW) Whiteli...
Last Post: Dudu2002
05-18-2024 09:17 AM
» Replies: 49
» Views: 5111
CLEVO BIOS Mods
Last Post: daniel_wu
05-17-2024 09:41 PM
» Replies: 250
» Views: 423963
[REQUEST] Lenovo IdeaPad L340 (BGCNxxWW)...
Last Post: fatehkeane@gmail.com
05-17-2024 04:43 PM
» Replies: 54
» Views: 16163
[REQUEST] Alienware M16 R1 AMD Bios Unlo...
Last Post: Arc717
05-17-2024 04:41 PM
» Replies: 0
» Views: 251

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: