EVGA

Why we cannot update to latest Intel RAID OROM on E759/E760/etc. explained

Page: << < ..678910.. > >> Showing page 7 of 15
Author
Alucard666
CLASSIFIED ULTRA Member
  • Total Posts : 6164
  • Reward points : 0
  • Joined: 2007/12/22 16:19:50
  • Status: offline
  • Ribbons : 12
Re:Modified BIOS - Use at your own risk!!! 2011/02/04 15:57:09 (permalink)
KMoore4318

 
I do hope someone from EVGA actualy reads this thread, I can respect that the X58 is quickley becomeing EOL, and that your attention needs to go to the boards that will soon become your money maker. ( I under stand the need for you to shake your money maker ), But please do not ever forget it's your loyal fan base, that is your future customers, it takes ten times the money to attract a new customer than it does to keep an old one. and most of us are satisfied just knowing what is happening and an estimate of when. It feels good to be in the loop. I'm not saying divulge any trade secrets, or violate any Non disclosure agrements, just keep us updated, and remind us that we are relavent. and our wishes respected. If it is truley impossible, many of us will accept that, but will feel slited, if we are told it's not possible, and then see other companies do it. actualy it's your fault, But I have come to expect the impossible from EVGA, based on past performance.

 
+1 bud

AMD Ryzen 7 3700x | 32GB Crucial Ballistix PRO RGB 3600mhz| ASUS RTX 3080 TUF OC | ASUS X570i STRIX | 2TB Sabrent Rockit M.2 SSD| NZXT H1 w Ghost Sheets Mesh Front | Noctua 140mm & 2 40mm | Samsung Odyssey G7 32" | Logitech G Pro Wireless | Logitech G915 | SteelSeries Arctis Pro Wireless | Logitech G560 RGB Speakers |
dejanh
FTW Member
  • Total Posts : 1553
  • Reward points : 0
  • Joined: 2006/08/07 10:40:07
  • Location: Vancouver, BC, Canada
  • Status: offline
  • Ribbons : 3
Re:Modified BIOS - Use at your own risk!!! 2011/02/04 16:07:46 (permalink)
Sick today so I had time to play with the option ROM a bit further and I have narrowed it down a bit...
 
I took the last 64K RAID option ROM version 8.5.0.1030 and modified it to be length of 84K by padding with FFh at the end (no impact on functionality), same as new ROM but left the 3rd byte as 80h (128 in decimal system) to indicate that the length of the ROM is still 64K ((128 * 512) / 1024).  Made sure that the checksum is 00h so that the option ROM is still valid, replaced it in the BIOS, flashed and everything worked fine.  So this is an 84K option ROM now working fine in the existing BIOS but keep in mind that the 3rd byte is still indicating that the ROM is 64K in size, so only first 64K of code are loaded.
 
Next I decided to try something else.  I took the same working option ROM and changed the 3rd byte to A9h, basically to indicate that this is now an 84K option ROM and that 84K of code should be loaded.  I ensured the checksum is still 00h by padding a few additional FFh bytes, saved, and flashed the option ROM.  It failed to boot the RAID ROM when it needed to address first 84K instead of 64K.
 
So, what does this say...well, it says that the code will load both from a 64K ROM or an 84K ROM.  The newer ROM fails because it is trying to address more than 64K of code regardless of what that code is, which I am now more convinced than ever is a current BIOS limitation and should be fixable.  Maybe EVGA needs a newer Phoenix-Award BIOS, I am not sure, but clearly this barrier can be overcome as Gigabyte has done it successfully on a Phoenix-Award BIOS. 
 
Just some food for thought.

post edited by dejanh - 2011/02/04 16:09:54
Jfeil
New Member
  • Total Posts : 71
  • Reward points : 0
  • Joined: 2005/12/14 17:09:36
  • Location: Sacramento, CA
  • Status: offline
  • Ribbons : 2
Re:Modified BIOS - Use at your own risk!!! 2011/02/04 18:13:41 (permalink)
Dijanh, that brings up an interesting question...  would it be possible to modify the newest Intel option ROM so that it also indicates that it's only 64k in size to the BIOS?  I wonder if that's actually how Gigabyte got around it.  I'd like to make a suggestion, if I may.  Go to Gigabyte's page and download the newest BIOS for the UD9, I think that's the one that has the newest option ROM in it.  Extract the option ROM from their BIOS and try loading it up into the EVGA BIOS.  If it works, we know for sure that's how they got around it, which also means we all could finally be using the new option ROM.
 
