MrChromebox / firmware

Issue tracker for firmware issues
78 stars 16 forks source link

Acer chromebase ca24v2 black screen after firmware flash #593

Closed mugi21 closed 7 months ago

mugi21 commented 8 months ago

Hi, I have an acer chromebase ca24v2 (Board name: Karma) that I am trying to convert over to Windows. I flashed the firmware following the instructions on MrChromebox's website. After rebooting I got a black screen, fortunately I have a backup of the original firmware which I flashed with an eprom programmer. The device is back to normal. Can anyone help me with this issue? Thanks a lot.

MrChromebox commented 8 months ago

can you reflash again and see if issue persists? or reflash with the external programmer? KARMA has been tested working by others

mugi21 commented 8 months ago

I reflashed before using the external programmer, same problem, I'm thinking of a restriction on the ssd m.2 drive due to the enterprise enrollement. What do you think?

MrChromebox commented 8 months ago

has nothing to do with enterprise enrollment, flashing the UEFI firmware completely bypasses that.

try flashing this slightly older version and LMK if it works.

Do you have a SuzyQ cable to be able to get serial output from a debug build if I send one?

coreboot_edk2-karma-mrchromebox_20231222.zip

mugi21 commented 8 months ago

Thanks, I'll try that and get back to you. Unfortunately I don't have a SuzyQ cable.

mugi21 commented 8 months ago

No luck! Still same issue

MrChromebox commented 8 months ago

that's bizarre as no one else has reported an issue. Let's go back a few more versions

coreboot_edk2-karma-mrchromebox_20230721.zip

mugi21 commented 8 months ago

it didn't work, I start thinking that the issue is specific to my device as no one else has reported such issue.

gourdcaptain commented 8 months ago

Having similar issues of a black screen after UEFI Full ROM flash on a Dell Latitude 5430 Chromebook (CROTA)...

MrChromebox commented 8 months ago

@gourdcaptain whatever issue is affecting your board is going to be completely unrelated, the hardware is completely different

mugi21 commented 8 months ago

I tried with another same model device and had same issue: black screen no backlight.

MrChromebox commented 8 months ago

someone with a KARMA device and a SuzyQ cable will need to flash a debug build to help identify the issue

Sekr070 commented 7 months ago

I had a similar problem after the Acer Chromebase CA24V2 (Board Name: Karma) firmware. The image was displayed only through the HDMI connector. I connected the external monitor and installed Windows and drivers. After Windows loaded, the image began to be displayed on the inner screen. Before loading Windows, the image is not displayed in order to go to UEFI you need to connect an external monitor.

MrChromebox commented 7 months ago

@Sekr070 please get a cbmem console log from Windows or Linux for me, so I can see what's going on with the pre-OS internal display init

Sekr070 commented 7 months ago

Tell me how to do this. I have Windows 10 installed.

MrChromebox commented 7 months ago

assuming you have coolstar's EC drivers installed, there should be a utility under program files/cros-ec or similar. run it from the command line and redirect output to a file: .\cbmem.exe -1 > cbmem.log

Sekr070 commented 7 months ago

I ran the command .\cbmem.exe -1 > cbmem.log . What should you do next?

MrChromebox commented 7 months ago

open the log to ensure it's valid, then attach here as a file.

DO NOT COPY/PASTE IT INTO HERE

Sekr070 commented 7 months ago

where can I find this log?

MrChromebox commented 7 months ago

did you run the command from the directory containing the cbmem.exe file? that's required, and where the log will be

Sekr070 commented 7 months ago

cbmem.log

MrChromebox commented 7 months ago

I pushed an updated image for KARMA, update via my script under Linux and see if that fixes the issue

Sekr070 commented 7 months ago

PXL_20240414 PXL_20240414_1 The image appeared, but it was upside down.

MrChromebox commented 7 months ago

ok, pushed another update

Sekr070 commented 7 months ago

Everything works correctly. Thank you so much for your work!