Problem solved, thank you @krasnal
- Edit the file
/etc/default/grub
- Add
GRUB_CMDLINE_LINUX_DEFAULT="quiet hpet=disable"
- 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.