If it doesn't work, then we know for sure that Gigabyte simply rewrote their BIOS to lift the limitation altogether, rather than work around it.  If that's the case, could YOU modify the newest Intel ROM to show it's size as 64k so we can get a working ROM?
 
-Jason
*EDIT: Scratch that, reread your post and noticed that you said only 64k of the code was being executed, just the size was different.  Wouldn't work on the new one since all 84k of code needs to be executed.  Damnit, got my hopes up, must have read through your post too fast the first time to miss something like that.
post edited by Jfeil - 2011/02/04 18:19:34

"I don't want any yes-men around me. I want everybody to tell me the truth even if it costs them their job."  -Samuel Goldwyn
Alucard666
CLASSIFIED ULTRA Member
  • Total Posts : 6164
  • Reward points : 0
  • Joined: 2007/12/22 16:19:50
  • Status: offline
  • Ribbons : 12
Re:Modified BIOS - Use at your own risk!!! 2011/02/04 18:44:59 (permalink)
dejanh

Sick today so I had time to play with the option ROM a bit further and I have narrowed it down a bit...

I took the last 64K RAID option ROM version 8.5.0.1030 and modified it to be length of 84K by padding with FFh at the end (no impact on functionality), same as new ROM but left the 3rd byte as 80h (128 in decimal system) to indicate that the length of the ROM is still 64K ((128 * 512) / 1024).  Made sure that the checksum is 00h so that the option ROM is still valid, replaced it in the BIOS, flashed and everything worked fine.  So this is an 84K option ROM now working fine in the existing BIOS but keep in mind that the 3rd byte is still indicating that the ROM is 64K in size, so only first 64K of code are loaded.

Next I decided to try something else.  I took the same working option ROM and changed the 3rd byte to A9h, basically to indicate that this is now an 84K option ROM and that 84K of code should be loaded.  I ensured the checksum is still 00h by padding a few additional FFh bytes, saved, and flashed the option ROM.  It failed to boot the RAID ROM when it needed to address first 84K instead of 64K.

So, what does this say...well, it says that the code will load both from a 64K ROM or an 84K ROM.  The newer ROM fails because it is trying to address more than 64K of code regardless of what that code is, which I am now more convinced than ever is a current BIOS limitation and should be fixable.  Maybe EVGA needs a newer Phoenix-Award BIOS, I am not sure, but clearly this barrier can be overcome as Gigabyte has done it successfully on a Phoenix-Award BIOS. 

Just some food for thought.


 
Sounds like you're making some great progress.... can't wait to see the next BIOS release :-D

AMD Ryzen 7 3700x | 32GB Crucial Ballistix PRO RGB 3600mhz| ASUS RTX 3080 TUF OC | ASUS X570i STRIX | 2TB Sabrent Rockit M.2 SSD| NZXT H1 w Ghost Sheets Mesh Front | Noctua 140mm & 2 40mm | Samsung Odyssey G7 32" | Logitech G Pro Wireless | Logitech G915 | SteelSeries Arctis Pro Wireless | Logitech G560 RGB Speakers |
dejanh
FTW Member
  • Total Posts : 1553
  • Reward points : 0
  • Joined: 2006/08/07 10:40:07
  • Location: Vancouver, BC, Canada
  • Status: offline
  • Ribbons : 3
Re:Modified BIOS - Use at your own risk!!! 2011/02/05 09:54:15 (permalink)
Alucard666

dejanh

Sick today so I had time to play with the option ROM a bit further and I have narrowed it down a bit...

I took the last 64K RAID option ROM version 8.5.0.1030 and modified it to be length of 84K by padding with FFh at the end (no impact on functionality), same as new ROM but left the 3rd byte as 80h (128 in decimal system) to indicate that the length of the ROM is still 64K ((128 * 512) / 1024).  Made sure that the checksum is 00h so that the option ROM is still valid, replaced it in the BIOS, flashed and everything worked fine.  So this is an 84K option ROM now working fine in the existing BIOS but keep in mind that the 3rd byte is still indicating that the ROM is 64K in size, so only first 64K of code are loaded.

