diff --git a/README.md b/README.md index 1951e47..7955970 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Cards that support Resizable BAR can cause problems with black screens following ***Set the kernel paramater depending on your CPU.*** \ -### For GRUB user, edit GRUB configuration +For GRUB user, edit GRUB configuration | /etc/default/grub | | ----- | | `GRUB_CMDLINE_LINUX_DEFAULT="... intel_iommu=on iommu=pt ..."` | @@ -31,7 +31,7 @@ Cards that support Resizable BAR can cause problems with black screens following grub-mkconfig -o /boot/grub/grub.cfg ``` -### For systemd-boot user, edit this configuration +For systemd-boot user, edit this configuration | /boot/loader/entries/*.conf | | ----- | | `options root=UUID=...intel_iommu=on iommu=pt..` |