08:10 Quibus: With kernel 6.9.2 I often get a hanging system when booting (as soon as graphics are supposed to come up). The monitor goes in power saving (no signal), and I can't even Alt-SysRq-REISUB
08:10 Quibus: When I do a sudo journalctl -b -1 after successful boot, I don't even get that session.
08:14 Quibus: 6.8.12 seems to work much better
08:15 Quibus: I see Debian now has 6.9.7 available, I'll install that one first
08:23 dwfreed: Quibus: if it's still broken in 6.9.7, try using netconsole
08:39 vedranm: Quibus: remove quiet from kernel command-line parameters and see if anything appears on the screen
08:41 Quibus: dwfreed: netconsole? I can't even login remotely from my phone with Termius, which noramlly works. So it looks like it completely hung up
08:42 Quibus: vedranm: OK, will try that
08:43 dwfreed: netconsole sends printk via UDP to the destination of your choice (best if kept to the same LAN); this is a very simple implementation, which should work well enough to get you the printk you're otherwise not able to see
08:43 dwfreed: it's not bidirectional
10:00 vedranm: Ristovski: finally built the first kernel with make deb-pkg, fingers crossed that it boots
14:51 Ristovski: vedranm: good luck