unless the manufacturers actually go back to 1995 why bother. Intel fulfills it obligation by dumping the microcode updates on partners. We all know Asus MSI. HP and the others won't fix anything not a current model... Thanks again Intel for shafting all of us.
 
I have several motherboards and a Laptop from Toshiba that I inherited...

EVGA X79 DARK
Asus Rampage IV Black Edition
Asus Rampage IV Extreme
Asus Rampage III Extreme
EVGA P55 SLI

None have Meltdown patched bioses as of yet, though Spectre patches have been installed in the DARK, the rest of the motherboards are offline until further notice.
Getting info from Asus is like pulling teeth, unless one knows where to look at, same for EVGA. And yes I have all the motherboards that I listed.
 
That MSI link is dated Jan 10th. The Krait microcode update was released Xmas day. I believe that's the old Specter patch that we've been told to not flash or risk system reboot loops.
 
Yeah, it sure is not looking good. Nothing for my X79 from Asus or Z97 from Gigabyte. Regarding announced updates, they pretty much are supposed to support these board and there's barely anything even for these...
 
In my opinion, Intel should pay the motherboard vendors to put out updated BIOS files for older motherboards. It’s the least Intel should do to secure the customers of its older platforms.
 
Last edited:
Spectre microcode mitigations can be deployed on an OS-level which is what MS is doing right now for Skylake CPUs. It is expected that this method will be more commonly used for older CPUs in particular.
 
I see that ASRock released updates for a dozen boards today but they're all newer chipsets as they are prioritizing what is currently on the market. At this rate it will be May+ before we get updates for older systems.:love:
 
yeah, they want all of us with old hardware to buy new stuff , since my 4790k is
just about as fast as 8700k, someone had to throw a monkey wrench in there to
make me think I better upgrade my system in the next few months or so...

Going to try and wait on cpu upgrade until 2019 sometime ..

Now if they do come out with fix for my 4790k and spectre , and the performance
doesn't tank , I'll definitely wait before upgrading ....
 
My understanding of the microcode updates is that Intel plans to issue these for most everything back to X79. It is the motherboard manufactures that are slow to release the new bios and not Intel!
That being said, a new build for my wife is going to be Ryzen!
 
I see that ASRock released updates for a dozen boards today but they're all newer chipsets as they are prioritizing what is currently on the market. At this rate it will be May+ before we get updates for older systems.:love:
Have they said if they are going to be updating their Z77 boards?
 
Have they said if they are going to be updating their Z77 boards?
I wouldn't assume so but it's possible after they finish the 100 series (may require enough pressure from customers though..).
https://www.asrock.com/news/index.asp?iD=3904
http://www.asrock.com/Microsite/SA00088/
Unlisted there but they are also updating a lot of their mini-ITX "industrial" boards for kiosks and other embedded systems. Clearly the partners that buy hundreds of these cheap boards in bulk have priority over home builders from years ago.
https://www.asrock.com/support/index.asp?cat=BIOS
 
the asrock z97 extreme6 now has a bios 2.80, which looks like it is spectre microcode. its slow, but it does appear to be happening...

havent installed it yet but i have it ready to go...
 
the asrock z97 extreme6 now has a bios 2.80, which looks like it is spectre microcode. its slow, but it does appear to be happening...

havent installed it yet but i have it ready to go...

