The Cookie Machine - Click here to drag window

DUMMY TEXT - Real text set in assets/js/theCookieMachine.js

If you can read me, I'm broken!

Views: 38,168     Votes:  2 
Tags: drivers   system-installation   kernel   intel-graphics   grub  
Link: 🔍 See Original Answer on Ask Ubuntu ⧉ 🔗

URL: https://askubuntu.com/q/852910
Title: No version of Ubuntu can be installed with any Skylake 6th generation Intel processor
ID: /2016/11/24/No-version-of-Ubuntu-can-be-installed-with-any-Skylake-6th-generation-Intel-processor
Created: November 24, 2016    Edited:  April 13, 2017
Upload: April 8, 2024    Layout:  post
TOC: false    Navigation:  false    Copy to clipboard:  false


New kernel version 4.8.10 (November 23, 2016)

Steps everyone can take are to ensure Intel microcode is up to date. See the answer here: (Ubuntu 16.04 Skylake overheating)

Instead of kernel 4.2, 4.3 or 4.4.2 in the other answers here you should upgrade to kernel 4.8.10 which has good reviews / improvments:

cd /tmp
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.8.10/linux-headers-4.8.10-040810_4.8.10-040810.201611210531_all.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.8.10/linux-headers-4.8.10-040810-generic_4.8.10-040810.201611210531_amd64.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.8.10/linux-image-4.8.10-040810-generic_4.8.10-040810.201611210531_amd64.deb
sudo dpkg -i *.deb
sudo reboot

After installing the new kernel you can try to roll out grub command line changes for nomodeset, i915.preliminary_hw_support=1, etc. you fudged to make earlier kernels and drivers work.

Please note kernel version 4.9 LTS will be out soon. We all hope Intel fixes the pstate / cstate / thermald issues plaguing many of us in the LTS kernel release.

⇧ What causes my fan to run? Laptop freezes after connecting external monitor  ⇩