Jump to content

Clover Theme Manager


blackosx
 Share

589 posts in this topic

Recommended Posts

2 minutes ago, blackosx said:

Cool. Can you check everything works?

 

I've just downloaded and installed Bootcamp2.0 and Outlines. No issues whatsoever. So yeah, I'd say it works properly. If anything else comes up, I'll be sure to post it here. But yeah, so far so good.

 

Thanks, man! Highly appreciated.

  • Like 1
Link to comment
Share on other sites

  • 2 weeks later...

@blackosx Hi man,

 

Probably a bug, probably not (although it kinda looks like it), but nonetheless, it's worth mentioning it. After installing a theme, if you're in Expanded Preview mode, the previews will actually collapse on their own. Even though the option is still ON (so the previews should stay open).

This happens with 0.76.8b2, under Mojave. I doubt it's OS specific...but I can try with HS if you want. :) If you need more information, I'd be happy to provide.

 

318964030_Screenshot2018-07-28at20_49_32.png.61fb8940ae0d95840faedf1dc0d6ed2b.png

Edited by arsradu
  • Like 1
  • Confused 1
Link to comment
Share on other sites

  • 2 months later...
On 11/17/2014 at 4:50 AM, blackosx said:

Clover has many themes, some of which come included with the Clover installer but different themes, sometimes more up to date and better themes, have otherwise been listed in the Clover wiki with a download link to find the files. Not all themes can be included in the Clover installer as their many files make them large in file size and the installer would be unnecessarily bloated.
 
Because of this, it's been decided (soon) to move all themes from Clover's source repository and instead host them in a new specific theme repository at sourceforge, next to the Clover repository. This will result in a smaller Clover repository allowing for faster check out of the source and downloading of the Clover installer quicker. Clover with still have it's own very simple embedded theme so users installing without a theme will not be left in the dark.
 

 
Clover Theme Manager
 
12th June 2018 - Now at version 0.76.7 (changelog)
 
If updating from a previous version fails then please download the new version from the bottom of this post.
 
Please take note. To get themes from the new Clover theme repository will need to have git installed.
You can install git either by itself by downloading the installer from http://git-scm.com or you can install the Xcode command line developer tools by loading up Terminal and typing xcode-select --install
 
IA284FD.jpg

It started out as a simple app which displayed a list of themes in the repository and gave you the option to download and install themes to your /EFI/Clover/Themes directories.
 
It's since grown with the aim of becoming more of a manager app by reading the Clover bootlog to determine what happened last boot and offering a set of options to change the theme for next boot depending on your system.

 
On launch, the app will attempt to read your boot device and use your boot device. If this device uses an MBR partition then the app will ask for your password so it can run fdisk to match the device. If your boot volume is an EFI system partition and it's currently unmounted then the app will ask for you password to mount it.

 
What happens if a theme designer updates their theme?
The theme manager can check for updates to themes and notify you giving you the option to update your installed version.
 
I no longer want to use a theme.
You can simply remove installed themes by clicking the UnInstall button.
 
I have created a theme. How do I add it to the repository?
Theme designers can have access to add and amend their themes for anyone else to install and try out. Step by step instructions can be found by clicking the 'How to add my theme' foot link in the app.
 
What does the Clover Theme Manager app install to my system?
A support directory is used for cloning the necessary repository files for the app to function. You will find that at:
 


~/Library/Application\ Support/CloverThemeManager

All application data gets saved to:


~/Library/Preferences/org.black.CloverThemeManager.plist

App runtime files, including a log are written to:


/tmp/CloverThemeManager

 
Where’s the source code for the app?
http://sourceforge.net/p/cloverefiboot/themes/ci/master/tree/CloverThemeManagerApp/CloverThemeManager/
 
Credits:
The app is based on the objective-c macgap (MIT license) with a couple of modifications by me. The web view presented by macgap is where I effectively run a web app which communicates back and forth with a bash script which is initially launched by macgap when it’s loaded.
 
The Clover git repo has been setup by apianti.
Thanks to apianti, dmazar, JrCs, SoThOr and Micky1979 for their help.
Thanks to alexq, asusfreak, chris1111, droplets, eMatoS, kyndder, mnfesq & oswaldini for testing.
 
The application has been in development for a few months now and while I think it's pretty stable I can only test on my systems and respond to the feedback of others so there may well be bugs and issues yet to be squashed. If you wish to try out the application then please report any feedback, both positive and negative here.
 
Note: If you are reporting any problems then please supply a description of the problem, a screenshot and attach a .zip of the /tmp/CloverThemeManager directory (available only while the app is running).
 
 
Can I download themes without using the CloverThemeManager app?

Yes, you can manually manage your own /EFI/Clover/Themes directories yourself as you may currently do.
Dmazar suggests the following command in Terminal, replacing XXXXXXXX with the name of the theme. So cd to a directory of your choice and run this...
 


git archive --remote=git://git.code.sf.net/p/cloverefiboot/themes HEAD themes/XXXXXXXX | tar -x

Download v0.76.7:

CloverThemeManager.zip

Could you please clue me in on how exactly I build this in Xcode? The instructions say to clone it and build in Xcode. I am a TOTAL noob when it comes to building/compiling. I barely even know what those terms mean. So, If I wanted to build from source, to get the most up to date version, how exactly would I go about doing that? Any help is highly appreciated!

Link to comment
Share on other sites

 

On 7/29/2018 at 9:00 AM, blackosx said:

Thanks for the report arsradu. I’ll take a look when I get time.

 

CTM Changes

v0.768b2 -> v0.768
- Fix checking remote repo for theme updates.
- Update Sparkle framework to v1.20.0.
- App temporary work around for *** WARNING: Method convertPointToBase.

- Keep previews expanded after installing/uninstalling a theme.

 

EDIT: Forgot to apply https protocol as per previous v0.768b2

CloverThemeManager.zip

 

 

@arsradu - I think this may fix your issue with the previews collapsing after a change. However, I did have that in place on purpose so maybe another issue will rear it's head now. Let me know if you find anything.

 

 

 

 

Edited by blackosx
Updated attached CloverThemeManager.zip
  • Like 1
  • Thanks 1
Link to comment
Share on other sites

On 10/7/2018 at 6:33 AM, atomicamp said:

Could you please clue me in on how exactly I build this in Xcode? The instructions say to clone it and build in Xcode. I am a TOTAL noob when it comes to building/compiling. I barely even know what those terms mean. So, If I wanted to build from source, to get the most up to date version, how exactly would I go about doing that? Any help is highly appreciated!

There's no need for you to build this as the current version can be found here on the Clover repo.

