Kernel error: hpet1: lost 7161 rtc interrupts

Problem solved, thank you @krasnal

  1. Edit the file /etc/default/grub
  2. Add GRUB_CMDLINE_LINUX_DEFAULT="quiet hpet=disable"
  3. Save the setting and run command grub-mkconfig -o /boot/grub/grub.cfg to regenerate the config file.

But I still don’t know why hpet will report error. It looks like the clock not sync correctly with the BIOS after poweroff.

1 Like