Thank you for your answer!
I can workaround the bug by disabling MPEG-2 VAAPI. Thats what I have to do since the last couple of versions
If I remember correctly I tried with the build fritsch provided in the kodi trac and it worked with this one. Wouldn't this one hang too if it was a driver issue?
How do I adapt the kernel command line? Is this something I can do at boot? Can it be done in a live environment? I like to boot "live" to have the stock image for testing.
Can I append them like this in syslinux.cfg?
LABEL live
KERNEL /KERNEL
APPEND boot=UUID=3108-2154 live quiet tty vga=current drm.debug=0x1e log_buf_len=2M
just tried this, at least they show up in proc/cmdline so I guess thats fine. Running the test now..