Newer builds, I post in this thread for testing.

 

 

 

  • Like 1
Link to comment
Share on other sites

19 hours ago, blackosx said:

 

 

CTM Changes

v0.768b2 -> v0.768
- Fix checking remote repo for theme updates.
- Update Sparkle framework to v1.20.0.
- App temporary work around for *** WARNING: Method convertPointToBase.

- Keep previews expanded after installing/uninstalling a theme.

 

EDIT: Forgot to apply https protocol as per previous v0.768b2

CloverThemeManager.zip

 

 

@arsradu - I think this may fix your issue with the previews collapsing after a change. However, I did have that in place on purpose so maybe another issue will rear it's head now. Let me know if you find anything.

 

 

 

 

 

Thank you very much for the update! I couldn't find another issue regarding the expand/collapse feature. But I'll keep an eye on other possibly related issues that might occur. So far so good though. 

Also, I couldn't test the https fix in this version since I'm at home and here everything works properly. :)) So I'll have to try that again on Monday and will let you know. I'm pretty sure it will be ok though.

 

Once again, many thanks!

Edited by arsradu
Link to comment
Share on other sites

  • 2 weeks later...

Hi blackosx,

 

Sorry for the huuuuge delay in feedback. I said I'll come back with feedback on the https issue, and I totally forgot about it. I'm deeply sorry.

 

The good news is that everything works perfectly fine in the same environment, with the newest version (0.76.8).

 

Great job! And thank you very much!

  • Like 3
Link to comment
Share on other sites

  • 2 weeks later...
9 minutes ago, SavageAUS said:

I just cloned my install to a new drive and now theme manager is not working correctly.

Even with manually mounting my EFI partition it does not load correctly.

I have tried "Clean CloverThemeManager".

log.rtf

CloverThemeManager.zip

 

rm -rf ~/Library/Application\ Support/CloverThemeManager

 

Edited by Badruzeus
Link to comment
Share on other sites

1 minute ago, SavageAUS said:

I should have added that i tried that as well.

It seems to me like its not injecting the dropdown that detects the EFI partition.

Weird; did you try to mount your EFI Partition before launching the app?

sudo diskutil mount /dev/diskXsY

 

Link to comment
Share on other sites

45 minutes ago, Badruzeus said:

Weird; did you try to mount your EFI Partition before launching the app?


sudo diskutil mount /dev/diskXsY

 

Yeah i have tried that as well.

Iv've removed the app and installed it new.

It can't be because its a nvme drive can it?

  • Like 2
Link to comment
Share on other sites

Thanks for the report @SavageAUS

 

The problem looks to be down to the theme manager script no knowing about nvme as I'd not checked a bootlog from one before. Please post your clover bootlog and I'll look at fixing it.

 

    GetSelfDevicePath()
        Reading bootlog
        Found selfDevicePath
        devicePathArr[0]=PciRoot(0x0)
        devicePathArr[1]=Pci(0x1D,0x0)
        devicePathArr[2]=Pci(0x0,0x0)
        devicePathArr[3]=NVMe(0x1,CA-51-B2-81-57-38-25-00)
        devicePathArr[4]=HD(1,GPT,7CC1372B-8DB0-443D-AFA1-A287D605CF28,0x28,0x64000) @A664F9D8
        PartType=CA-51-B2-81-57-38-25-00
        Boot device part type=CA-51-B2-81-57-38-25-00 | identifier=

 

Edited by blackosx
  • Like 1
Link to comment
Share on other sites

Appears to be working.

Thanks

Here is log from this version


CTM_Version 0.77.0b2
Started Clover Theme Manager script
Mon Nov 12 22:23:02 ACDT 2018
    ===================================
scriptPid=6818 | appPid= 6817
    ===================================
    PATH=/usr/bin:/bin:/usr/sbin:/sbin
    Set permissions of findThemeDirs script
    Set permissions of bootlog script
==== Initialisation Start ====
    ===================================
    IsGitInstalled()
        Number of git installations: 1
        git installations: /usr/bin/git
        using git at :/usr/bin/git
        git version 2.17.2 (Apple Git-113)
        git version detection passed.
CTM_GitOK
    ===================================
    RefreshHtmlTemplates()
        Creating: managethemes.html
CTM_HTMLTemplateOK
    ===================================
    IsRepositoryLive()
CTM_RepositoryCheckNetwork
CTM_RepositoryChecking
        Connecting to https://git.code.sf.net/p/cloverefiboot/themes
    ===================================
    findThemeDirs.sh
        Getting list of mounted devices
        Check: dfMounts=3
        disk0s1@U = unmounted ESP
        disk1 does not contain ESP
        disk2 does not contain ESP
        disk3 does not contain ESP
        a6e311cade2e5169ca6a4033f4bfbfbc3f073589    HEAD
a6e311cade2e5169ca6a4033f4bfbfbc3f073589    refs/heads/master
CTM_RepositorySuccess
    ===================================
    EnsureLocalSupportDir()
CTM_SupportDirOK
    ===================================
    EnsureSymlinks()
    ===================================
    CreateSymbolicLinks()
        Creating symbolic link to /Users/shane/Library/Application Support/CloverThemeManager/themes
        Creating symbolic link to /Users/shane/Library/Application Support/CloverThemeManager/CloverThemeManagerApp/help/add_theme.html
        Creating symbolic link to /Applications/CloverThemeManager.app/Contents/Resources/public/scripts/initialise.js
        Creating symbolic link to /Applications/CloverThemeManager.app/Contents/Resources/public/scripts/jquery-2.1.3.min.js
        Creating symbolic link to /Applications/CloverThemeManager.app/Contents/Resources/public/styles
        Creating symbolic link to /Applications/CloverThemeManager.app/Contents/Resources/public/assets
CTM_SymbolicLinksOK
    ===================================
    GetLatestIndexAndEnsureThemeHtml()
        indexFileEpoch=1542023534
        Checking for update to index.git
        No updates to index.git
