Contribute
Register

[TOOL] [Generate Proper Problem Reporting Files]

Status
Not open for further replies.
Hy RehabMan said I shall do this debug.sh to see if my graphics card Gtx950m drains power or not.

Maybe for me its an language issue but when I have to press the f4 or fn+f4 keys?

Dumping loaded ACPI tables.
Dumped loaded ACPI tables.
Dumping System log.
Dumping kernel panic logs...
Dumping kernel log.
Dumping kextstat.
Dumping kextcache
Dumping clover files.
Mounted EFI at /Volumes/EFI (credits RehabMan)
Verifying your EFI files...
You forgot to press F4 or Fn+F4 at clover boot screen.
Please reboot and press F4 or Fn+F4 to dump ACPI origin files.

Unmounted /Volumes/EFI
biss-iMac:~ Matthias$

i have pressed f4 100 times
 
Hy RehabMan said I shall do this debug.sh to see if my graphics card Gtx950m drains power or not.

Maybe for me its an language issue but when I have to press the f4 or fn+f4 keys?

Dumping loaded ACPI tables.
Dumped loaded ACPI tables.
Dumping System log.
Dumping kernel panic logs...
Dumping kernel log.
Dumping kextstat.
Dumping kextcache
Dumping clover files.
Mounted EFI at /Volumes/EFI (credits RehabMan)
Verifying your EFI files...
You forgot to press F4 or Fn+F4 at clover boot screen.
Please reboot and press F4 or Fn+F4 to dump ACPI origin files.

Unmounted /Volumes/EFI
biss-iMac:~ Matthias$

i have pressed f4 100 times
its clearly written when you've to press F4
You forgot to press F4 or Fn+F4 at clover boot screen (clover GUI).
by pressing F4 on clover boot screen the extracted files should be in EFI/CLOVER/ACPI/origin/
 
Last edited:
So you have to press F4 before booting in clover, after that you have to press f2 before booting in clover.

Now it worked, English is a little bit complicated for me
 
Last edited:
Great work but i have a question
I download the last version and when i run the script see this message " you are running version 4.2.5 a new version 2.8 ???" and ask if i want update
i say no because 4.2.5 is bigger than 2.8
can you fix this ???
great work !!!
regards
Is it still happening?
 
Working on a new update which solves one big issue of the user forgetting to press F4.

If the ACPI/origin files are older than 1 day. Script will ask user to reboot and press F4 at CLOVER boot screen.

View attachment 317168

Regards
Hi @black.dragon74 , thank you very much for making our life easier.
I was trying to get the logs, but despite pressing F4 before Clover boot I am getting a message that ACPI files were dumped more than 1 day ago! That is incorrect because I just literally dumped them. Could you please help?

In fact I see these files when I mount EFI and navigate to /EFI/CLOVER/ACPI/origin/
upload_2018-3-31_0-23-0.png
 
I've managed to get the files dumped by commenting out few lines in the gen_debug script:

# Now we compare
# if [[ "$dateNowEpoch" == "$dateModEpoch" || $dateDiff -le $epochFor1Day ]]; then
veriStat="true"
# elif [[ $dateDiff -gt $epochFor1Day ]]; then
# veriStat="false"
# fi
 
Dumping loaded ACPI tables.
Dumped loaded ACPI tables.
Dumping System log.
Dumping kernel panic logs...
Dumping kernel log.
Dumping kextstat.
Dumping kextcache
Dumping clover files.
Mounted EFI at /Volumes/EFI (credits RehabMan)
Verifying your EFI files...
You forgot to press F4 or Fn+F4 at clover boot screen.
Please reboot and press F4 or Fn+F4 to dump ACPI origin files.
Unmounted /Volumes/EFI



I ran gen_debug in terminal
but didn't save file on desktop how to fix it
 
Status
Not open for further replies.
Back
Top