Next I decided to try something else.  I took the same working option ROM and changed the 3rd byte to A9h, basically to indicate that this is now an 84K option ROM and that 84K of code should be loaded.  I ensured the checksum is still 00h by padding a few additional FFh bytes, saved, and flashed the option ROM.  It failed to boot the RAID ROM when it needed to address first 84K instead of 64K.

So, what does this say...well, it says that the code will load both from a 64K ROM or an 84K ROM.  The newer ROM fails because it is trying to address more than 64K of code regardless of what that code is, which I am now more convinced than ever is a current BIOS limitation and should be fixable.  Maybe EVGA needs a newer Phoenix-Award BIOS, I am not sure, but clearly this barrier can be overcome as Gigabyte has done it successfully on a Phoenix-Award BIOS. 

Just some food for thought.



Sounds like you're making some great progress.... can't wait to see the next BIOS release :-D

Heh, I wish...more like more reason for EVGA BIOS eng. to step up
Alucard666
CLASSIFIED ULTRA Member
  • Total Posts : 6164
  • Reward points : 0
  • Joined: 2007/12/22 16:19:50
  • Status: offline
  • Ribbons : 12
Re:Modified BIOS - Use at your own risk!!! 2011/02/05 10:21:26 (permalink)
dejanh

Alucard666

dejanh

Sick today so I had time to play with the option ROM a bit further and I have narrowed it down a bit...

I took the last 64K RAID option ROM version 8.5.0.1030 and modified it to be length of 84K by padding with FFh at the end (no impact on functionality), same as new ROM but left the 3rd byte as 80h (128 in decimal system) to indicate that the length of the ROM is still 64K ((128 * 512) / 1024).  Made sure that the checksum is 00h so that the option ROM is still valid, replaced it in the BIOS, flashed and everything worked fine.  So this is an 84K option ROM now working fine in the existing BIOS but keep in mind that the 3rd byte is still indicating that the ROM is 64K in size, so only first 64K of code are loaded.

Next I decided to try something else.  I took the same working option ROM and changed the 3rd byte to A9h, basically to indicate that this is now an 84K option ROM and that 84K of code should be loaded.  I ensured the checksum is still 00h by padding a few additional FFh bytes, saved, and flashed the option ROM.  It failed to boot the RAID ROM when it needed to address first 84K instead of 64K.

So, what does this say...well, it says that the code will load both from a 64K ROM or an 84K ROM.  The newer ROM fails because it is trying to address more than 64K of code regardless of what that code is, which I am now more convinced than ever is a current BIOS limitation and should be fixable.  Maybe EVGA needs a newer Phoenix-Award BIOS, I am not sure, but clearly this barrier can be overcome as Gigabyte has done it successfully on a Phoenix-Award BIOS. 

Just some food for thought.



Sounds like you're making some great progress.... can't wait to see the next BIOS release :-D

Heh, I wish...more like more reason for EVGA BIOS eng. to step up

 
Guess we keep waiting then

AMD Ryzen 7 3700x | 32GB Crucial Ballistix PRO RGB 3600mhz| ASUS RTX 3080 TUF OC | ASUS X570i STRIX | 2TB Sabrent Rockit M.2 SSD| NZXT H1 w Ghost Sheets Mesh Front | Noctua 140mm & 2 40mm | Samsung Odyssey G7 32" | Logitech G Pro Wireless | Logitech G915 | SteelSeries Arctis Pro Wireless | Logitech G560 RGB Speakers |
dejanh
FTW Member
  • Total Posts : 1553
  • Reward points : 0
  • Joined: 2006/08/07 10:40:07
  • Location: Vancouver, BC, Canada
  • Status: offline
  • Ribbons : 3
Re:Modified BIOS - Use at your own risk!!! 2011/02/06 11:05:27 (permalink)
Yep...I just hope my BIOS chip comes quick so that I can start playing with the AHCI ROM.
sromerod
New Member
  • Total Posts : 8
  • Reward points : 0
  • Joined: 2009/12/30 18:28:16
  • Status: offline
  • Ribbons : 0
Re:Modified BIOS - Use at your own risk!!! 2011/02/06 12:05:11 (permalink)
Hi dejanh

What is the latest version of AHCI ROM?
Alucard666
CLASSIFIED ULTRA Member
  • Total Posts : 6164
  • Reward points : 0
  • Joined: 2007/12/22 16:19:50
  • Status: offline
  • Ribbons : 12
Re:Modified BIOS - Use at your own risk!!! 2011/02/06 17:27:19 (permalink)
dejanh

