webosose / build-webos

webOS OSE build layer
670 stars 126 forks source link

Devel images give black screen instead of LSM #44

Closed Herrie82 closed 6 months ago

Herrie82 commented 6 months ago

Normal image works, however dev images only show a black screen.

Using exact the same settings, so I know the settings of the VirtualBox appliance are correct.

The devel images just boot to black screen. I can get in via SSH on port 6622 to pull logs. luna-send allows me to launch com.webos.app.enactbrowser as well.

Log: https://termbin.com/uhpt

@SeongCheolHeo

@Heeam-Shin

Tofee commented 6 months ago

I investigated the issue a bit, and it comes down to libpci3: when it is installed, we get a black screen.

Minimal workaround inside an ssh shell in the image is:

mv /usr/lib/libpci.so.3.7.0 /usr/lib/libpci.so.3.7.0.old

(Another workaround is to remove the libpci3 package, of course.)

Heeam-Shin commented 6 months ago

I'll forward this issue to our dev. team.

Heeam-Shin commented 6 months ago

@Herrie82,

This issue was already resolved in dev. internal version. It will be resolved in webOS OSE 2.26.0. Thanks 😁

Herrie82 commented 6 months ago

Great thanks!