I hope the 4.15 kernel is out soon.
My PC got bricked by the Intel related updates to the Kernel.
How do I upgrade to Ubuntu's latest mainline (stable) kernel version 4.14.13?
THIS DOESN'T WORK:
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.14.13/linux-headers-4.14.13-041413_4.14.13-041413.201801101001_all.deb wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.14.13/linux-headers-4.14.13-041413-generic_4.14.13-041413.201801101001_amd64.deb wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.14.13/linux-image-4.14.13-041413-generic_4.14.13-041413.201801101001_amd64.deb
Step 2: After successfully downloading install it
sudo dpkg -i linux-headers-4.14.13-* linux-image-4.14.13-* .deb
Step 3: Verify installed Version
4.14.13
and OP wants to install it. This could be a duplicate of many questions of how to install latest mainline kernel though. – WinEunuuchs2Unix Jan 14 '18 at 19:18