Yep...I just hope my BIOS chip comes quick so that I can start playing with the AHCI ROM.

 
Yea. I'm hoping with ya XD

AMD Ryzen 7 3700x | 32GB Crucial Ballistix PRO RGB 3600mhz| ASUS RTX 3080 TUF OC | ASUS X570i STRIX | 2TB Sabrent Rockit M.2 SSD| NZXT H1 w Ghost Sheets Mesh Front | Noctua 140mm & 2 40mm | Samsung Odyssey G7 32" | Logitech G Pro Wireless | Logitech G915 | SteelSeries Arctis Pro Wireless | Logitech G560 RGB Speakers |
dejanh
FTW Member
  • Total Posts : 1553
  • Reward points : 0
  • Joined: 2006/08/07 10:40:07
  • Location: Vancouver, BC, Canada
  • Status: offline
  • Ribbons : 3
Re:Modified BIOS - Use at your own risk!!! 2011/02/06 21:26:04 (permalink)
sromerod

Hi dejanh

What is the latest version of AHCI ROM?

Phoenix latest version is the one we already have...however, Intel has much newer AHCI ROM from a couple months back that I will try to integrate as soon as my backup chip is here
Alucard666
CLASSIFIED ULTRA Member
  • Total Posts : 6164
  • Reward points : 0
  • Joined: 2007/12/22 16:19:50
  • Status: offline
  • Ribbons : 12
Re:Modified BIOS - Use at your own risk!!! 2011/02/06 22:47:32 (permalink)
dejanh

sromerod

Hi dejanh

What is the latest version of AHCI ROM?

Phoenix latest version is the one we already have...however, Intel has much newer AHCI ROM from a couple months back that I will try to integrate as soon as my backup chip is here

 
Can't wait to see what you come up with. :-D
 
*I'm surprised EVGA hasn't snatched you up yet.*

AMD Ryzen 7 3700x | 32GB Crucial Ballistix PRO RGB 3600mhz| ASUS RTX 3080 TUF OC | ASUS X570i STRIX | 2TB Sabrent Rockit M.2 SSD| NZXT H1 w Ghost Sheets Mesh Front | Noctua 140mm & 2 40mm | Samsung Odyssey G7 32" | Logitech G Pro Wireless | Logitech G915 | SteelSeries Arctis Pro Wireless | Logitech G560 RGB Speakers |
sighrus
Superclocked Member
  • Total Posts : 109
  • Reward points : 0
  • Joined: 2009/06/16 13:13:22
  • Location: New York City
  • Status: offline
  • Ribbons : 0
Re:Modified BIOS - Use at your own risk!!! 2011/02/07 12:51:51 (permalink)
Hey Dejanh,
Really wanted to say thanks for working so hard on this. My current system has a pair of SSD's in RAID 0 that would really benefit from a current Intel RAID ROM. Let's just hope that EVGA works as hard on getting  this integrated into our bios's as you have. Looking forward to see what else can be updated on this bios to keep my E758 running optimally.
 

*OS: Windows 7 64 Ultimate
*CPU: Intel Core i7-920 DO @ 4.0GHz
*Motherboard: Evga X58 3X SLI E758
*Memory: Corsair Dominator 8 8 8 24 (3 x 2GB) DDR3 1600 
*Power Supply: Corsair HX750W
*Graphics: 2X EVGA 9800 GTX+ in SLI
*Hard Drives: 2X Intel X25M 80GB Raid 0
                     2X WD Caviar Black 1TB Raid 0
                     2X OCZ Vertex 2 60GB RAID 0
*CD-ROM: Pioneer BD-RW  BDR-203
*Cooling: Vigor Monsoon III Lt
*Sound: Asus Xonar Dx
*Case: Antec 900
*Monitor: Samsung LN46B650 46" HDTV
kingofsorrow
FTW Member
  • Total Posts : 1904
  • Reward points : 0
  • Joined: 2007/03/08 07:11:22
  • Location: RF
  • Status: offline
  • Ribbons : 2
Re:Modified BIOS - Use at your own risk!!! 2011/02/07 13:04:55 (permalink)
Dejanh deserves a dozen of BRs for all this.

i7 990x@ 4.41Ghz 1.375v | Evga Classified E762 | 12Gb CM12GX3M3A2000C9 | GeForce Titan X SLi | HAF-X | ST1500
                                      
