Laptop not shutting down or rebooting completely

Hi Community,
I installed Zorin Core 17.2 a couple of days ago and I am enjoying the experience. However, when shutting/powering down (via menu and terminal) the screen eventually goes blank (black) but the laptop is still powered on (fans still running). Similarly, when rebooting/restarting, the process seems to complete but then ends up with the screen going blank (black) and the laptop still powered on. I have let it remain in this state for as long as 20 mins, but have to physically power the laptop off via the power button. Can anyone advise a fix?

I have read similar posts on the forum. I have followed steps with terminal commands etc. but to no avail.

Zorin is my first Linux experience. I have come over as a long time Windows user. Grateful for your patience with my zero knowledgebase. If any terminal command suggestions - grateful for step-by-step instructions. Thanking you all in advance.

Yeah, it sounds like your system is hanging on shutdown, which is strange.

(1) The next time that you start the computer, spam press the key your computer uses to enter the bios, could be the F2 key, or the DEL key.

Once you are into the BIOS, look for Secure Boot and Fast Boot, and make sure that you disable them both, then save and exit the BIOS.

(2) When you reach the login screen, please click on name, don't put in your password yet. When you click on your name, a cog wheel, will appear.

Click the cog wheel, and select Zorin OS Desktop on Xorg/X11. You don't want to use Wayland, its garbage right now IMO, not ready for prime time, but X11/Xorg is decent.

Hopefully now, your system will function properly. If you are still having issues after implementing these steps, you can come back here and let us know.


1 Like

This sounds like an ACPI issue.
ACPI = Advanced Configuration Power Interface.

You might try a grub parameter to prevent ACPI errors and see if that helps your issue.
You can try acpi=force or acpi=off.
After setting a grub parameter, remember that you must run

sudo update-grub

for the changes to take effect.

How to add a parameter:

The above guide uses nomodeset as a parameter. You will be using acpi=off, not nomodeset.

3 Likes

Thank you @StarTreker & @Aravisian. I appreciate the prompt help!

I've followed both your suggestions, but cannot seem to reach a solution where the laptop successfully powers off & restarts. I couldn't think of how best to relay the permutations of steps I've taken, so I've tried to summarise by way of a table. The steps I took, in turn:

  1. BIOS
    I couldn't find any reference to 'secure boot' or 'fast boot' in the BIOS menu. The only thing close to it was:

"External Device Boot - [Disabled]"
"Network Boot - [Disabled]"

I left these unchanged.

2.Desktop setting & grub parameter
As I try to illustrate in the table below, each permutation of changing the display setting and grub parameter resulted in a different outcome. Broadly, when acpi is set to "acpi=off", the configuration and settings of the laptop go haywire e.g. flashing wireless light on the laptop chassis; screen resolution changing etc. Additionally, when desktop setting is changed between X11 & Zorin Desktop (I assume this is Wayland?), the name of the graphics card changes slightly.

The permutations of actions I've taken and the ability to restart/power-off is as follows (green = successful; red = black/blank screen, laptop still running):

I hope this makes sense and helps in diagnosis. As ever, grateful for any advice.

Can you run this command in a terminal window?

cat /var/log/kern.log > $HOME/Desktop/output.txt

This will read the contents of kernel logs and save it to a file in your desktop, named "output.txt". Hopefully, it might contain some details as to what's going on with the shutdown sequence.

It's probably too large to just copy and paste it here, so you can use something like https://pastebin.com/ to upload and share it.

Thank you @zenzen . Output file at this link:

https://ln5.sync.com/dl/2af0c7010#nrksu6ur-ipxwhaqr-59p27bbm-547bbura

Hi. Does anyone have any ideas/suggestions?

Can you please relay what the make and model of the notebook computer is?

Also include what graphics card you are using:
Integrated- Intel or AMD

Dedicated- Nvidia or AMD

You can list graphics devices using

sudo lshw -C video

Sony Vaio VGN-Z51WG_B
Integrated: Intel
Dedicated: Nvidia

Command line output:

*-display UNCLAIMED
description: VGA compatible controller
product: G98M [GeForce 9300M GS]
vendor: NVIDIA Corporation
physical id: 0
bus info: pci@0000:01:00.0
version: a1
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress vga_controller cap_list
configuration: latency=0
resources: memory:e4000000-e4ffffff memory:c0000000-cfffffff memory:e2000000-e3ffffff ioport:7000(size=128)
*-display
description: VGA compatible controller
product: Mobile 4 Series Chipset Integrated Graphics Controller
vendor: Intel Corporation
physical id: 2
bus info: pci@0000:00:02.0
logical name: /dev/fb0
version: 07
width: 64 bits
clock: 33MHz
capabilities: msi pm vga_controller bus_master cap_list rom fb
configuration: depth=32 driver=i915 latency=0 resolution=1600,900
resources: irq:16 memory:e8400000-e87fffff memory:d0000000-dfffffff ioport:8130(size=8) memory:c0000-dffff

Correct me if i am wrong, but I believe that card is no longer supported by Nvidia.

You can use it by installing an earlier kernel (5.15) and using the Nvidia Legacy Drivers repository to install the 340 driver.

sudo add-apt-repository ppa:kelebek333/nvidia-legacy

sudo apt install nvidia-340-updates nvidia-340-updates-dev xorg-modulepath-fix

You Must Use Xorg, Not Wayland