Install Linux Kernel 3.17 rc5 In Ubuntu/Mint and derivative systems





Install Linux Kernel 3.17 rc5 In Ubuntu/Mint and derivative systems

kernel is a computer program that manages input/output requests from software, and translates them into data processing instructions for the central processing unit and other electronic components of a computer. The kernel is a fundamental part of a modern computer’s operating system.

Kernel 3.17 rc5 Cange :

      udf: merge the pieces inserting a new non-directory object into directory
      udf: fix the udf_iget() vs. udf_new_inode() races
      udf: saner calling conventions for udf_new_inode()
      [fix] lustre: d_make_root() does iput() on dentry allocation failure
      move the call of __d_drop(anon) into __d_materialise_unique(dentry, anon)
      fix bogus read_seqretry() checks introduced in b37199e
      don’t bugger nd->seq on set_root_rcu() from follow_dotdot_rcu()
      be careful with nd->inode in path_init() and follow_dotdot_rcu()


Install Linux Kernel 3.17 rc5 In Ubuntu 12.04, ubuntu 12.10, ubuntu 13.04, ubuntu 13.10, ubuntu 14.04, ubuntu 14.10 / linux Mint and derivative systems, open terminal and follow this command.

For Ubuntu / Mint 32 bit :

  • mkdir kernel
  • cd kernel/
  • wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.17-rc5-utopic/linux-headers-3.17.0-031700rc5-generic_3.17.0-031700rc5.201409151105_i386.deb http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.17-rc5-utopic/linux-image-3.17.0-031700rc5-generic_3.17.0-031700rc5.201409151105_i386.deb http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.17-rc5-utopic/linux-headers-3.17.0-031700rc5_3.17.0-031700rc5.201409151105_all.deb
  • sudo dpkg -i *.deb
  • sudo apt-get install -f
  • sudo reboot

For Ubuntu / Mint 64 bit :

  • mkdir kernel
  • cd kernel/
  • wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.17-rc5-utopic/linux-headers-3.17.0-031700rc5-generic_3.17.0-031700rc5.201409151105_amd64.deb http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.17-rc5-utopic/linux-image-3.17.0-031700rc5-generic_3.17.0-031700rc5.201409151105_amd64.deb http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.17-rc5-utopic/linux-headers-3.17.0-031700rc5_3.17.0-031700rc5.201409151105_all.deb
  • sudo dpkg -i *.deb
  • sudo apt-get install -f
  • sudo reboot

0 Response to “Install Linux Kernel 3.17 rc5 In Ubuntu/Mint and derivative systems”

Post a Comment