Alucard666
CLASSIFIED ULTRA Member
  • Total Posts : 6164
  • Reward points : 0
  • Joined: 2007/12/22 16:19:50
  • Status: offline
  • Ribbons : 12
Re:Modified BIOS - Use at your own risk!!! 2011/02/07 19:51:02 (permalink)
kingofsorrow

Dejanh deserves a dozen of BRs for all this.

 
I too am hoping the man gets what he deserves :-p

AMD Ryzen 7 3700x | 32GB Crucial Ballistix PRO RGB 3600mhz| ASUS RTX 3080 TUF OC | ASUS X570i STRIX | 2TB Sabrent Rockit M.2 SSD| NZXT H1 w Ghost Sheets Mesh Front | Noctua 140mm & 2 40mm | Samsung Odyssey G7 32" | Logitech G Pro Wireless | Logitech G915 | SteelSeries Arctis Pro Wireless | Logitech G560 RGB Speakers |
ddggttff3
Superclocked Member
  • Total Posts : 180
  • Reward points : 0
  • Joined: 2007/07/14 14:29:49
  • Location: Minnesota USA
  • Status: offline
  • Ribbons : 1
Re:Modified BIOS - Use at your own risk!!! 2011/02/09 04:39:59 (permalink)
same here man, 100 Brownie Points for you until then.

Checkout / Rate / Comment on my Mod Rig!
ServerNetworkTech - My Personal Tech Blog (Mostly Linux Server Stuff)
dejanh
FTW Member
  • Total Posts : 1553
  • Reward points : 0
  • Joined: 2006/08/07 10:40:07
  • Location: Vancouver, BC, Canada
  • Status: offline
  • Ribbons : 3
Re:Modified BIOS - Use at your own risk!!! 2011/02/09 08:28:10 (permalink)
I'm supposed to have some nice stuff coming my way this week :)  Can't say much more than that right now but let's hope that my rumor mill is not just a rumor mill
 
My spare chip is still not here though which is kind of a bummer...as soon as it is here I'll be looking at the AHCI ROM
smoothie
FTW Member
  • Total Posts : 1470
  • Reward points : 0
  • Joined: 2009/11/08 18:47:35
  • Location: Canada
  • Status: offline
  • Ribbons : 4
Re:Modified BIOS - Use at your own risk!!! 2011/02/09 08:45:50 (permalink)
Thanks for the hard work Dejanh, I have the new drivers 10.xxx but haven't seen much improvement. This is probably due to the bios not having a matching driver.
dejanh
FTW Member
  • Total Posts : 1553
  • Reward points : 0
  • Joined: 2006/08/07 10:40:07
  • Location: Vancouver, BC, Canada
  • Status: offline
  • Ribbons : 3
Re:Modified BIOS - Use at your own risk!!! 2011/02/09 08:53:32 (permalink)
smoothie
Thanks for the hard work Dejanh, I have the new drivers 10.xxx but haven't seen much improvement. This is probably due to the bios not having a matching driver.

You're welcome
 
It is all dependent on the configuration you have of course, but for people that run RAID and especially SSD RAID combinations the newer the ROM the better.  Most of us are running very new drivers with very old ROMs so not only do we not have the optimal combination, but we are likely missing features as well.  The ROM upgrade barrier to be broken is important too as there is a chance that future RAID ROMs may support TRIM or TRIM like commands which is not something that is supported today but would be much welcome.  No matter how you look at it, it's important to be able to run newer ROMs, whether its stability, feature set, performance, etc.
Alucard666
CLASSIFIED ULTRA Member
  • Total Posts : 6164
  • Reward points : 0
  • Joined: 2007/12/22 16:19:50
  • Status: offline
  • Ribbons : 12
Re:Modified BIOS - Use at your own risk!!! 2011/02/09 09:08:54 (permalink)
dejanh

smoothie
Thanks for the hard work Dejanh, I have the new drivers 10.xxx but haven't seen much improvement. This is probably due to the bios not having a matching driver.

You're welcome

It is all dependent on the configuration you have of course, but for people that run RAID and especially SSD RAID combinations the newer the ROM the better.  Most of us are running very new drivers with very old ROMs so not only do we not have the optimal combination, but we are likely missing features as well.  The ROM upgrade barrier to be broken is important too as there is a chance that future RAID ROMs may support TRIM or TRIM like commands which is not something that is supported today but would be much welcome.  No matter how you look at it, it's important to be able to run newer ROMs, whether its stability, feature set, performance, etc.

 
Can't wait

