diff --git a/README.md b/README.md index 1e30f25..1951e47 100644 --- a/README.md +++ b/README.md @@ -34,9 +34,9 @@ grub-mkconfig -o /boot/grub/grub.cfg ### For systemd-boot user, edit this configuration | /boot/loader/entries/*.conf | | ----- | -| `options root=UUID=...intel_iommu=on iommu=pt.."` | +| `options root=UUID=...intel_iommu=on iommu=pt..` | | OR | -| `options root=UUID=...amd_iommu=on iommu=pt.."` | +| `options root=UUID=...amd_iommu=on iommu=pt..` | Unlike GRUB, systemd-boot doesn't require a separate command to regenerate the configuration. It automatically detects changes Reboot your system for the changes to take effect.