below is the specs:
Desktop:alienware-aurora-r6 Ubuntu 16.04.3 Kernel: 4.10.0-32-generic
I am able to reboot the system but I am not able to shut it down. The system hangs with the following error messages until I press my power button. Please refer to the attached image of the screen shot.
Kernel panic - not syncing: Fatal Exception in interrupt
Any advice on how to solve this would be appreciated. Thanks.
intel-microcode
is installed...dpkg -l intel-microcode | grep ii
. Also, describe your SSD/HDD configuration. If SSD, describe make/model #. – heynnema Aug 16 '17 at 14:32intel-microcode
withsudo apt-get update
andsudo apt-get install intel-microcode
. Usesudo lshw -C disk
and see if it'll tell you about the SSD... at lease the model #, and maybe the manufacturer... then go to the manufacturer's web site and check for updated firmware... very important. You should also check for an updated BIOS for your computer. – heynnema Aug 18 '17 at 01:50