CTM_IndexOK
        Error!. /Users/shane/Library/Application Support/CloverThemeManager/theme.html not found
        Reading theme plists.
        Reading theme plists for 3DGREY
        Reading theme plists for Aero
        Reading theme plists for Aero256
        Reading theme plists for alienware
        Reading theme plists for Apocalypse
        Reading theme plists for applestyle
        Reading theme plists for Asus
        Reading theme plists for Beauty
        Reading theme plists for BeautyDark
        Reading theme plists for BeautyDark256
        Reading theme plists for BeautyX
        Reading theme plists for BGM
        Reading theme plists for BGM256
        Reading theme plists for BGO
        Reading theme plists for black
        Reading theme plists for blackbc
        Reading theme plists for blacktype
        Reading theme plists for black_green
        Reading theme plists for bluejeans
        Reading theme plists for bluemac
        Reading theme plists for blur
        Reading theme plists for bootcamp
        Reading theme plists for bootcamp2.0
        Reading theme plists for Borealis
        Reading theme plists for Buttons
        Reading theme plists for Buttons256
        Reading theme plists for Carbon
        Reading theme plists for Chamelia
        Reading theme plists for christmas
        Reading theme plists for chrome
        Reading theme plists for Circla
        Reading theme plists for Circla256
        Reading theme plists for Classic Mac OS
        Reading theme plists for Classical
        Reading theme plists for ClassicalDark
        Reading theme plists for Clover Bootcamp
        Reading theme plists for Clover-X
        Reading theme plists for Clovernity
        Reading theme plists for CrispyOSX
        Reading theme plists for Crystal
        Reading theme plists for CUBE
        Reading theme plists for dark
        Reading theme plists for DarkBoot
        Reading theme plists for DarkBoot256
        Reading theme plists for DarkBootX
        Reading theme plists for Dell
        Reading theme plists for El Capitan
        Reading theme plists for Emerald
        Reading theme plists for FlatCamp
        Reading theme plists for Game Of Thrones
        Reading theme plists for Game Of Thrones Light
    theme.plist contains carriage returns (CR)
    theme.plist contains carriage returns (CR)
        Reading theme plists for Glassy
        Reading theme plists for Glassy256
        Reading theme plists for gold_clover
        Reading theme plists for Gothic
        Reading theme plists for Greenify
        Reading theme plists for Greenify256
        Reading theme plists for Groovy
        Reading theme plists for Harley
        Reading theme plists for hellfire-reborn
        Reading theme plists for Hex256
        Reading theme plists for HexaCore
        Reading theme plists for HexaCore256
        Reading theme plists for Hexagon
        Reading theme plists for HexagonDark
        Reading theme plists for HexagonDark256
        Reading theme plists for HighSierra
        Reading theme plists for hmf
        Reading theme plists for HP
        Reading theme plists for iclover
        Reading theme plists for iCUBE
        Reading theme plists for InsanelyLook
        Reading theme plists for in_box
        Reading theme plists for ios7
        Reading theme plists for Leather
        Reading theme plists for Lightness
        Reading theme plists for Lightness256
        Reading theme plists for LightUp
        Reading theme plists for Luxury
        Reading theme plists for Luxury2.0
        Reading theme plists for Luxury256
        Reading theme plists for mac
        Reading theme plists for MacOSX
        Reading theme plists for mac_s
        Reading theme plists for magnifico
        Reading theme plists for Material
        Reading theme plists for Material256
        Reading theme plists for MaterialBox
        Reading theme plists for MaterialDark
        Reading theme plists for MavericksLogin
    theme.plist contains carriage returns (CR)
    theme.plist contains carriage returns (CR)
        Reading theme plists for Mavs Style
        Reading theme plists for metal
        Reading theme plists for Metro
    theme.plist contains carriage returns (CR)
    theme.plist contains carriage returns (CR)
        Reading theme plists for Metronome
        Reading theme plists for mimi black
        Reading theme plists for mini
        Reading theme plists for Minimalism
    theme.plist contains carriage returns (CR)
    theme.plist contains carriage returns (CR)
        Reading theme plists for Minimalism Blue
    theme.plist contains carriage returns (CR)
    theme.plist contains carriage returns (CR)
        Reading theme plists for Minimalism Green
    theme.plist contains carriage returns (CR)
    theme.plist contains carriage returns (CR)
        Reading theme plists for Minimalism Orange
    theme.plist contains carriage returns (CR)
    theme.plist contains carriage returns (CR)
        Reading theme plists for Mojave
        Reading theme plists for Mojave4k
        Reading theme plists for Movies
        Reading theme plists for mrengles
        Reading theme plists for Neon
        Reading theme plists for Neon256
        Reading theme plists for newyear
        Reading theme plists for Nightwish
        Reading theme plists for Nightwish256
        Reading theme plists for Oceanix
        Reading theme plists for One
        Reading theme plists for orange
        Reading theme plists for OSS
        Reading theme plists for os_box
        Reading theme plists for os_one
        Reading theme plists for Outlines
        Reading theme plists for Outlines256
        Reading theme plists for Pandora
        Reading theme plists for QB
        Reading theme plists for QBDark256
        Reading theme plists for Ransom
        Reading theme plists for red
        Reading theme plists for Retina
        Reading theme plists for Retina256
        Reading theme plists for Retina4k
        Reading theme plists for Romance
        Reading theme plists for Shield
        Reading theme plists for SilverLight
        Reading theme plists for Simple Grey Rounds
        Reading theme plists for Simple Theme Dark
        Reading theme plists for Simple Theme Gray
        Reading theme plists for Simple Theme Light
        Reading theme plists for Simplicity
    theme.plist contains carriage returns (CR)
    theme.plist contains carriage returns (CR)
        Reading theme plists for sketched
        Reading theme plists for Smooth
        Reading theme plists for SmoothDark
        Reading theme plists for SmoothDark256
        Reading theme plists for Space
        Reading theme plists for Sphere
        Reading theme plists for Sphere256
        Reading theme plists for steampunkblack
        Reading theme plists for thinkpad
        Reading theme plists for ufo
        Reading theme plists for Universe
        Reading theme plists for Woody
        Reading theme plists for WorldCup
        Reading theme plists for Xmas
        Reading theme plists for YosemiteLogin
    theme.plist contains carriage returns (CR)
    theme.plist contains carriage returns (CR)
    ===================================
    CreateThemeListHtml()
        Creating html theme list.
        Number of theme titles=148
        Number of theme description=148
        Number of theme author=148
        Found 148 Titles, Descriptions and Authors
        Creating html for 3DGREY theme
        Creating html for Aero theme
        Creating html for Aero256 theme
        Creating html for alienware theme
        Creating html for Apocalypse theme
        Creating html for applestyle theme
        Creating html for Asus theme
        Creating html for Beauty theme
        Creating html for BeautyDark theme
        Creating html for BeautyDark256 theme
        Creating html for BeautyX theme
        Creating html for BGM theme
        Creating html for BGM256 theme
        Creating html for BGO theme
        Creating html for black theme
        Creating html for blackbc theme
        Creating html for blacktype theme
        Creating html for black_green theme
        Creating html for bluejeans theme
        Creating html for bluemac theme
        Creating html for blur theme
        Creating html for bootcamp theme
        Creating html for bootcamp2.0 theme
        Creating html for Borealis theme
        Creating html for Buttons theme
        Creating html for Buttons256 theme
        Creating html for Carbon theme
        Creating html for Chamelia theme
        Creating html for christmas theme
        Creating html for chrome theme
        Creating html for Circla theme
        Creating html for Circla256 theme
        Creating html for Classic Mac OS theme
        Creating html for Classical theme
        Creating html for ClassicalDark theme
        Creating html for Clover Bootcamp theme
        Creating html for Clover-X theme
        Creating html for Clovernity theme
        Creating html for CrispyOSX theme
        Creating html for Crystal theme
        Creating html for CUBE theme
        Creating html for dark theme
        Creating html for DarkBoot theme
        Creating html for DarkBoot256 theme
        Creating html for DarkBootX theme
        Creating html for Dell theme
        Creating html for El Capitan theme
        Creating html for Emerald theme
        Creating html for FlatCamp theme
        Creating html for Game Of Thrones theme
        Creating html for Game Of Thrones Light theme
        Creating html for Glassy theme
        Creating html for Glassy256 theme
        Creating html for gold_clover theme
        Creating html for Gothic theme
        Creating html for Greenify theme
        Creating html for Greenify256 theme
        Creating html for Groovy theme
        Creating html for Harley theme
        Creating html for hellfire-reborn theme
        Creating html for Hex256 theme
        Creating html for HexaCore theme
        Creating html for HexaCore256 theme
        Creating html for Hexagon theme
        Creating html for HexagonDark theme
        Creating html for HexagonDark256 theme
        Creating html for HighSierra theme
        Creating html for hmf theme
        Creating html for HP theme
        Creating html for iclover theme
        Creating html for iCUBE theme
        Creating html for InsanelyLook theme
        Creating html for in_box theme
        Creating html for ios7 theme
        Creating html for Leather theme
        Creating html for Lightness theme
        Creating html for Lightness256 theme
        Creating html for LightUp theme
        Creating html for Luxury theme
        Creating html for Luxury2.0 theme
        Creating html for Luxury256 theme
        Creating html for mac theme
        Creating html for MacOSX theme
        Creating html for mac_s theme
        Creating html for magnifico theme
        Creating html for Material theme
        Creating html for Material256 theme
        Creating html for MaterialBox theme
        Creating html for MaterialDark theme
        Creating html for MavericksLogin theme
        Creating html for Mavs Style theme
        Creating html for metal theme
        Creating html for Metro theme
        Creating html for Metronome theme
        Creating html for mimi black theme
        Creating html for mini theme
        Creating html for Minimalism theme
        Creating html for Minimalism Blue theme
        Creating html for Minimalism Green theme
        Creating html for Minimalism Orange theme
        Creating html for Mojave theme
        Creating html for Mojave4k theme
        Creating html for Movies theme
        Creating html for mrengles theme
        Creating html for Neon theme
        Creating html for Neon256 theme
        Creating html for newyear theme
        Creating html for Nightwish theme
        Creating html for Nightwish256 theme
        Creating html for Oceanix theme
        Creating html for One theme
        Creating html for orange theme
        Creating html for OSS theme
        Creating html for os_box theme
        Creating html for os_one theme
        Creating html for Outlines theme
        Creating html for Outlines256 theme
        Creating html for Pandora theme
        Creating html for QB theme
        Creating html for QBDark256 theme
        Creating html for Ransom theme
        Creating html for red theme
        Creating html for Retina theme
        Creating html for Retina256 theme
        Creating html for Retina4k theme
        Creating html for Romance theme
        Creating html for Shield theme
        Creating html for SilverLight theme
        Creating html for Simple Grey Rounds theme
        Creating html for Simple Theme Dark theme
        Creating html for Simple Theme Gray theme
        Creating html for Simple Theme Light theme
        Creating html for Simplicity theme
        Creating html for sketched theme
        Creating html for Smooth theme
        Creating html for SmoothDark theme
        Creating html for SmoothDark256 theme
        Creating html for Space theme
        Creating html for Sphere theme
        Creating html for Sphere256 theme
        Creating html for steampunkblack theme
        Creating html for thinkpad theme
        Creating html for ufo theme
        Creating html for Universe theme
        Creating html for Woody theme
        Creating html for WorldCup theme
        Creating html for Xmas theme
        Creating html for YosemiteLogin theme
