/srv/irclogs.ubuntu.com/2018/06/26/#ubuntu-kernel.txt

=== himcesjf_ is now known as him-cesjf
jhg_well, I copied the initrd.img from /boot and that still didn't fix the issue, so I am a bit mystified as to why one kernel can find root and the other cannot.13:13
jhg_(copied the working one to the non-working variant)13:13
=== ben_r_ is now known as ben_r
jhg_I suspect it is a .config difference resulting in the driver availability for the HP ProLiant DL360 Gen10 hardware.17:40
jhg_Specifically, aacraid.17:44
jhg_Are there any git repo mirrors? I am finding launchpad to be rather slow.18:07
chilukjhg_: which kernel are you wanting to know about?20:27
chiluknm ... reading backscroll.20:28
jhg_chiluk: 4.18.0-rc2+20:28
chilukdid you make oldconfig using the ubuntu config?20:29
jhg_It smells like a driver. Looking for differences in .config for kernel build. I expect something to get baked into the ubuntu kernels which would make those work while my homemade kernel build does not (or has it as a module).20:29
jhg_looking... need to finish checking out from launchpad git repo. =)20:30
chilukjhg_: you might have better like running make oldconfig from one of the 4.15 kernels.20:30
chilukjhg_: git clone --reference linux  ... if you have a local clone of linus' tree20:30
jhg_ah... that would save some time.20:31
chilukyep..20:32
chilukand lots of disk space... 20:32
jhg_the list of drivers to look at is finite. lspci -k | grep module | awk '{print $3}' | uniq >> https://hastebin.com/ahaseqomes.rb20:32
chilukmake modules ; make modules install20:33
chilukthen rebuild your initramfs20:33
chilukmkinitramfs20:33
chilukjust throwing out ideas here.20:34
chiluksometimes a rubber duck can be useful.20:34
chilukjhg_: if you don't need to be developing on a bleeding edge kernel you could be playing with the ubuntu trees...20:35
chilukrubber ducking ->https://www.youtube.com/watch?v=huOPVqztPdc20:35
jhg_=)20:36
chilukjhg_: those are available http://kernel.ubuntu.com/git/?q=ubuntu%2F20:37
jhg_oh, one more thing: my custom kernels work in virtualbox, but not on the bare metal.20:37
chilukthat's probably because all the configs are set up to run on virtual machines without the need for modules.20:38
jhg_which is why I suspect it's a .config driver issue.20:38
jhg_right20:38
chilukyep.20:38
chilukalright sounds like you are on the right track...20:38
jhg_thanks, chiluk! =)20:38
chilukI don't always pay attention to this channel since I'm no longer full-time Ubuntu dev... so good luck.20:38
jhg_chiluk: what are you up to these days?20:40

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!