Skip to content

Instantly share code, notes, and snippets.

@daedroza
Created January 10, 2024 05:40
Show Gist options
  • Save daedroza/8c9653e3f4783c146f76a3336f7789e1 to your computer and use it in GitHub Desktop.
Save daedroza/8c9653e3f4783c146f76a3336f7789e1 to your computer and use it in GitHub Desktop.
Testing
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