CTM_ThemeListOK
    ===================================
    InsertThemeListHtmlInToManageThemes()
        Inserting HTML in to managethemes.html
CTM_InsertHtmlOK
CTM_ThemeDirsScan
CTM_ReadPrefsOK
    ===================================
    ReadPrefsFile()
        Read user preferences file
        gLastSelectedPath=-
        gLastSelectedPathDevice=-
        gLastSelectedPartitionGUID=-
        Resetting internal theme arrays
        gBootlogState=
        gUISettingViewUnInstalled=
        gUISettingViewThumbnails=
        gUISettingViewPreviews=
        TARGET_THEME_DIR=
        TARGET_THEME_DIR_DEVICE=
        TARGET_THEME_PARTITIONGUID=
    ===================================
    SendInternalThemeArraysToLogFile()
    ===================================
        Prefs shows total number of installed themes=33
        0: Aero, /Volumes/EFI/EFI/Clover/themes, disk0s1, 7CC1372B-8DB0-443D-AFA1-A287D605CF28
        1: Apocalypse, /Volumes/EFI/EFI/Clover/themes, disk0s1, 7CC1372B-8DB0-443D-AFA1-A287D605CF28
        2: BGM, /Volumes/EFI/EFI/Clover/themes, disk0s1, 7CC1372B-8DB0-443D-AFA1-A287D605CF28
        3: BeautyDark, /Volumes/EFI/EFI/Clover/themes, disk0s1, 7CC1372B-8DB0-443D-AFA1-A287D605CF28
        4: BeautyGreen, /Volumes/EFI/EFI/Clover/themes, disk0s1, 7CC1372B-8DB0-443D-AFA1-A287D605CF28
        5: BeautyX, /Volumes/EFI/EFI/Clover/themes, disk0s1, 7CC1372B-8DB0-443D-AFA1-A287D605CF28
        6: Buttons, /Volumes/EFI/EFI/Clover/themes, disk0s1, 7CC1372B-8DB0-443D-AFA1-A287D605CF28
        7: Carbon, /Volumes/EFI/EFI/Clover/themes, disk0s1, 7CC1372B-8DB0-443D-AFA1-A287D605CF28
        8: Circla, /Volumes/EFI/EFI/Clover/themes, disk0s1, 7CC1372B-8DB0-443D-AFA1-A287D605CF28
        9: Clovernity, /Volumes/EFI/EFI/Clover/themes, disk0s1, 7CC1372B-8DB0-443D-AFA1-A287D605CF28
        10: Crystal, /Volumes/EFI/EFI/Clover/themes, disk0s1, 7CC1372B-8DB0-443D-AFA1-A287D605CF28
        11: DarkBootX, /Volumes/EFI/EFI/Clover/themes, disk0s1, 7CC1372B-8DB0-443D-AFA1-A287D605CF28
        12: EyeCandy, /Volumes/EFI/EFI/Clover/themes, disk0s1, 7CC1372B-8DB0-443D-AFA1-A287D605CF28
        13: Glassy, /Volumes/EFI/EFI/Clover/themes, disk0s1, 7CC1372B-8DB0-443D-AFA1-A287D605CF28
        14: Gothic, /Volumes/EFI/EFI/Clover/themes, disk0s1, 7CC1372B-8DB0-443D-AFA1-A287D605CF28
        15: Greenify, /Volumes/EFI/EFI/Clover/themes, disk0s1, 7CC1372B-8DB0-443D-AFA1-A287D605CF28
        16: HexaCore, /Volumes/EFI/EFI/Clover/themes, disk0s1, 7CC1372B-8DB0-443D-AFA1-A287D605CF28
        17: HighSierra, /Volumes/EFI/EFI/Clover/themes, disk0s1, 7CC1372B-8DB0-443D-AFA1-A287D605CF28
        18: InsanelyLook, /Volumes/EFI/EFI/Clover/themes, disk0s1, 7CC1372B-8DB0-443D-AFA1-A287D605CF28
        19: Leather, /Volumes/EFI/EFI/Clover/themes, disk0s1, 7CC1372B-8DB0-443D-AFA1-A287D605CF28
        20: Lightness, /Volumes/EFI/EFI/Clover/themes, disk0s1, 7CC1372B-8DB0-443D-AFA1-A287D605CF28
        21: Luxury, /Volumes/EFI/EFI/Clover/themes, disk0s1, 7CC1372B-8DB0-443D-AFA1-A287D605CF28
        22: Material, /Volumes/EFI/EFI/Clover/themes, disk0s1, 7CC1372B-8DB0-443D-AFA1-A287D605CF28
        23: MaterialBox, /Volumes/EFI/EFI/Clover/themes, disk0s1, 7CC1372B-8DB0-443D-AFA1-A287D605CF28
        24: Mojave, /Volumes/EFI/EFI/Clover/themes, disk0s1, 7CC1372B-8DB0-443D-AFA1-A287D605CF28
        25: Neon, /Volumes/EFI/EFI/Clover/themes, disk0s1, 7CC1372B-8DB0-443D-AFA1-A287D605CF28
        26: Nightwish, /Volumes/EFI/EFI/Clover/themes, disk0s1, 7CC1372B-8DB0-443D-AFA1-A287D605CF28
        27: One, /Volumes/EFI/EFI/Clover/themes, disk0s1, 7CC1372B-8DB0-443D-AFA1-A287D605CF28
        28: OneBox, /Volumes/EFI/EFI/Clover/themes, disk0s1, 7CC1372B-8DB0-443D-AFA1-A287D605CF28
        29: Retina, /Volumes/EFI/EFI/Clover/themes, disk0s1, 7CC1372B-8DB0-443D-AFA1-A287D605CF28
        30: Wooden, /Volumes/EFI/EFI/Clover/themes, disk0s1, 7CC1372B-8DB0-443D-AFA1-A287D605CF28
        31: iOSX, /Volumes/EFI/EFI/Clover/themes, disk0s1, 7CC1372B-8DB0-443D-AFA1-A287D605CF28
        32: metal, /Volumes/EFI/EFI/Clover/themes, disk0s1, 7CC1372B-8DB0-443D-AFA1-A287D605CF28
    ===================================
    CleanInstalledThemesPrefEntries()
    ===================================
    GetBootlog()
        Found a bootlog in ioreg. Writing bootlog to disk
    ===================================
    GetSelfDevicePath()
        Reading bootlog
        Found selfDevicePath
        devicePathArr[0]=PciRoot(0x0)
        devicePathArr[1]=Pci(0x1D,0x0)
        devicePathArr[2]=Pci(0x0,0x0)
        devicePathArr[3]=NVMe(0x1,CA-51-B2-81-57-38-25-00)
        devicePathArr[4]=HD(1,GPT,7CC1372B-8DB0-443D-AFA1-A287D605CF28,0x28,0x64000) @A664F9D8
        PartType=GPT
        identifier=disk0s1
