One for you kernel hackers ...
I've been investigating the use of booting TC with a few different kernel boot parameters (to avoid manufacturer botched bios patch bugs) such as
acpi_osi=
and
acpi_osi=Linux
and seeing if they are accepted or rejected when also using the syslog parameter and taking a peek at /var/log/messages after boot.
At first I used syslog by itself with no other parameters on a stock TC, and found this when I grepped Linux from /var/log/messages:
<snip>
Mar 15 08:25:01 box user.notice.kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
<snip>
Does this mean that the acpi_osi=Linux parameter is *already* hardcoded into the TC kernel and is getting ignored/munged somehow, or is this normal for a stock install?
Note that when I DO pass the kernel parameter manually at boot time, acpi_osi=Linux by myself
I get this out of /var/log/messages:
Mar 15 08:16:31 box user.info.kernel: ACPI: Added _OSI(Linux)
Mar 15 08:16:31 box user.notice.kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query honored via cmdline
Just wondering if I caught something, or if I'm just observing normal behaviour in the stock TC boot.