Solution :
sudo nano /etc/default/grub
Change the lineGRUB_CMDLINE_LINUX_DEFAULT=”quiet splash” to GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi=off"And then update grub
sudo update-grub
sudo nano /etc/default/grub
Change the lineGRUB_CMDLINE_LINUX_DEFAULT=”quiet splash” to GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi=off"And then update grub
sudo update-grub