08:10Quibus: 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:10Quibus: When I do a sudo journalctl -b -1 after successful boot, I don't even get that session.
08:14Quibus: 6.8.12 seems to work much better
08:15Quibus: I see Debian now has 6.9.7 available, I'll install that one first
08:23dwfreed: Quibus: if it's still broken in 6.9.7, try using netconsole
08:39vedranm: Quibus: remove quiet from kernel command-line parameters and see if anything appears on the screen
08:41Quibus: 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:42Quibus: vedranm: OK, will try that
08:43dwfreed: 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:43dwfreed: it's not bidirectional
10:00vedranm: Ristovski: finally built the first kernel with make deb-pkg, fingers crossed that it boots
14:51Ristovski: vedranm: good luck