AMD Ryzen 7 3700x | 32GB Crucial Ballistix PRO RGB 3600mhz| ASUS RTX 3080 TUF OC | ASUS X570i STRIX | 2TB Sabrent Rockit M.2 SSD| NZXT H1 w Ghost Sheets Mesh Front | Noctua 140mm & 2 40mm | Samsung Odyssey G7 32" | Logitech G Pro Wireless | Logitech G915 | SteelSeries Arctis Pro Wireless | Logitech G560 RGB Speakers |
Phazon
New Member
  • Total Posts : 57
  • Reward points : 0
  • Joined: 2010/05/08 03:20:30
  • Location: Québec, Canada
  • Status: offline
  • Ribbons : 0
Re:Modified BIOS - Use at your own risk!!! 2011/02/09 09:15:43 (permalink)
Thanks, you're the best!

Corsair Obsidian 800D • Corsair HX1000W • EVGA X58 Classified 3-Way SLI (760) • Intel Xeon W3520 @4.2 GHz (200 x 21 - 1.27v) • 12 GB G.Skill Trident DDR3-2000 @8-9-8-24-72-1 • 2 x XFX Radeon HD 6950@6970 2 GB • 2 x Intel X25-M 80 GB (RAID-0) • 2 x WD Caviar Green 1.5 TB (RAID-1) • Asus Xonar Essence STX • WooAudio WA6 (tube amp) • Beyerdynamic DT 880 600 Ω (headphones)

XSPC X2O 750 • Koolance CPU-360 • Black Ice GT Stealth 360 X-Flow (3 x 120mm)

Coldblackice
New Member
  • Total Posts : 65
  • Reward points : 0
  • Joined: 2010/08/08 03:48:29
  • Status: offline
  • Ribbons : 0
Re:Modified BIOS - Use at your own risk!!! 2011/02/10 10:56:51 (permalink)
So I've read through the thread and it's apparent that the mismatch of Intel's BIOS driver to OS driver isn't 'good'.
 
Anyone have specifics of what happens? Is there anything documented/reported from this mismatch, or is it just an overall sense that things won't go as well as they could/should?
 
Wondering if an SSD upgrade would run as well with this mismatch...
dejanh
FTW Member
  • Total Posts : 1553
  • Reward points : 0
  • Joined: 2006/08/07 10:40:07
  • Location: Vancouver, BC, Canada
  • Status: offline
  • Ribbons : 3
Re:Modified BIOS - Use at your own risk!!! 2011/02/10 11:11:29 (permalink)
Coldblackice
So I've read through the thread and it's apparent that the mismatch of Intel's BIOS driver to OS driver isn't 'good'.

Anyone have specifics of what happens? Is there anything documented/reported from this mismatch, or is it just an overall sense that things won't go as well as they could/should?

Wondering if an SSD upgrade would run as well with this mismatch...

This is not quite true...you can have a mismatch and running the newer drivers is generally better with SSDs, but you will certainly not benefit from the newest driver as much as you would if you had matching hardware to go with it...since our hardware is so "outdated" you will not get much in the way of improvements from newer drivers most likely.  Once the ROM is updated to bring it into the current era from stone age all will be good, but alas, we continue to wait
Alucard666
CLASSIFIED ULTRA Member
  • Total Posts : 6164
  • Reward points : 0
  • Joined: 2007/12/22 16:19:50
  • Status: offline
  • Ribbons : 12
Re:Modified BIOS - Use at your own risk!!! 2011/02/10 11:18:30 (permalink)
dejanh

Coldblackice
So I've read through the thread and it's apparent that the mismatch of Intel's BIOS driver to OS driver isn't 'good'.

Anyone have specifics of what happens? Is there anything documented/reported from this mismatch, or is it just an overall sense that things won't go as well as they could/should?

Wondering if an SSD upgrade would run as well with this mismatch...

This is not quite true...you can have a mismatch and running the newer drivers is generally better with SSDs, but you will certainly not benefit from the newest driver as much as you would if you had matching hardware to go with it...since our hardware is so "outdated" you will not get much in the way of improvements from newer drivers most likely.  Once the ROM is updated to bring it into the current era from stone age all will be good, but alas, we continue to wait

 
+1
 
Still waiting for EVGA to make a big move.
 
