From 548bac4e7cbae567ded76575716ff18eca1aba43 Mon Sep 17 00:00:00 2001 From: networkException Date: Tue, 29 Mar 2022 18:49:03 +0200 Subject: [PATCH] Guides: Use consistent permission level for non ubuntu update grub --- docs/guides/audio-config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/audio-config.md b/docs/guides/audio-config.md index e72237f..aa2a4cc 100644 --- a/docs/guides/audio-config.md +++ b/docs/guides/audio-config.md @@ -11,7 +11,7 @@ Cat `cat /proc/cmdline` and ensure that your kernel parameters contain `intel_io If not present, you'll have to update your bootup kernel params: - edit `/etc/default/grub` and update `GRUB_CMDLINE_LINUX` to include `intel_iommu=on iommu=pt pcie_ports=compat` -- Apply your edits by running `sudo update-grub` on ubuntu or `grub-mkconfig -o /boot/grub/grub.cfg` for other distros +- Apply your edits by running `sudo update-grub` on ubuntu or `sudo grub-mkconfig -o /boot/grub/grub.cfg` for other distros - Reboot and ensure `cat /proc/cmdline` contains those params !!!note "systemd-boot"