Created
January 10, 2024 05:40
-
-
Save daedroza/8c9653e3f4783c146f76a3336f7789e1 to your computer and use it in GitHub Desktop.
Testing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo 'GRUB_CMDLINE_LINUX_DEFAULT="$GRUB_CMDLINE_LINUX_DEFAULT biosdevname=0 net.ifnames=0 acpi_osi=Linux acpi_enforce_resources=lax 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"' | sudo tee /etc/default/grub.d/mitigations.cfg; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment