Announcement

Collapse
No announcement yet.

Computer does not shut down completely Kubuntu 25.04

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Computer does not shut down completely Kubuntu 25.04

    I am switching from Windows and I have found that I like the KDE Plasma desktop. I have tried several distros and I like Kubuntu but the shutdown process does not complete - the screen goes black but the LED on the Function key remains on. (I tried KDE Manjero and the laptop completely shut down.)

    I searched for info and found references to Ubuntu 22.xx having issues but nothing about Kubuntu 25.04 (something about Nvidia graphics drivers). Unfortunately the instructions were to use command lines to find a log and then do some complicated stuff but I just want switch from Windows - I don't want to learn to operate my computer via command lines. Manjero worked but I thought I might like to use an Ubuntu based distro.

    Can someone point me in the right direction to an easy fix?


    System (from inix command):
    Host: mark-20f5s8jt0a Kernel: 6.14.0-23-generic arch: x86_64 bits: 64
    Desktop: KDE Plasma v: 6.3.4 Distro: Kubuntu 25.04 (Plucky Puffin)
    Machine:
    Type: Laptop System: LENOVO product: 20F5S8JT0A v: ThinkPad X260
    serial: <superuser required>
    Mobo: LENOVO model: 20F5S8JT0A v: SDK0J40697 WIN
    serial: <superuser required> UEFI: LENOVO v: R02ET77W (1.50 )
    date: 01/18/2023
    Battery:
    ID-1: BAT0 charge: 3.2 Wh (100.0%) condition: 3.2/23.5 Wh (13.7%)
    ID-2: BAT1 charge: 0 Wh condition: N/A
    CPU:
    Info: dual core model: Intel Core i5-6300U bits: 64 type: MT MCP cache:
    L2: 512 KiB
    Speed (MHz): avg: 400 min/max: 400/3000 cores: 1: 400 2: 400 3: 400 4: 400
    Graphics:
    Device-1: Intel Skylake GT2 [HD Graphics 520] driver: i915 v: kernel
    Device-2: Chicony Integrated Camera driver: uvcvideo type: USB
    Display: wayland server: X.org v: 1.21.1.16 with: Xwayland v: 24.1.6
    compositor: kwin_wayland driver: X: loaded: modesetting unloaded: fbdev,vesa
    dri: iris gpu: i915 resolution: 1366x768~60Hz
    API: EGL v: 1.5 drivers: iris,swrast
    platforms: gbm,wayland,x11,surfaceless,device
    API: OpenGL v: 4.6 compat-v: 4.5 vendor: intel mesa
    v: 25.0.7-0ubuntu0.25.04.1 renderer: Mesa Intel HD Graphics 520 (SKL GT2)
    API: Vulkan v: 1.4.304 drivers: N/A surfaces: xcb,xlib,wayland
    Info: Tools: api: clinfo, eglinfo, glxinfo, vulkaninfo
    de: kscreen-console,kscreen-doctor wl: wayland-info x11: xdriinfo,
    xdpyinfo, xprop, xrandr
    Audio:
    Device-1: Intel Sunrise Point-LP HD Audio driver: snd_hda_intel
    API: ALSA v: k6.14.0-23-generic status: kernel-api
    Server-1: PipeWire v: 1.2.7 status: active
    Network:
    Device-1: Intel Ethernet I219-LM driver: e1000e
    IF: enp0s31f6 state: down mac: 54:e1:ad:0f:d4:47
    Device-2: Intel Wireless 8260 driver: iwlwifi
    IF: wlp4s0 state: up mac: f4:96:34:0a:51:77
    Bluetooth:
    Device-1: Intel Bluetooth wireless interface driver: btusb type: USB
    Report: hciconfig ID: hci0 state: up address: F4:96:34:0A:51:7B bt-v: 4.2
    Drives:
    Local Storage: total: 245.98 GiB used: 17.62 GiB (7.2%)
    ID-1: /dev/sda vendor: SanDisk model: SD8TB8U256G1001 size: 238.47 GiB
    ID-2: /dev/sdb vendor: Generic model: Flash Disk size: 7.5 GiB type: USB
    Partition:
    ID-1: / size: 41.15 GiB used: 17.61 GiB (42.8%) fs: ext4 dev: /dev/sda2
    ID-2: /boot/efi size: 299.4 MiB used: 7.7 MiB (2.6%) fs: vfat
    dev: /dev/sda1
    Swap:
    ID-1: swap-1 type: file size: 512 MiB used: 0 KiB (0.0%) file: /swapfile
    Sensors:
    System Temperatures: cpu: 47.0 C pch: 47.0 C mobo: N/A
    Fan Speeds (rpm): fan-1: 0
    Info:
    Memory: total: 8 GiB available: 7.61 GiB used: 2.21 GiB (29.0%)
    Processes: 201 Uptime: 10m Shell: Bash inxi: 3.3.37


    #2
    What do you do to make it shut down?
    If you open a terminal and type:
    Code:
    shutdown -h now
    What happens?

    Also you can turn off the splash screen that shows when you start and shut down so you can see the text messages and see if it hangs up on a certain step in the process.
    To do this, edit /etc/default/grub with a text editor like kate and find the line saying
    Code:
    GRUB_CMDLINE_LINUX_DEFAULT='quiet splash'
    Edit it by removing the words quiet splash so it reads
    Code:
    GRUB_CMDLINE_LINUX_DEFAULT=''
    Save the file and enter your password.

    Go to a terminal and type:
    Code:
    sudo update-grub
    Enter your password so it can update grub.

    Reboot and shut down and watch the text messages during shut down to see if it gets stuck at a certain step.
    Last edited by bengtang; Jul 13, 2025, 09:50 PM.

    Comment


      #3
      Thank you bengtang​​​​​​.

      To shut off now I press the power button until the LED goes off (about 6 seconds).

      I will try your advice but I was afraid that the solution would be command-line fiasco. I was hoping for something as simple as Windows.

      I have tried several other Ubuntu based distros since I posted and they all get hung up on shutdown. I may just stick with Manjaro.

      Comment

      Users Viewing This Topic

      Collapse

      There are 0 users viewing this topic.

      Working...
      X