Good stuff, I still have nothing from MSI on my board :(
 
I'll be interested to see which companies update their Z97 boards.

I know Asus will not, so my Maximus VII Hero will remain vulnerable. That said, for my next system I'll purchase a motherboard from a company that *does* update.
 
still no love for the Rampage IV Gene micro atx :((
 
So looks like Ubuntu/Linux has taken care of me...?

Code:
rob2@rob2-desktop:~$ sudo dmidecode | grep -E "(Version|Date|Manufacturer|Model|Product Name)" | grep -v -E "(Empty|O.E.M)"
    Version: P2.70
    Release Date: 05/17/2016
    Manufacturer: ASRock
    Product Name: Z97 Extreme6

And the check..

Code:
rob2@rob2-desktop:~$ sudo ~/github.com/spectre-meltdown-checker/spectre-meltdown-checker.sh
Spectre and Meltdown mitigation detection tool v0.36+

Checking for vulnerabilities on current system
Kernel is Linux 4.13.0-37-generic #42-Ubuntu SMP Wed Mar 7 14:13:23 UTC 2018 x86_64
CPU is Intel(R) Core(TM) i7-4770K CPU @ 3.50GHz

Hardware check
* Hardware support (CPU microcode) for mitigation techniques
  * Indirect Branch Restricted Speculation (IBRS)
    * SPEC_CTRL MSR is available:  YES
    * CPU indicates IBRS capability:  YES  (SPEC_CTRL feature bit)
  * Indirect Branch Prediction Barrier (IBPB)
    * PRED_CMD MSR is available:  YES
    * CPU indicates IBPB capability:  YES  (SPEC_CTRL feature bit)
  * Single Thread Indirect Branch Predictors (STIBP)
    * SPEC_CTRL MSR is available:  YES
    * CPU indicates STIBP capability:  YES
  * Enhanced IBRS (IBRS_ALL)
    * CPU indicates ARCH_CAPABILITIES MSR availability:  NO
    * ARCH_CAPABILITIES MSR advertises IBRS_ALL capability:  NO
  * CPU explicitly indicates not being vulnerable to Meltdown (RDCL_NO):  NO
  * CPU microcode is known to cause stability problems:  NO  (model 60 stepping 3 ucode 0x24)
* CPU vulnerability to the three speculative execution attack variants
  * Vulnerable to Variant 1:  YES
  * Vulnerable to Variant 2:  YES
  * Vulnerable to Variant 3:  YES

CVE-2017-5753 [bounds check bypass] aka 'Spectre Variant 1'
* Mitigated according to the /sys interface:  YES  (kernel confirms that the mitigation is active)
* Kernel has array_index_mask_nospec (x86):  NO
* Kernel has the Red Hat/Ubuntu patch:  YES
* Kernel has mask_nospec64 (arm):  NO
> STATUS:  NOT VULNERABLE  (Mitigation: OSB (observable speculation barrier, Intel v6))

CVE-2017-5715 [branch target injection] aka 'Spectre Variant 2'
* Mitigated according to the /sys interface:  YES  (kernel confirms that the mitigation is active)
* Mitigation 1
  * Kernel is compiled with IBRS/IBPB support:  YES
  * Currently enabled features
    * IBRS enabled for Kernel space:  NO
    * IBRS enabled for User space:  NO
    * IBPB enabled:  YES
* Mitigation 2
  * Kernel has branch predictor hardening (arm):  NO
  * Kernel compiled with retpoline option:  YES
  * Kernel compiled with a retpoline-aware compiler:  YES  (kernel reports full retpoline compilation)
> STATUS:  NOT VULNERABLE  (Mitigation: Full generic retpoline, IBPB (Intel v4))

CVE-2017-5754 [rogue data cache load] aka 'Meltdown' aka 'Variant 3'
* Mitigated according to the /sys interface:  YES  (kernel confirms that the mitigation is active)
* Kernel supports Page Table Isolation (PTI):  YES  (found 'CONFIG_PAGE_TABLE_ISOLATION=y')
* PTI enabled and active:  YES
* Running as a Xen PV DomU:  NO
> STATUS:  NOT VULNERABLE  (Mitigation: PTI)

A false sense of security is worse than no security at all, see --disclaimer
 
Man I really need to upgrade is 2700K / mobo

upload_2018-4-5_12-13-43.png
 
https://support.microsoft.com/en-us/help/4090007/intel-microcode-updates
https://threatpost.com/microsoft-issues-more-spectre-updates-for-intel-cpus/131468/

https://support.microsoft.com/en-sg/help/4091666/kb4091666-intel-microcode-updates
https://www.bleepingcomputer.com/ne...updates-containing-new-spectre-2-mitigations/

This should help for those people who have been forgotten by motherboard makers like Asus and others. I have not tested these yet - but several reports around the web have claimed success. I'm still angry that my 5 year old Dell was patched in Feb (click and done) and Asus feels they don't have to bother with their 5 year old customers.

Anyway people could help this thread by reporting in success or difficulties to help others. I'm trying to think positive on this - and that's hard.
 
Q87M-E/CSM had two updates after the whole spectre thing, but I do think being a Corporate model has something to do with it. That said, I never ran any check to see if those updates really fixed the flaw.
 
I don't expect any of my older machines to ship BIOS updates, but I'm disappointed my MSI Z97 PC MATE has no patch since 2016.

All my other machines are Sandy or newer, I guess it's time to get ready to be owned by Spectre v2 :(
 
I actually filed a support ticket with MSI the other day to get an update for my X99S AC Xpower, which is listed on their page as receiving updates.

MSI.jpg
 
I actually filed a support ticket with MSI the other day to get an update for my X99S AC Xpower, which is listed on their page as receiving updates.

I did that with ASUS for my mobo, but the customer support rep gave me a cookie cutter answer about not knowing when the BIOS update will be released. It's like they don't even care at this point despite what was promised.

Edit: Looks like they just released it recently... (amazing!) I'll be updating to that one this weekend.
https://www.asus.com/us/Motherboards/ROG-STRIX-X99-GAMING/HelpDesk_BIOS/
 
I tried the MS microcode manual update on the X99 Deluxe with a 5930 and was successful. So it works correctly and returns "protected".

For those people above who would like a good way to "check" if code and OS updates have protected you, below is a link to a trustable small app that will return your status on all 3 weaknesses along with some nice explanation on what you are and are not protected against. It's not a complete explanation but very good and enough to get you up to speed.
https://www.grc.com/inspectre.htm
 
I was bored today and did a google search for my z77 motherboard and found this thread:

https://www.tenforums.com/drivers-h...abyte-bios-support-vs-spectre-meltdown-2.html

I messaged gigabyte support myself and they did indeed send me a new beta bios not listed on their support page (newest is F16j, they sent me F16k) - people are suggesting in that thread that this fixes the spectre issues (at least, earlier ones).

will give it a go this weekend, but seems crazy that you need to ASK for it.
 
I was bored today and did a google search for my z77 motherboard and found this thread:

https://www.tenforums.com/drivers-h...abyte-bios-support-vs-spectre-meltdown-2.html

I messaged gigabyte support myself and they did indeed send me a new beta bios not listed on their support page (newest is F16j, they sent me F16k) - people are suggesting in that thread that this fixes the spectre issues (at least, earlier ones).

will give it a go this weekend, but seems crazy that you need to ASK for it.


Crazy that you need to ask for BETA UEFI?
 
I was bored today and did a google search for my z77 motherboard and found this thread:

https://www.tenforums.com/drivers-h...abyte-bios-support-vs-spectre-meltdown-2.html

I messaged gigabyte support myself and they did indeed send me a new beta bios not listed on their support page (newest is F16j, they sent me F16k) - people are suggesting in that thread that this fixes the spectre issues (at least, earlier ones).

will give it a go this weekend, but seems crazy that you need to ASK for it.
Kinda hard to test it if none of your users know the secret word to get the hidden bios.
Put it in the downloads under beta with 30 disclaimers and a forum link for issues.
 
I tried the MS microcode manual update on the X99 Deluxe with a 5930 and was successful. So it works correctly and returns "protected".

For those people above who would like a good way to "check" if code and OS updates have protected you, below is a link to a trustable small app that will return your status on all 3 weaknesses along with some nice explanation on what you are and are not protected against. It's not a complete explanation but very good and enough to get you up to speed.
https://www.grc.com/inspectre.htm

Can you provide the link to the MS code?
 
I contacted Asrock's server support and in less than 24 hours they got me a BIOS update for my ep2c602 boards with the patches. The newest patch listed on the website was from 2015 and this board is sandy/ivy bridge xeons. So I recommend giving Asrock support a contact as they seem to be willing to send out updates that aren't listed on the site yet.
 
update: flashed to the gigabyte bios, worked fine and InSpectre says I'm protected now. but obviously also may have slowdowns. yay? whatever.
 
ASUS support is useless. Inquired about my whether updates were planned for my x79 Deluxe and they responded

"I have made checks on your motherboard and there are currently no BIOS version that was release for your motherboard, I do apologize for the inconvenience."

They didn't even mention meltdown or spectre at all.
 
Back
Top