mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2025-02-06 23:31:40 +01:00
send bluetooth to nvram
Signed-off-by: Slice <sergey.slice@gmail.com>
This commit is contained in:
parent
07fa0790af
commit
45c6cf0c8c
@ -6,7 +6,7 @@ cd src
|
||||
git clone --recurse-submodule https://github.com/CloverHackyColor/CloverBootloader.git
|
||||
cd CloverBootloader
|
||||
|
||||
2. Download and install Python 5.12...
|
||||
2. Download and install Python 3.12...
|
||||
3. Set a link for python
|
||||
|
||||
cd /Library/Frameworks/Python.framework/Versions/3.12/bin/
|
||||
|
@ -6,8 +6,8 @@
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Clover r5158\n"
|
||||
"POT-Creation-Date: 2024-03-30 12:26+0300\n"
|
||||
"Project-Id-Version: Clover r5160\n"
|
||||
"POT-Creation-Date: 2024-09-14 09:44+0300\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
@ -468,6 +468,9 @@ SetVariablesForOSX(LOADER_ENTRY *Entry)
|
||||
//sudo nvram wake-failure=%00%00%00%00%00
|
||||
LangLen = 0;
|
||||
AddNvramVariable(L"wake-failure", gEfiAppleBootGuid, Attributes, 5, &LangLen);
|
||||
// for a bluetooth
|
||||
AddNvramVariable(L"bluetoothInternalControllerInfo", gEfiAppleBootGuid, Attributes, 14, &LangLen);
|
||||
AddNvramVariable(L"bluetoothExternalDongleFailed", gEfiAppleBootGuid, Attributes, 1, &LangLen);
|
||||
|
||||
//clear OC garbage
|
||||
DeleteNvramVariable(L"opencore-version", gEfiAppleBootGuid);
|
||||
|
Loading…
Reference in New Issue
Block a user