CTM_BootDeviceGPT
    ===================================
    MountESPAndSearchThemesPath()
    uiSudoChangeRequests.sh()
        arguments[0]=
        arguments[1]=
        arguments[2]=ManageESP
        arguments[3]=
        arguments[4]=
        arguments[5]=
    ===================================
    ManageESP()
    ===================================
    MountESP()
        Mounted /dev/disk0s1 successfully. Checking for /EFI/Clover/Themes
        /EFI/Clover/Themes directory found on /dev/disk0s1
Checked and found 1 ESP with /EFI/Clover/Themes dir.
    ===================================
    findThemeDirs.sh
        Getting list of mounted devices
        Check: dfMounts=4
        Volume EFI on mountpoint /Volumes/ctmTempMpE8qiqXaaf contains Clover themes directory
        disk0s1 | EFI | /Volumes/ctmTempMpE8qiqXaaf | C12A7328-F81F-11D2-BA4B-00A0C93EC93B
        1 | Already found mounted ESP for disk0. Skipping
        disk1 does not contain ESP
        disk2 does not contain ESP
        disk3 does not contain ESP
        Sending UI message: MessageESP@Mounted@1
        Boot device part type=GPT | identifier=disk0s1
CTM_BootDeviceCloseWindow
    ===================================
    ReadThemeDirList()
CTM_ThemeDirsOK
    ===================================
    SetTargetAndMountpoint()
        Set target volume to boot device: disk0s1
        TARGET_THEME_DIR=/Volumes/ctmTempMpE8qiqXaaf/EFI/Clover/themes
        TARGET_THEME_DIR_DEVICE=disk0s1
        TARGET_THEME_PARTITIONGUID=7CC1372B-8DB0-443D-AFA1-A287D605CF28
        Sending UI message: BootDevice@Mounted@disk0s1@/Volumes/ctmTempMpE8qiqXaaf
    ===================================
    CreateAndSendVolumeDropDownMenu()
        Sending UI message: NewVolumeDropDown@0;BOOT DEVICE | /Volumes/EFI/EFI/Clover/themes [disk0s1] [7CC1372B-8DB0-443D-AFA1-A287D605CF28]@
