Ubuntu Linux kernel 4.15 installation guide
This installation guide describes how to install Linux Kernel 4.15 on Ubuntu Linux. This works with the latest version of Ubuntu Linux and most Ubuntu-based distributions including Kubuntu and Mint.
The included kernel files have been compiled using the generic Ubuntu configuration. A low latency version is also available in the directory of the linked files.
This post is an update of “Ubuntu Linux kernel 4.14 installation guide”
The files can be found at kernel.ubuntu.com/~kernel-ppa/mainline/v4.15/
Installation Guide (GUI)
- Download the kernel headers package:
linux-headers-4.15.0-041500_4.15.0-041500.201801282230_all.deb - And the appropriate headers package for your system (choose yours)
- AMD64:
linux-headers-4.15.0-041500-generic_4.15.0-041500.201801282230_amd64.deb - i386:
linux-headers-4.15.0-041500-generic_4.15.0-041500.201801282230_i386.deb - ARMHF:
linux-headers-4.15.0-041500-generic_4.15.0-041500.201801282230_armhf.deb - ARM64:
linux-headers-4.15.0-041500-generic_4.15.0-041500.201801282230_arm64.deb
- AMD64:
- And the kernel image (choose yours)
- AMD64:
linux-image-4.15.0-041500-generic_4.15.0-041500.201801282230_amd64.deb - i386:
linux-image-4.15.0-041500-generic_4.15.0-041500.201801282230_i386.deb - ARMHF:
linux-image-4.15.0-041500-generic_4.15.0-041500.201801282230_armhf.deb - ARM64:
linux-image-4.15.0-041500-generic_4.15.0-041500.201801282230_arm64.deb
- AMD64:
- Install the files in the same order as downloaded above. So first install the headers (generic and CPU) and finally the image (1 file).
- In the terminal run:
sudo update-grub
- Reboot and select the kernel from the bootloader menu
Moving the Ethereum blockchain on Windows
The ethereum blockchain is more than 50 GB, so it`s not ideal to have it on your C-drive when you have a small drive like a SDD.
The best practise to free up space is to move it to another drive and create a symlink.
Run DOS (cmd.exe) as Administrator and run the following commands
cd C:\Users\[user]\AppData\Roaming\
mklink /D Ethereum D:\Ethereum
Ubuntu Linux kernel 4.14 installation guide
This installation guide describes how to install Linux Kernel 4.14 on Ubuntu Linux. This works with the latest version of Ubuntu Linux and most Ubuntu-based distributions including Kubuntu and Mint.
The included kernel files have been compiled using the generic Ubuntu configuration. A low latency version is also available in the directory of the linked files.
This post is an update of “Ubuntu Linux kernel 4.13 installation guide”
The files can be found at kernel.ubuntu.com/~kernel-ppa/mainline/v4.14/
Installation Guide (GUI)
- Download the kernel headers package:
linux-headers-4.14.0-041400_4.14.0-041400.201711122031_all.deb
- And the appropriate headers package for your system (choose yours)
- AMD64:
linux-headers-4.14.0-041400-generic_4.14.0-041400.201711122031_amd64.deb - i386:
linux-headers-4.14.0-041400-generic_4.14.0-041400.201711122031_i386.deb - ARMHF:
linux-headers-4.14.0-041400-generic_4.14.0-041400.201711122031_armhf.deb - ARM64:
linux-headers-4.14.0-041400-generic_4.14.0-041400.201711122031_arm64.deb
- AMD64:
- And the kernel image (choose yours)
- AMD64:
linux-image-4.14.0-041400-generic_4.14.0-041400.201711122031_amd64.deb - i386:
linux-image-4.14.0-041400-generic_4.14.0-041400.201711122031_i386.deb - ARMHF:
linux-image-4.14.0-041400-generic_4.14.0-041400.201711122031_armhf.deb - ARM64:
linux-image-4.14.0-041400-generic_4.14.0-041400.201711122031_arm64.deb
- AMD64:
- Install the files in the same order as downloaded above. So first install the headers (generic and CPU) and finally the image (1 file).
- In the terminal run:
sudo update-grub
- Reboot and select the kernel from the bootloader menu
Raspberry Pi: full upgrade
Running the following commands on Raspbian updates all packages, the distribution and firmware. The system has to reboot twice.
Software
sudo apt-get update
sudo apt-get dist-upgrade
reboot
Firmware
sudo rpi-update
reboot