I can build kernel packages for you, but it'll be much faster if you
build kernel locally:

$ sudo apt build-dep linux
$ git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
$ cd linux
$ git bisect start
$ git bisect good v4.8
$ git bisect bad v4.9-rc1
$ make localmodconfig
$ make -j`nproc` deb-pkg
Then install the newly built kernel.

If the issue still happens,
$ git bisect bad

Otherwise,
$ git bisect good

Repeat to "make -j`nproc` deb-pkg" until you find the commit that causes
the regression.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1730069

Title:
  kernel 4.10 fails to boot on AMD E-350D APU

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1730069/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to