Contribute
Register

Dell 15r 5521 .. success but some problems

Status
Not open for further replies.
For the NVRAM problem

i opened EFI\CLOVER\drivers64UEFI

and i didn't find EmuVariableUEFI-64.efi. So to fix the NVRAM problem i need to get a working EmuVariableUEFI-64.efi, copy it to EFI\CLOVER\drivers64UEFI ,then install RC scripts to fix NVRAM ?

Right?

Yes. Just use the Clover installer.
 
nvram and brightness fixed now .. but unfortunately i got extra un-needed partition on clover bootloader "i have 3 useless partitions now"

i tried this code and added it to config.plist .. but it didn't work and nothing changed.. any idea why?

Code:
[COLOR=#000080]<key>[COLOR=#333333]Hide[/COLOR]</key>
<array>[/COLOR][COLOR=#333333]
  [/COLOR][COLOR=#000080]<string>[/COLOR][COLOR=#333333]Partition Name[/COLOR][COLOR=#000080]</string>
</array>
[/COLOR][COLOR=#333333]
[/COLOR]
 
nvram and brightness fixed now .. but unfortunately i got extra un-needed partition on clover bootloader "i have 3 useless partitions now"

i tried this code and added it to config.plist .. but it didn't work and nothing changed.. any idea why?

Code:
[COLOR=#000080]<key>[COLOR=#333333]Hide[/COLOR]</key>
<array>[/COLOR][COLOR=#333333]
  [/COLOR][COLOR=#000080]<string>[/COLOR][COLOR=#333333]Partition Name[/COLOR][COLOR=#000080]</string>
</array>
[/COLOR][COLOR=#333333]
[/COLOR]

Looks like you are trying to hide a partition named "Partition Name". Do you have a partition named "Partition Name"? Seems like a strange name to use for a partition...

Look at your Clover bootlog to see what partitions Clover is seeing.
 
Looks like you are trying to hide a partition named "Partition Name". Do you have a partition named "Partition Name"? Seems like a strange name to use for a partition...

Look at your Clover bootlog to see what partitions Clover is seeing.

No :D i type the partition name like [EFI] instead of "Partition name" in the code

where i can look at clover boot log?
 
Console.app.

a little help please i don't know what i should type ins search bar

i typed clover, partition names and found nothing
 
a little help please i don't know what i should type ins search bar

i typed clover, partition names and found nothing

Look on the left side where all the log directories/files are.
 
Look on the left side where all the log directories/files are.

That?

Screen Shot 2014-10-26 at 5.11.20 PM.png

btw what i get in clover and i want to hide is

"Boot UEFI internal from Yosemite" (Yosemite is my OS X partition)
"Boot Recovery from Recovery HD"
"Boot UEFI internal from EFI"

so the script should be

Code:
<key>Hide</key><array>
  <string>Yosemite</string>
  <string>Recovery HD</string>
  <string>EFI</string>
</array>

right?
 
You probably forgot to install RC scripts to the boot volume when you installed Clover.

I Installed it when i tried to fix nvram .. and after installing RC scripts i got the extra partition " Boot UEFI internal from Yosemite ".

I will reinstall

EDIT : Doesn't that "Upgrade" mean i already have RC scripts installed?
Screen Shot 2014-10-26 at 5.28.48 PM.png

EDIT 1 : Installed again - nothing changed
 
Status
Not open for further replies.
Back
Top