- Kernel version:
5.4.0-70-generic
- ISO:
ubuntu-20.04.2-live-server-amd64.iso
- Download Link: https://releases.ubuntu.com/20.04/ubuntu-20.04.2-live-server-amd64.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