CTM_DropDownListOK
    ===================================
    ReadBootLogAndSetPaths()
    ===================================
    bootlog.sh
    ===================================
    ReadBootLog()
    ===================================
    PostProcess()
    ===================================
    CheckNvramIsWorking()
        Skipped because blBootType=UEFI AND gNvramWorkingType=
    ===================================
    EscapeVarsForHtml()
    ===================================
    PrintVarsToLog()
        Read Boot Log
        Clover Revision=4752
        Boot Type=UEFI
        bootDevice partNo=1
        bootDevice partType=GPT
        bootDevice partSignature=7CC1372B-8DB0-443D-AFA1-A287D605CF28
        bootDevice partLBA=0x28
        bootDevice partSize=0x64000
        identifier: disk0s1
        mountpoint: /Volumes/ctmTempMpE8qiqXaaf
        Config.plist OEM=
        Config.plist file path: /Volumes/ctmTempMpE8qiqXaaf/EFI/CLOVER/config.plist
        Config.plist Fast Boot? (1=No, 0=Yes): 1
        Config.plist Text Only? (1=No, 0=Yes): 1
        Config.plist theme entry: embedded
        EmuVariable Driver used? (1=No, 0=Yes): 1
        NVRAM.plist volume location: 
        NVRAM.plist exists? (1=No, 0=Yes): 1
        NVRAM read from: 
        NVRAM theme entry: 
        NVRAM theme absent? (1=No, 0=Yes): 1
        NVRAM theme exist? (1=No, 0=Yes): 1
        Using theme: 
        Theme asked for title: embedded
        Theme asked for full path: internal
        Theme asked for exist: 
        Theme set in UI? (1=No, 0=Yes): 1
        theme.plist not found? (1=No, 0=Yes): 1
        Random theme used? (1=No, 0=Yes):1
        Theme chosen in UI: 
        Theme used path: /Volumes/EFIinternal
        Theme used chosen: embedded
    ===================================
        NVRAM working type: 
        Is nvram working on currently booted system? (1=No, 0=Yes): 1
    ===================================
        mountpointPrint=\/Volumes\/ctmTempMpE8qiqXaaf (aka \/Volumes\/EFI)
        blConfigPlistFilePathPrint=\/Volumes\/EFI\/EFI\/CLOVER\/config.plist
        blNvramReadFromPrint=
        blThemeUsedPathPrint=\/Volumes\/EFIinternal
        blThemeAskedForPathPrint=\/Volumes\/EFIinternal
    ===================================
    ===================================
        PopulateNvramFunctionalityBand() option 0
        Inserting nvram functionality message HTML in to managethemes.html
    ===================================
    PopulateBootLogTitleBand()
        Inserting bootlog Band Title HTML in to managethemes.html
    ===================================
    SetBootlogTextColourClasses()
    ===================================
    SetHtmlBootlogSectionTemplates()
    ===================================
    PopulateBootLog()
        Inserting bootlog HTML in to managethemes.html
CTM_BootlogOK
        Returned back from bootlog script: gNvramPlistFullPath= | gConfigPlistFullPath=/Volumes/ctmTempMpE8qiqXaaf/EFI/CLOVER/config.plist
    ===================================
    CreateControlOptionsHtmlAndInsert()
        Renaming for UI /Volumes/ctmTempMpE8qiqXaaf/EFI/CLOVER/config.plist to /Volumes/EFI/EFI/CLOVER/config.plist
        Inserting control options band HTML in to managethemes.html
CTM_ControlOptionsOK
Using target /Volumes/ctmTempMpE8qiqXaaf/EFI/Clover/themes on device disk0s1 with GUID 7CC1372B-8DB0-443D-AFA1-A287D605CF28
    ===================================
    SendUIInitData()
        Sending UI: BootlogView@Show@
    ===================================
    SendTargetToUiRunChecks()
    ===================================
    FindArrayIdFromTarget()
        Does 7CC1372B-8DB0-443D-AFA1-A287D605CF28=7CC1372B-8DB0-443D-AFA1-A287D605CF28 && /Volumes/ctmTempMpE8qiqXaaf/EFI/Clover/themes=/Volumes/ctmTempMpE8qiqXaaf/EFI/Clover/themes
        Match found. Returning 0
        entry=0
    ===================================
    CheckThemePathIsStillValid()
        Device 7CC1372B-8DB0-443D-AFA1-A287D605CF28 is disk0s1
        Theme directory /Volumes/ctmTempMpE8qiqXaaf/EFI/Clover/themes exists.
        Sending UI: Target@0
    ===================================
    GetListOfInstalledThemesAndSendToUI()
        Looking for installed themes at /Volumes/ctmTempMpE8qiqXaaf/EFI/Clover/themes on disk0s1
        Found installed theme: Aero
        Found installed theme: Apocalypse
        Found installed theme: BGM
        Found installed theme: BeautyDark
        Found installed theme: BeautyGreen
        Found installed theme: BeautyX
        Found installed theme: Buttons
        Found installed theme: Carbon
        Found installed theme: Circla
        Found installed theme: Clovernity
        Found installed theme: Clovy
        Found installed theme: Crystal
        Found installed theme: DarkBootX
        Found installed theme: EyeCandy
        Found installed theme: Glassy
        Found installed theme: Gothic
        Found installed theme: Greenify
        Found installed theme: HexaCore
        Found installed theme: HighSierra
        Found installed theme: InsanelyLook
        Found installed theme: Leather
        Found installed theme: Lightness
        Found installed theme: Luxury
        Found installed theme: Material
        Found installed theme: MaterialBox
        Found installed theme: Mojave
        Found installed theme: Neon
        Found installed theme: Nightwish
        Found installed theme: One
        Found installed theme: OneBox
        Found installed theme: Retina
        Found installed theme: Wooden
        Found installed theme: christmas
        Found installed theme: embedded
        Found installed theme: iOSX
        Found installed theme: metal
        Found installed theme: newyear
        Found installed theme: random
Installed Themes:Aero,Apocalypse,BeautyDark,BeautyGreen,BeautyX,BGM,Buttons,Carbon,christmas,Circla,Clovernity,Clovy,Crystal,DarkBootX,embedded,EyeCandy,Glassy,Gothic,Greenify,HexaCore,HighSierra,InsanelyLook,iOSX,Leather,Lightness,Luxury,Material,MaterialBox,metal,Mojave,Neon,newyear,Nightwish,One,OneBox,random,Retina,Wooden
        Sending UI: InstalledThemes@Aero,Apocalypse,BeautyDark,BeautyGreen,BeautyX,BGM,Buttons,Carbon,christmas,Circla,Clovernity,Clovy,Crystal,DarkBootX,embedded,EyeCandy,Glassy,Gothic,Greenify,HexaCore,HighSierra,InsanelyLook,iOSX,Leather,Lightness,Luxury,Material,MaterialBox,metal,Mojave,Neon,newyear,Nightwish,One,OneBox,random,Retina,Wooden@
    ===================================
    GetFreeSpaceOfTargetDeviceAndSendToUI()
        Getting free space on target device disk0s1
        deviceResult=/dev/disk0s1
        found=0
Freespace on target: 132M
        Sending UI: FreeSpace:132M
    ===================================
    CheckAndRecordUnManagedThemesAndSendToUI()
        Checking /Volumes/ctmTempMpE8qiqXaaf/EFI/Clover/themes for any unmanaged themes (without a .hash).
        /Volumes/ctmTempMpE8qiqXaaf/EFI/Clover/themes/Aero has parent bare clone in support dir
    ===================================
    CheckThemeIsInPrefs()
        /Volumes/ctmTempMpE8qiqXaaf/EFI/Clover/themes/Apocalypse has parent bare clone in support dir
    ===================================
    CheckThemeIsInPrefs()
        /Volumes/ctmTempMpE8qiqXaaf/EFI/Clover/themes/BGM has parent bare clone in support dir
    ===================================
    CheckThemeIsInPrefs()
        /Volumes/ctmTempMpE8qiqXaaf/EFI/Clover/themes/BeautyDark has parent bare clone in support dir
    ===================================
    CheckThemeIsInPrefs()
        /Volumes/ctmTempMpE8qiqXaaf/EFI/Clover/themes/BeautyGreen has parent bare clone in support dir
    ===================================
    CheckThemeIsInPrefs()
        /Volumes/ctmTempMpE8qiqXaaf/EFI/Clover/themes/BeautyX has parent bare clone in support dir
    ===================================
    CheckThemeIsInPrefs()
        /Volumes/ctmTempMpE8qiqXaaf/EFI/Clover/themes/Buttons has parent bare clone in support dir
    ===================================
    CheckThemeIsInPrefs()
        /Volumes/ctmTempMpE8qiqXaaf/EFI/Clover/themes/Carbon has parent bare clone in support dir
    ===================================
    CheckThemeIsInPrefs()
        /Volumes/ctmTempMpE8qiqXaaf/EFI/Clover/themes/Circla has parent bare clone in support dir
    ===================================
    CheckThemeIsInPrefs()
        /Volumes/ctmTempMpE8qiqXaaf/EFI/Clover/themes/Clovernity has parent bare clone in support dir
    ===================================
    CheckThemeIsInPrefs()
        /Volumes/ctmTempMpE8qiqXaaf/EFI/Clover/themes/Clovy has no hash
        /Volumes/ctmTempMpE8qiqXaaf/EFI/Clover/themes/Crystal has parent bare clone in support dir
    ===================================
    CheckThemeIsInPrefs()
        /Volumes/ctmTempMpE8qiqXaaf/EFI/Clover/themes/DarkBootX has parent bare clone in support dir
    ===================================
    CheckThemeIsInPrefs()
        /Volumes/ctmTempMpE8qiqXaaf/EFI/Clover/themes/EyeCandy has parent bare clone in support dir
    ===================================
    CheckThemeIsInPrefs()
        /Volumes/ctmTempMpE8qiqXaaf/EFI/Clover/themes/Glassy has parent bare clone in support dir
    ===================================
    CheckThemeIsInPrefs()
        /Volumes/ctmTempMpE8qiqXaaf/EFI/Clover/themes/Gothic has parent bare clone in support dir
    ===================================
    CheckThemeIsInPrefs()
        /Volumes/ctmTempMpE8qiqXaaf/EFI/Clover/themes/Greenify has parent bare clone in support dir
    ===================================
    CheckThemeIsInPrefs()
        /Volumes/ctmTempMpE8qiqXaaf/EFI/Clover/themes/HexaCore has parent bare clone in support dir
    ===================================
    CheckThemeIsInPrefs()
        /Volumes/ctmTempMpE8qiqXaaf/EFI/Clover/themes/HighSierra has parent bare clone in support dir
    ===================================
    CheckThemeIsInPrefs()
        /Volumes/ctmTempMpE8qiqXaaf/EFI/Clover/themes/InsanelyLook has parent bare clone in support dir
    ===================================
    CheckThemeIsInPrefs()
        /Volumes/ctmTempMpE8qiqXaaf/EFI/Clover/themes/Leather has parent bare clone in support dir
    ===================================
    CheckThemeIsInPrefs()
        /Volumes/ctmTempMpE8qiqXaaf/EFI/Clover/themes/Lightness has parent bare clone in support dir
    ===================================
    CheckThemeIsInPrefs()
        /Volumes/ctmTempMpE8qiqXaaf/EFI/Clover/themes/Luxury has parent bare clone in support dir
    ===================================
    CheckThemeIsInPrefs()
        /Volumes/ctmTempMpE8qiqXaaf/EFI/Clover/themes/Material has parent bare clone in support dir
    ===================================
    CheckThemeIsInPrefs()
        /Volumes/ctmTempMpE8qiqXaaf/EFI/Clover/themes/MaterialBox has parent bare clone in support dir
    ===================================
    CheckThemeIsInPrefs()
        /Volumes/ctmTempMpE8qiqXaaf/EFI/Clover/themes/Mojave has parent bare clone in support dir
    ===================================
    CheckThemeIsInPrefs()
        /Volumes/ctmTempMpE8qiqXaaf/EFI/Clover/themes/Neon has parent bare clone in support dir
    ===================================
    CheckThemeIsInPrefs()
        /Volumes/ctmTempMpE8qiqXaaf/EFI/Clover/themes/Nightwish has parent bare clone in support dir
    ===================================
    CheckThemeIsInPrefs()
        /Volumes/ctmTempMpE8qiqXaaf/EFI/Clover/themes/One has parent bare clone in support dir
    ===================================
    CheckThemeIsInPrefs()
        /Volumes/ctmTempMpE8qiqXaaf/EFI/Clover/themes/OneBox has parent bare clone in support dir
    ===================================
    CheckThemeIsInPrefs()
        /Volumes/ctmTempMpE8qiqXaaf/EFI/Clover/themes/Retina has parent bare clone in support dir
    ===================================
    CheckThemeIsInPrefs()
        /Volumes/ctmTempMpE8qiqXaaf/EFI/Clover/themes/Wooden has parent bare clone in support dir
    ===================================
    CheckThemeIsInPrefs()
        /Volumes/ctmTempMpE8qiqXaaf/EFI/Clover/themes/christmas has no hash
        /Volumes/ctmTempMpE8qiqXaaf/EFI/Clover/themes/embedded has no hash
        /Volumes/ctmTempMpE8qiqXaaf/EFI/Clover/themes/iOSX has parent bare clone in support dir
    ===================================
    CheckThemeIsInPrefs()
        /Volumes/ctmTempMpE8qiqXaaf/EFI/Clover/themes/metal has parent bare clone in support dir
    ===================================
    CheckThemeIsInPrefs()
        /Volumes/ctmTempMpE8qiqXaaf/EFI/Clover/themes/newyear has no hash
        /Volumes/ctmTempMpE8qiqXaaf/EFI/Clover/themes/random has no hash
        Sending UI list of themes not installed by this app: UnversionedThemes@Clovy,christmas,embedded,newyear,random@
        Sending UI: UnInstalledView@@
        Sending UI: ThumbnailView@@
        Sending UI: PreviewView@@
