Skip to content

Instantly share code, notes, and snippets.

@niksingh710
Last active July 31, 2023 06:30
Show Gist options
  • Save niksingh710/4eda23e2a5332f7c04dfeda2a6d38168 to your computer and use it in GitHub Desktop.
Save niksingh710/4eda23e2a5332f7c04dfeda2a6d38168 to your computer and use it in GitHub Desktop.
The arch system config with kernel params
options amdgpu si_support=1
options amdgpu cik_support=1
title Arch Linux
linux /vmlinuz-linux-zen
initrd /intel-ucode.img
initrd /initramfs-linux-zen.img
options cryptdevice=UUID=224fae70-3e84-4518-9c7b-5dce264b811b:cryptlvm root=/dev/mapper/cryptlvm rootflags=subvol=@ rw quiet splash rootfstype=btrfs loglevel=3 systemd.show_status=auto rd.udev.log_level=3 amdgpu.ppfeaturemask=0xffffffff nowatchdog usbcore.autosuspend=15
blacklist wacom
options i915 fastboot=1
options i915 enable_guc=2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment