11-12-2018, 05:36 AM
You can just add noapic to the grub of that pc so it works permanently:
Code:
sudo leafpad /etc/default/grub
Code:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash noapic noapci"
Code:
sudo update-grub