I have installed Ubuntu 16.04 with Windows 10 dual boot option. Everything works fine with Windows, but when I try to shut down or reboot the Ubuntu (Suspend works), then it never shuts down properly and I need to power it off using the power button. I need to find a workaround for this.
The following error appears:
/dev/nvme0n1p0: recovering journal
/dev/nvme0n1p0: clean, 279395/1222992 files, 2341455/4082432 blocks
[33612.774710] NMI watchdog: BUG: soft lockup - CPU#3 stuck for 23s! [plymouthd:2764]
Any help would be appreciated!
Feel free to ask additional information.
intel-microcode
installed? Is your BIOS up to date? Do you know how tofsck
your file system? Is your SSD firmware up to date? Start new comments to me with@heynnema
or I may miss them. – heynnema Jul 24 '17 at 20:45@heynnema
This is the CPU:Intel® Core™ i7-7700HQ CPU @ 2.80GHz × 8
. How to find out if I have intel-microcode and whether my BIOS is up-to-date? I thought that Ubuntu doesn't require any additional drivers. By the way, a funny thing is that in the System Details it says that my Graphics is:Intel® Kabylake GT2
. I think I could manage to do a fsck, should I do it? How to check if my SSD firmware is up-to-date? Thanks! E: Here's the screenshot of additional drivers: https://snag.gy/E5glFA.jpg – E. Muuli Jul 25 '17 at 06:42intel-microcode
installed and enabled. To check your BIOS, enter the BIOS at power on time, note the version number, then go to the manufacturer's web site to determine if there's a newer version. For the SSD firmware, also go to the manufacturer's web site, and they usually have a utility to check the SSD for firmware updates. Yes, do a fsck to eliminate file system errors. – heynnema Jul 25 '17 at 14:26