Skip to content

Instantly share code, notes, and snippets.

@olvap80
Forked from jfeilbach/grub.md
Created July 1, 2025 15:09
Show Gist options
  • Select an option

  • Save olvap80/ac62b4d2ce491e85ba5f43ffe07daf85 to your computer and use it in GitHub Desktop.

Select an option

Save olvap80/ac62b4d2ce491e85ba5f43ffe07daf85 to your computer and use it in GitHub Desktop.
Make Linux fast

In /etc/default/grub, modify:

noibrs noibpb nopti nospectre_v2 nospectre_v1 l1tf=off nospec_store_bypass_disable no_stf_barrier mds=off tsx=on tsx_async_abort=off mitigations=off 

Then sudo update-grub

from https:// make-linux-fast-again.com/ This domain does not seem to be maintained any longer.

noibrs noibpb nopti nospectre_v2 nospectre_v1 l1tf=off nospec_store_bypass_disable no_stf_barrier mds=off tsx=on tsx_async_abort=off mitigations=off
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment