Jump to content
3205 posts in this topic

Recommended Posts

Hi all, with latest revisions ( >= 3679) I think something is missing inside the binaries of BOOT/BOOTIA32.efi BOOT/BOOTX64.efi CLOVER/CLOVERX64.efi CLOVER/CLOVERIA32.efi:

 

cannot find "Clover revision:" string

 

 .. so the backup by the post preinstall script will fail? or is only for me?

Thanks

no I mean in the binary:

post-674334-0-38138500-1470679182_thumb.png

 

w/o boot into Clover, the preinstall script looking for it:

# ---------------------------------------------
# Preparing Backing up of Clover files
# ---------------------------------------------
old_revision='r0000'
for cloverfile in BOOT/BOOTX64.efi CLOVER/CLOVERX64.efi CLOVER/CLOVERIA32.efi; do
    cloverpath="${EFI_ROOT_DIR}/EFI/$cloverfile"
    if [[ -f "$cloverpath" ]]; then
        old_revision=r$(grep --text 'Clover revision:' "$cloverpath" | sed -nE 's/Clover revision: *([0-9]+).*/\1/p')
        break
    fi
done

... but no revision to grep in newer binaries

my laptop is solved scan drive issue when power on system.

 

but my desktop have scan drive issue when power on system.

 

this issue happen black screen. not loop. i use bootcamp theme, and use latest clover version.

 

also i check old r3625 version. r3625 version is no problem.

 

my system

ASUS B150M-A_M.2 iBORA

CLOVER UEFI BOOT

Pantium G4500

How about r3626? What happen if you use "embedded" theme?

I dont have r3626 version. Yet not test other theme in latest clover.

 

Also scan speed slower than r3625

 

Wait. I will report back

 

나의 LG-F410S 의 Tapatalk에서 보냄

How about r3626? What happen if you use "embedded" theme?

I cant check this issue in r3626.

 

Still happen this issue other themes in latest clover

 

나의 LG-F410S 의 Tapatalk에서 보냄

Hi,

it is only cosmetic
Why Turbo variable does not give the frequency for each core?

Clover 3688 and previous

 === [ GetCPUProperties ] ===================================================================================
0:103  0:000  CPU Vendor = 756E6547 Model=306F2
0:103  0:000  got cores from CPUID_1 = 0
0:103  0:000  The CPU supported turbo
0:103  0:000  BrandString = Intel(R) Core(TM) i7-5820K CPU @ 3.30GHz
0:103  0:000  MSR 0xE2 before patch 00008401
0:103  0:000  MSR 0xE2 is locked, PM patches will be turned on
0:103  0:000  MSR 0xE4              00010414
0:103  0:000  MSR 0xCE              20080C3B_F3812100
0:103  0:000  MSR 0x1B0             00000000
0:103  0:000  FSBFrequency=100MHz DMIvalue=100000kHz
0:103  0:000  Corrected FSBFrequency=100MHz
0:103  0:000  Vendor/Model/Stepping: 0x756E6547/0x3F/0x2
0:103  0:000  Family/ExtFamily: 0x6/0x0
0:103  0:000  MaxDiv/MinDiv: 33.0/12
0:103  0:000  Turbo: 40/40/41/41 this should be => 40/40/41/41/41/41
0:103  0:000  Features: 0xBFEBFBFF
0:103  0:000  Threads: 12
0:103  0:000  Cores: 6
0:103  0:000  FSB: 100 MHz
0:103  0:000  CPU: 3300 MHz
0:103  0:000  TSC: 3300 MHz
0:103  0:000  PIS: 400 MHz

here is clover log in r3625.

 

i cant test latest clover. because i get black screen. its similar like before my laptop get loop.

 

r3625 is no problem 

But this log has no problem, I want to see a fault.

 

 

 

Hi,

it is only cosmetic

Why Turbo variable does not give the frequency for each core?

Clover 3688 and previous

 === [ GetCPUProperties ] ===================================================================================
0:103  0:000  CPU Vendor = 756E6547 Model=306F2
0:103  0:000  got cores from CPUID_1 = 0
0:103  0:000  The CPU supported turbo
0:103  0:000  BrandString = Intel(R) Core(TM) i7-5820K CPU @ 3.30GHz
0:103  0:000  MSR 0xE2 before patch 00008401
0:103  0:000  MSR 0xE2 is locked, PM patches will be turned on
0:103  0:000  MSR 0xE4              00010414
0:103  0:000  MSR 0xCE              20080C3B_F3812100
0:103  0:000  MSR 0x1B0             00000000
0:103  0:000  FSBFrequency=100MHz DMIvalue=100000kHz
0:103  0:000  Corrected FSBFrequency=100MHz
0:103  0:000  Vendor/Model/Stepping: 0x756E6547/0x3F/0x2
0:103  0:000  Family/ExtFamily: 0x6/0x0
0:103  0:000  MaxDiv/MinDiv: 33.0/12
0:103  0:000  Turbo: 40/40/41/41 this should be => 40/40/41/41/41/41
0:103  0:000  Features: 0xBFEBFBFF
0:103  0:000  Threads: 12
0:103  0:000  Cores: 6
0:103  0:000  FSB: 100 MHz
0:103  0:000  CPU: 3300 MHz
0:103  0:000  TSC: 3300 MHz
0:103  0:000  PIS: 400 MHz

Check AIDA64 report about the CPU. 

Slice do you think Sherlocks had similar problem with the guy on applelife? One of Sherlocks setup was able to reach Clover GUI & not the other.

But those problems already resolved in several next revisions.

@Slice , how can i get clover log when i get black screen? r3625 perfect. Ofc log is good. Latest and r3650 over have problem in my desktop.

 

나의 LG-F410S 의 Tapatalk에서 보냄

Set Boot->Debug=true and you'll get debug.log even if the computer hang.

But those problems already resolved in several next revisions.

Yes. My skylake laptop solved. But my skylake pentium desktop have problem in latest clover. I get black screen(dont see scan drive message clover) when power on system

 

나의 LG-F410S 의 Tapatalk에서 보냄

×
×
  • Create New...