G'day Matt
I can't shed a lot of light on this matter, generally, and have to leave for my evening downunder, soon, but of concern to me is
... which indicates the article is probably over 5 years old. Support for 16.04 which was an LTS release, ended last April. So it may not have been the best article to follow.
Cheers
Wizard
Edited - "5 years old" ... sticky keys
I can't shed a lot of light on this matter, generally, and have to leave for my evening downunder, soon, but of concern to me is
Don't be put off by all the \\ characters. Those are required in order to allow sed to insert literal double-quotation marks into the GRUB_CMDLINE_LINUX string.
/etc/default/grub will have added the acpi_osi parameters to the GRUB_CMDLINE_LINUX so it will look something like this (there may be other kernel options that were added on some previous occassion):
GRUB_CMDLINE_LINUX="acpi_osi=! \"acpi_osi=Windows 2015\""
/boot/grub/grub.cfg will have these parameters added to every linux command-line, e.g.
linux /vmlinuz-4.13.0-16-lowlatency root=/dev/mapper/VG_OS-ubuntu_16.04_rootfs ro acpi_osi=! "acpi_osi=Windows 2015" splash $vt_handoff
Once rebooted the running kernel command-line will show something like:
$ cat /proc/cmdline
BOOT_IMAGE=/vmlinuz-4.13.0-16-lowlatency root=/dev/mapper/VG_OS-ubuntu_16.04_rootfs ro acpi_osi=! "acpi_osi=Windows 2015" splash
... which indicates the article is probably over 5 years old. Support for 16.04 which was an LTS release, ended last April. So it may not have been the best article to follow.
Cheers
Wizard
Edited - "5 years old" ... sticky keys
Last edited: