I'm trying to add something like acpi_osi="!Windows 2012" in kernel comand line, but rEFInd doesn't seem to parse it correctly. Stanzas in $ESP/refind/refind.conf is in use:
Search on quotes. Unfortunately, the topic is an obscure one, so it's ended up buried, and I don't see any way around that aside from over-emphasizing it, which in turn would make other topics harder to find.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm trying to add something like
acpi_osi="!Windows 2012"
in kernel comand line, but rEFInd doesn't seem to parse it correctly. Stanzas in$ESP/refind/refind.conf
is in use:I've tried using backslash to escape the quotation mark but no luck. If I put
acpi_osi=\"!Windows 2012\"
in it, I gotacpi_osi=\
for kernel.How should I correctly escape?
Thanks in advance.
To include a quote mark, double it up, as in:
Thanks! Is it better to make it clear in documents?
It is covered in the documentation; see:
http://www.rodsbooks.com/refind/linux.html
Search on
quotes
. Unfortunately, the topic is an obscure one, so it's ended up buried, and I don't see any way around that aside from over-emphasizing it, which in turn would make other topics harder to find.