feniksa / gentoo_ACS_override_patch

Bypassing the IOMMU groups for Linux kernel
GNU General Public License v2.0
18 stars 8 forks source link

Uninstall patch #13

Closed anklav24 closed 2 years ago

anklav24 commented 2 years ago

Can I undo the changes if I use this patch?

feniksa commented 2 years ago

Yes, you can.

To undo changes:

  1. Remove /etc/portage/patches/sys-kernel rm -rf /etc/portage/patches/sys-kernel
  2. Re-emerge kernel: emerge gentoo-sources
  3. Recompile kernel. For example: genkernel all
  4. Don't forget to install kernel to /boot/ (if your genkernel doesn't configure to do that or in case of manual compilation)
  5. Reboot to new kernel
anklav24 commented 2 years ago

Thank you so much!