Hope they do it soon, I really wanna see what this board can do with all the stops pulled out

AMD Ryzen 7 3700x | 32GB Crucial Ballistix PRO RGB 3600mhz| ASUS RTX 3080 TUF OC | ASUS X570i STRIX | 2TB Sabrent Rockit M.2 SSD| NZXT H1 w Ghost Sheets Mesh Front | Noctua 140mm & 2 40mm | Samsung Odyssey G7 32" | Logitech G Pro Wireless | Logitech G915 | SteelSeries Arctis Pro Wireless | Logitech G560 RGB Speakers |
ezetsnd
New Member
  • Total Posts : 34
  • Reward points : 0
  • Joined: 2009/04/09 17:53:17
  • Status: offline
  • Ribbons : 0
Re:Modified BIOS - Use at your own risk!!! 2011/02/10 13:37:22 (permalink)
dejanh

Coldblackice
So I've read through the thread and it's apparent that the mismatch of Intel's BIOS driver to OS driver isn't 'good'.

Anyone have specifics of what happens? Is there anything documented/reported from this mismatch, or is it just an overall sense that things won't go as well as they could/should?

Wondering if an SSD upgrade would run as well with this mismatch...

This is not quite true...you can have a mismatch and running the newer drivers is generally better with SSDs, but you will certainly not benefit from the newest driver as much as you would if you had matching hardware to go with it...since our hardware is so "outdated" you will not get much in the way of improvements from newer drivers most likely.  Once the ROM is updated to bring it into the current era from stone age all will be good, but alas, we continue to wait

Do you think that having the older OROM and installing the newest Intel RST drivers would cause the PC to get stuck at the loading screen? I had that problem with the old 8.0 OROM and 10.1 RST drivers. When I went back to the old RST drivers, I could load to windows just fine. I have been worried about trying RST 10.1 again for fear I will have to reload my windows image even though now I have the 8.5 OROM. I may play it safe and wait to see if we can get another BIOS before attempting that again.

Core I7 3930k 4.4 @ 1.3v Corsair H100i Delta fans
16gb Samsung low pro DDR3 1.35v
eVGA X79 FTW
eVGA GTX Titan SC stock
Antec HC1200 pro
2 Samsung 830 128gb Raid 0
Creative SB Titanium HD
Antec 1200 case
dejanh
FTW Member
  • Total Posts : 1553
  • Reward points : 0
  • Joined: 2006/08/07 10:40:07
  • Location: Vancouver, BC, Canada
  • Status: offline
  • Ribbons : 3
Re:Modified BIOS - Use at your own risk!!! 2011/02/10 13:58:13 (permalink)
ezetsnd
dejanh
Coldblackice
So I've read through the thread and it's apparent that the mismatch of Intel's BIOS driver to OS driver isn't 'good'.

Anyone have specifics of what happens? Is there anything documented/reported from this mismatch, or is it just an overall sense that things won't go as well as they could/should?

Wondering if an SSD upgrade would run as well with this mismatch...

This is not quite true...you can have a mismatch and running the newer drivers is generally better with SSDs, but you will certainly not benefit from the newest driver as much as you would if you had matching hardware to go with it...since our hardware is so "outdated" you will not get much in the way of improvements from newer drivers most likely.  Once the ROM is updated to bring it into the current era from stone age all will be good, but alas, we continue to wait

Do you think that having the older OROM and installing the newest Intel RST drivers would cause the PC to get stuck at the loading screen? I had that problem with the old 8.0 OROM and 10.1 RST drivers. When I went back to the old RST drivers, I could load to windows just fine. I have been worried about trying RST 10.1 again for fear I will have to reload my windows image even though now I have the 8.5 OROM. I may play it safe and wait to see if we can get another BIOS before attempting that again.

Well it's hard to say really.  You could have some funny interaction going on, but that would not be due to just the driver interacting with an "older" RAID controller.  It's a combination of that and something else most likely.  I have been running latest drivers for a long time now without any issues.  However, the point remains that we are basically chroming the outside of our car while the engine is rotting away
fq360
iCX Member
  • Total Posts : 478
  • Reward points : 0
  • Joined: 2009/04/30 12:43:52
  • Location: Teesside - UK
  • Status: offline
  • Ribbons : 0