CTM_InitInterface
    ===================================
    ReadAndSendCurrentNvramTheme()
Clover.Theme NVRAM variable is not set
        Sending UI: Nvram@-@
CTM_NvramNotFound
    ===================================
    PredictNextTheme()
    ===================================
    ReadConfigPList()
Prediction: Next boot from this device will load theme: random
        Sending UI: SetPrediction@random@
    ===================================
    ReadAndSendCurrentNvramPlistTheme()
         does not exist.
    ===================================
    ReadAndSendCurrentConfigPlistTheme()
/Volumes/ctmTempMpE8qiqXaaf/EFI/CLOVER/config.plist contains theme entry embedded
        Sending UI: ConfigP@embedded@
    ===================================
    PredictNextTheme()
    ===================================
    ReadConfigPList()
Prediction: Next boot from this device will load theme: embedded
        Sending UI: SetPrediction@embedded@
    ===================================
    ShowHideUIControlOptions()
disk0s1 is boot device. Show control options.
        Sending UI: ShowHideControlOptions@Show@
    ===================================
    InsertNotificationCodeInToJS()
        Inserting JS notification code in to cloverthememanager.js
        Inserting notification code was successful.
Complete!
==== Initialisation End ====
    ===================================
    CheckAndRemoveBareClonesNoLongerNeeded()
    ===================================
    CheckForAndRemoveThemeGitDirs()
        Checking /Volumes/ctmTempMpE8qiqXaaf/EFI/Clover/themes for any theme.git dirs.
        Sending UI: EnableInterface@@
    ===================================
    CheckForThemeUpdates()
Num Themes in themeList=148
Checking /Volumes/ctmTempMpE8qiqXaaf/EFI/Clover/themes for any theme updates.
        Sending UI: CheckingThemeUpdates@@
        themeHashLocal=d5c57e49137c4009119061c71d87a80935a59e48
d5c57e49137c4009119061c71d87a80935a59e48    refs/heads/master
        themeHashRepo=d5c57e49137c4009119061c71d87a80935a59e48
        hash matches. No update for Aero
        themeHashLocal=fae9d2fa3614ff3f72f660e3e4b08633ab45f948
fae9d2fa3614ff3f72f660e3e4b08633ab45f948    refs/heads/master
        themeHashRepo=fae9d2fa3614ff3f72f660e3e4b08633ab45f948
        hash matches. No update for Apocalypse
        themeHashLocal=b52a1b7c93496a972c4d7ea07a1f4443ba001c70
b52a1b7c93496a972c4d7ea07a1f4443ba001c70    refs/heads/master
        themeHashRepo=b52a1b7c93496a972c4d7ea07a1f4443ba001c70
        hash matches. No update for BGM
        themeHashLocal=edcec0fa8586af316751f285a0701d5c7478f2ce
edcec0fa8586af316751f285a0701d5c7478f2ce    refs/heads/master
        themeHashRepo=edcec0fa8586af316751f285a0701d5c7478f2ce
        hash matches. No update for BeautyDark
        Theme BeautyGreen either has no hash, or theme no longer exists in the repository.
        themeHashLocal=1297e3fe8dcce01bace3b38d60db80ad51984865
1297e3fe8dcce01bace3b38d60db80ad51984865    refs/heads/master
        themeHashRepo=1297e3fe8dcce01bace3b38d60db80ad51984865
        hash matches. No update for BeautyX
        themeHashLocal=9da19895ef9ef984c97fe0a994e092b432b09abc

Screen Shot 2018-11-12 at 5.47.42 pm.png

Edited by SavageAUS
  • Like 3
Link to comment
Share on other sites

@SavageAUS I notice from your screenshot that the theme manager is incorrectly reporting you need to install rc scripts for working nvram but this is incorrect for UEFI boot. You have working nvram with your UEFI boot right?

That’s correct, I do have working nvram. I have tested this before, theme manager says I don’t have working nvram because the theme isn’t saved to nvram.


Sent from my iPhone using Tapatalk
Link to comment
Share on other sites

9 hours ago, blackosx said:
Can you test this version when you get time?

CloverThemeManager_v0.77.0b3.zip

 

Hopefully it will present the option to set the Clover.Theme nvram variable if you wish too, rather than incorrectly report you need to install rc scripts.

This is on my laptop which also has working NVRAM

Before

1220987363_ScreenShot2018-11-13at9_58_21am.png.b57be332de9d676c26fe96bdb40679cc.png

After

521663572_ScreenShot2018-11-13at9_59_29am.png.b05c113f01658e749ef47c049dccf373.png

Thanks for quick fix.

Has the previous NVMe fix been pushed to source so it get built with clover now?

And i'll assume this will also be pushed to source.

It would be nice if someone with non native nvram I could test this too.

2107509908_ScreenShot2018-11-13at10_03_44am.png.19dbb6699a3bc33acd38f246a40f06fa.png

And finally my skylake rig.

1852951559_ScreenShot2018-11-13at6_16_54pm.thumb.png.c6fe2bdcd28d52a4b58f29d5af61c9a7.png

 

Edited by SavageAUS
  • Like 3
Link to comment
Share on other sites

 Share

×
×
  • Create New...