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 && sudo make modules_install && sudo make install
Reboot to the newly built kernel. If it's good, then go to linux source tree and type "git bisect good", otherwise "git bisect bad". Repeat it until you find the regression commit. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1609242 Title: All Kernels since 4.2.8 result in a black screen on boot To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1609242/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs