• 1 Post
  • 8 Comments
Joined 1 year ago
cake
Cake day: August 7th, 2023

help-circle

  • No dice :/

    This is my original grub file:

    GRUB_TIMEOUT=5
    GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)"
    GRUB_DEFAULT=saved
    GRUB_DISABLE_SUBMENU=true
    GRUB_TERMINAL_OUTPUT="console"
    GRUB_CMDLINE_LINUX="rhgb quiet"
    GRUB_DISABLE_RECOVERY="true"
    GRUB_ENABLE_BLSCFG=true
    

    I added:

    GRUB_CMDLINE_LINUX_DEFAULT="module_blacklist=hid-logitech-hidpp"
    

    and that didn’t work.

    I also tried this:

    GRUB_CMDLINE_LINUX="rhgb quiet" "module_blacklist=hid-logitech-hidpp"
    

    and that didn’t work.

    Either I’m formatting this incorrectly, or my setup is different somehow.