[Kernel-packages] [Bug 1609242] Re: All Kernels since 4.2.8 result in a black screen on boot

2017-07-24 Thread Kai-Heng Feng
Well, that will complicate things a little. You need to copy `lsmod` to your build machine, then do what [1] describes. Also, you should use "$ make -j`nproc` deb-pkg`" to make a deb package, it's easier to move a deb package to another machine. [1]

[Kernel-packages] [Bug 1609242] Re: All Kernels since 4.2.8 result in a black screen on boot

2017-07-24 Thread aproposnix
Thanks Kai-Heng! Just a noob question - Is it OK to compile the kernel on a different computer than the one impacted by the issue? I assume it'll be OK to do this. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1609242] Re: All Kernels since 4.2.8 result in a black screen on boot

2017-07-24 Thread Kai-Heng Feng
If latest daily build iso doesn't work, here's the step to do a bisection: $ git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git $ cd linux $ git bisect start $ git bisect good v4.2 $ git bisect bad v4.3-rc1 $ make localmodconfig $ make -j`nproc` && make -j`nproc` modules