Skip to content

Instantly share code, notes, and snippets.

@XTechnology-TR
Forked from jfeilbach/grub.md
Created January 31, 2023 10:03
Show Gist options
  • Save XTechnology-TR/a904ed5f4784efc326bbf7a8d1e35c39 to your computer and use it in GitHub Desktop.
Save XTechnology-TR/a904ed5f4784efc326bbf7a8d1e35c39 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/

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