Skip to content

Instantly share code, notes, and snippets.

@ageis
Last active January 16, 2021 06:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ageis/7e75dc807b89780069444ef9469f6d7b to your computer and use it in GitHub Desktop.
Save ageis/7e75dc807b89780069444ef9469f6d7b to your computer and use it in GitHub Desktop.
some kernel boot args LOL
acpi_irq_nobalance
acpi_os_name=Linux
acpi_osi=Linux
acpi=force
add_efi_memmap
agp=off
apparmor=0
audit_backlog_limit=16384
audit_rate_limit=0
audit=0
autoconf=0
autosuspend=-1
biosdevname=0
boot_delay=0
carrier_timeout=0
cgroup_enable=memory,namespace,cpu,devices,cpuacct,freezer,blkio
cgroup_memory=nokmem,nosocket
clock=hpet
clocksource=hpet
console_msg_format=syslog
console=tty0,ttyS0,115200
consoleblank=0
cpuidle.governor=performance
cpufreq.default_governor=performance
crashkernel=1024M
debian-installer=en_US
disable_ipv6=1
dobtrfs0
earlyprintk=vga
edac_report=force
elevator=bfq
energy_perf_bias=0
enforcemodulesig=0
enforcing=0
fbcon=font:ProFont6x11
fbcon=scrollback:4096k
fips=0
fsck.mode=auto
fsck.repair=preen
hardened_usercopy=off
hibernate=no
highres=on
hpet_mmap=1
hpet=enable
i915.enable_fbc=1
i915.enable_guc_loading=0
i915.enable_guc_submission=0
i915.enable_guc=0
i915.enable_hangcheck=1
i915.error_capture=1
i915.fastboot=1
i915.modeset=0
i915.semaphores=0
i915.verbose_state_checks=1
idle=nomwait
ignore_loglevel
ima_appraise=off
integrity_audit=0
intel_idle.max_cstate=0
intel_iommu=igfx_off
intel_pstate=disable
io_delay=none
ipv6.autoconf=0
ipv6.disable=1
ipv6.enable=0
kernel.kexec_load_disabled=0
kernel.kptr_restrict=0
kernel.perf_event_paranoid=3
kernel.yama.ptrace_scope=1
kmemleak=off
kpti=0
kvm-intel.emulate_invalid_guest_state=1
kvm-intel.ept=1
kvm-intel.flexpriority=1
kvm-intel.nested=1
kvm-intel.unrestricted_guest=1
kvm-intel.vmentry_l1d_flush=never
kvm-intel.vpid=0
l1tf=off
locale.LANG=en_US.UTF-8
locale.LANGUAGE=en_US.UTF-8
locale.LC_CTYPE=en_US.UTF-8
log_buf_len=16M
loglevel=8
logo.nologo
lp=0
lpj=0
lsm.debug
lsm=-
mce=bootlog
mds=off
memory_corruption_check=1
mitigations=off
mminit_loglevel=4
module.sig_enforce=0
net.ifnames=0
nf_conntrack.acct=0
nmi_watchdog=0
no_console_suspend
no_debug_objects
no_rfi_flush
no_stf_barrier
nobp=0
noefi
noexec=on
nogmb
nohalt
nohibernate
nohlt
nohz=on
noibpb
noibrs
noirqbalance
nokaslr
nolvm
nopti
norandmaps
noresume
noretpoline
nosoftlockup
nospec_store_bypass_disable
nospectre_v1
nospectre_v2
nowatchdog
oops=panic
page_poison=off
panic=0
panic_print=0
parport=0
pci=nomsi
pcie_aspm=off
plymouth.enable=0
powersave=off
print-fatal-signals=on
printk.always_kmsg_dump=1
printk.devkmsg=on
printk.time=1
processor.max_cstate=1
psi=off
pti=off
random.trust_cpu=on
rd.log=all
rd.luks.allow-discards
rd.luks.options=discard
rd.udev.children-max=1256
rdrand=force
rfkill.default_state=1
rfkill.master_switch_mode=0
reboot=force,cold
reset_devices
root_trim=yes
scsi_mod.use_blk_mq=1
security=-
selinux=0
slab_nomerge
slub_debug=-
smt=-1
softlockup_panic=0
softlockup_all_cpu_backtrace=0
snd-hda-intel.index=0
snd-hda-intel.model=auto
snd-usb-audio.index=1
spec_store_bypass_disable=seccomp
spectre_v2_user=seccomp
spectre_v2=off
ssbd=force-off
swapaccount=1
sysfs.deprecated=1
sysrq_always_enabled
systemd.crash_shell=0
systemd.debug_shell=1
systemd.default_timeout_start_sec=10
systemd.gpt_auto=1
systemd.journald.forward_to_console=1
systemd.log_level=info
systemd.log_target=kmsg
systemd.restore_state=0
systemd.service_watchdogs=0
systemd.show_status=1
systemd.unified_cgroup_hierarchy=0
thermal.off=1
threadirqs
trace_clock=local
transparent_hugepage=never
tsc=nowatchdog
udev.children-max=1256
udev.log_priority=3
usbcore.autosuspend_delay_ms=-1
usbcore.autosuspend=-1
usbcore.initial_descriptor_timeout=3000
usbcore.usbfs_memory_mb=256
usbcore.usbfs_snoop=1
usbcore.initial_descriptor_timeout=10000
usbhid.mousepoll=4
usb-storage.delay_use=5
vconsole.keymap=US
vdso=1
vdso32=1
video.brightness_switch_enabled=0
vm.mmap_rnd_bits=32
vsyscall=xonly
vt.color=0x02
vt.default_utf8=1
vt.global_cursor_default=1
watchdog_thresh=0
workqueue.watchdog_thresh=0
zram.num_devices=3
zswap.compressor=lzo
zswap.enabled=0
zswap.max_pool_percent=40
zswap.same_filled_pages_enabled=1
zswap.zpool=z3fold
@ageis
Copy link
Author

ageis commented Jan 9, 2021

I reckon many of these might be in contradiction... It's just a list for my own reference, not intended to be used. Do so at your own risk. ⚠️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment