- Kernel version:
4.9.0-13-amd64
- ISO:
debian-9.13.0-amd64-netinst.iso
- Download Link: https://cdimage.debian.org/cdimage/archive/9.13.0/amd64/iso-cd/debian-9.13.0-amd64-netinst.iso
-
Setup network
-
Update system packages to latest version
apt-get update
- Install packages
apt-get install build-essential linux-headers-`uname -r` -y
- Add
acpi_enforce_resources=lax
on boot parameter
# Edit grub config
vi /etc/default/grub
GRUB_CMDLINE_LINUX="[...] acpi_enforce_resources=lax"
# If you change this file, run 'update-grub' afterwards to update
update-grub
vi /lib/modprobe.d/iTCO-blacklist.conf
blacklist iTCO_wdt
blacklist iTCO_vendor_support