Re:Modified BIOS - Use at your own risk!!! 2011/02/10 14:19:47 (permalink)
dejanh i have a question for you since bios version s22z i think it is the cpu code was updated to support 6 core, however the native speedstep was changed along with hpet, would it be possible to incorporate this again in the latest bios along with the new cpu microcode for hexacore, im aware we have hpet support now but in the bios but this doesnt work with other OS's i wont mention which but is it possible to do?

http://www.heatware.com/eval.php?id=67853

DD black tower 21 -- 3 x Asus VG236H Monitors 3d Vision Surround  -- Silverstone Strider 1500w psu --
EVGA X58 Classified -759 -- I7 980x  (4.2ghz) On Air!! -- 3 x 60g Vertex Turbo SSD (Raid 0) --
Noctua NH-U12P -- 1 x Gigabyte GTX 590 -- 12gb Corsair Dominator GT 2000mhz -- pioneer bluray/re --
Win 7 Ult x64      
   
    
dejanh
FTW Member
  • Total Posts : 1553
  • Reward points : 0
  • Joined: 2006/08/07 10:40:07
  • Location: Vancouver, BC, Canada
  • Status: offline
  • Ribbons : 3
Re:Modified BIOS - Use at your own risk!!! 2011/02/10 14:25:46 (permalink)
fq360
dejanh i have a question for you since bios version s22z i think it is the cpu code was updated to support 6 core, however the native speedstep was changed along with hpet, would it be possible to incorporate this again in the latest bios along with the new cpu microcode for hexacore, im aware we have hpet support now but in the bios but this doesnt work with other OS's i wont mention which but is it possible to do?

Lol, wut??  No offense, but I read that 3 times, and I was just as confused 3rd time as I was 1st time...can you rephrase it please?
 

 

fq360
iCX Member
  • Total Posts : 478
  • Reward points : 0
  • Joined: 2009/04/30 12:43:52
  • Location: Teesside - UK
  • Status: offline
  • Ribbons : 0
Re:Modified BIOS - Use at your own risk!!! 2011/02/10 14:56:51 (permalink)
Dejanh - you have PM
 
thanks

http://www.heatware.com/eval.php?id=67853

DD black tower 21 -- 3 x Asus VG236H Monitors 3d Vision Surround  -- Silverstone Strider 1500w psu --
EVGA X58 Classified -759 -- I7 980x  (4.2ghz) On Air!! -- 3 x 60g Vertex Turbo SSD (Raid 0) --
Noctua NH-U12P -- 1 x Gigabyte GTX 590 -- 12gb Corsair Dominator GT 2000mhz -- pioneer bluray/re --
Win 7 Ult x64      
   
    
Coldblackice
New Member
  • Total Posts : 65
  • Reward points : 0
  • Joined: 2010/08/08 03:48:29
  • Status: offline
  • Ribbons : 0
Re:Modified BIOS - Use at your own risk!!! 2011/02/10 19:11:43 (permalink)
dejanh -- any progress or new insight into your modding efforts? Is there still a 'chance' that you might find a way to pack that new Intel 84k OROM into the 64k space (like possibly removing other unneeded features, like the Jmicron controller ;) ?
 
I'm guessing that for you to be able to do this, you'd need the proprietary tools of EVGA to unpack and reconfigure everything... If so, does that mean that this effort is basically all wrapped-up until EVGA happens to shine some light on us?
 
 
EDIT:
I see that you're working on the AHCI ROM -- does this mean that perhaps you could fit the new Intel 10.1 drivers onto a modded BIOS by removing the RAID module/capability?
Alucard666
CLASSIFIED ULTRA Member
  • Total Posts : 6164
  • Reward points : 0
  • Joined: 2007/12/22 16:19:50
  • Status: offline
  • Ribbons : 12
Re:Modified BIOS - Use at your own risk!!! 2011/02/11 16:30:40 (permalink)
So when is the next update expected Dejahn?

AMD Ryzen 7 3700x | 32GB Crucial Ballistix PRO RGB 3600mhz| ASUS RTX 3080 TUF OC | ASUS X570i STRIX | 2TB Sabrent Rockit M.2 SSD| NZXT H1 w Ghost Sheets Mesh Front | Noctua 140mm & 2 40mm | Samsung Odyssey G7 32" | Logitech G Pro Wireless | Logitech G915 | SteelSeries Arctis Pro Wireless | Logitech G560 RGB Speakers |
Page: << < ..678910.. > >> Showing page 7 of 15
Jump to:
  • Back to Mobile