=== himcesjf_ is now known as him-cesjf [13:13] 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] (copied the working one to the non-working variant) === ben_r_ is now known as ben_r [17:40] I suspect it is a .config difference resulting in the driver availability for the HP ProLiant DL360 Gen10 hardware. [17:44] Specifically, aacraid. [18:07] Are there any git repo mirrors? I am finding launchpad to be rather slow. [20:27] jhg_: which kernel are you wanting to know about? [20:28] nm ... reading backscroll. [20:28] chiluk: 4.18.0-rc2+ [20:29] did you make oldconfig using the ubuntu config? [20:29] 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:30] looking... need to finish checking out from launchpad git repo. =) [20:30] jhg_: you might have better like running make oldconfig from one of the 4.15 kernels. [20:30] jhg_: git clone --reference linux ... if you have a local clone of linus' tree [20:31] ah... that would save some time. [20:32] yep.. [20:32] and lots of disk space... [20:32] the list of drivers to look at is finite. lspci -k | grep module | awk '{print $3}' | uniq >> https://hastebin.com/ahaseqomes.rb [20:33] make modules ; make modules install [20:33] then rebuild your initramfs [20:33] mkinitramfs [20:34] just throwing out ideas here. [20:34] sometimes a rubber duck can be useful. [20:35] jhg_: if you don't need to be developing on a bleeding edge kernel you could be playing with the ubuntu trees... [20:35] rubber ducking ->https://www.youtube.com/watch?v=huOPVqztPdc [20:36] =) [20:37] jhg_: those are available http://kernel.ubuntu.com/git/?q=ubuntu%2F [20:37] oh, one more thing: my custom kernels work in virtualbox, but not on the bare metal. [20:38] that's probably because all the configs are set up to run on virtual machines without the need for modules. [20:38] which is why I suspect it's a .config driver issue. [20:38] right [20:38] yep. [20:38] alright sounds like you are on the right track... [20:38] thanks, chiluk! =) [20:38] I don't always pay attention to this channel since I'm no longer full-time Ubuntu dev... so good luck. [20:40] chiluk: what are you up to these days?