Views:
2,152β
Votes: 2β
Tags:
kernel
grub
Link:
π See Original Answer on Ask Ubuntu β§ π
URL:
https://askubuntu.com/q/1180250
Title:
How do I disable all spectre/meltdown/l1tf mitigations on kernel 4.15.0?
ID:
/2019/10/11/How-do-I-disable-all-spectre_meltdown_l1tf-mitigations-on-kernel-4.15.0_
Created:
October 11, 2019
Upload:
September 15, 2024
Layout: post
TOC:
false
Navigation: false
Copy to clipboard: false
I canβt answer your VPS provider side of the question, but in my grub I use:
GRUB_CMDLINE_LINUX_DEFAULT="noplymouth loglevel=4 fastboot acpiphp.disable=1 pcie_aspm=force vt.handoff=7 i915.fastboot=1 nopti nospectre_v2 nospec mem_sleep_default=deep nouveau.nomodeset=0"
# Aug 16/2018 - i915.edp_vswing=2 comes from Ask Ubuntu Dell XPS 15 9350 screen flickering:
# https://askubuntu.com/a/1064747/307523
# Aug 11/2018 - 10% performance boost eliminating Meltdown & Spectre support:
# "nopti nospectre_v2 nospec"
I left some of the grub comments in this answer in case that helps.