[02:28] fling: It looks like you need to enable support for it in the Kconfig, and then build again :) === fling is now known as bedflinger === bedflinger is now known as fling [12:22] Hi! I'm running Bionic, with a manual kernel selectionn (4.18, not 4.15, currently). This kernel does not get updates installed when running `apt upgrade'. Is there a way to have apt manage a non-standard linux-image version? Or, should I work around it myself? thx! [12:23] Am I right to assume that updates do work for 4.15, because it is selected by the meta-package (e.g. linux-image-generic)? [12:38] h3rbz: 4.18 was from cosmic, which is now EOL [12:39] if you want to stay on the hwe kernel, install linux-image-generic-hwe-18.04 which would pull 5.0 now [12:40] tjaalton: good news, tomreyn found booting intel_idle.max_cstate=4 fixxed my issue on 5.0.0.25 keeps working after suspend aswell [12:40] just a workaround then [12:40] yes, a workaround [12:40] yes [12:42] we read this at https://bugs.freedesktop.org/show_bug.cgi?id=109215 [12:42] Freedesktop bug 109215 in DRM/Intel "intermittent display on kaby lake/i915 from kernel 4.19 onwards" [Major,New] [12:42] (where OP also runs a clevo) [12:44] but doesn't say if it's fixed in 5.3 for him [12:44] i tested a 5.3 and confirmed no flickering [12:44] but he didn't [12:45] no [12:54] tjaalton: thx! I think I was not inderstanding exactly what this 'hwe' version is. [12:54] I did not consider it, jsu as with lowlatency et. al. [12:54] *just [12:59] nice to have 5.x though :) [13:15] meh.. is it true, that the cephfs kernel client does not support quota in 5.0.0? [13:15] it did not in 4.15, it did in 4.18, that's why I installed it [14:28] n/m my mistake. it works, I was just doing something stupid while testing :) thx anyway [16:04] hi, which paramater should I give in the cmdline to get a shell in the initrd? break=init-top doesn't seem to work [16:06] recovery? [16:06] or just boot the recovery entry [16:07] tjaalton: the answer is for me? [16:07] yes [16:08] tjaalton: you mean I should add the param "recovery" without option? [16:09] look at what grub menu already has in /boot/grub/grub.cfg [16:09] I think that should drop in initrd, but could be wrong [16:10] anyway, there are boot entries for recovery mode, so just try with that first [16:10] ok, thanks [16:10] will try [16:14] hm it doesn't work — I'm not sure why. I have a broken RAID, and I think adding "recovery" to the kernel cmdline attempts to mount the failing partitions which fails, and so it doesn't drop a shell. So I guess I need to drop a shell before [16:16] https://wiki.ubuntu.com/DebuggingKernelBoot [16:16] try break=premount [16:16] or just break [16:16] premount should be the default [16:18] I already tried break, break=premount and break=top without success [16:18] dunno then [16:18] thanks a lot for your help :) [16:40] just "break" works for me on bionic