Kubuntu 26 sin sonido en laptop hp https://askubuntu.com/questions/1566471/kubuntu-26-sin-sonido-en-laptop-hp

Instalé kubuntu 26 esperando resolver un problema recurrente al querer instalar otras versiones de linux, anteriores. Un dual boot en hp omen , nvidia RTX 4070-i7 13 gen.Lo mejor que logré es arrancar modificando el grub con pci=noapic. Esto me permitió entrar al escritorio,instalar driver privativo nvidia595 y funciona.Lo que no funciona es el sonido en los parlantes y el conector jack. Sólo en bluetooth. Quiero poder eliminar el comando "noapic"y que arranque normal. Ya quité el arranque seguro del boot e intenté todo lo que encontré en internet (controladores, otros modos de arranque , otras variantes a noapic, nomodeset, etc Hay algún parche que lo solucione? Está previsto sacar alguno? Gracias

xfce set a terminal preference color to transparent https://askubuntu.com/questions/1566469/xfce-set-a-terminal-preference-color-to-transparent

Within the XFCE Terminal Preferences is a color tab for various items such as Cursor color, text selection and bold selection. They are initially a checkered value which suggests transparent. Once you've changed one, accidentally or not, I don't see how to get it back to the checkered value.

I have right clicked in the terminal area then selected preferences then selected colors then selected one, say Bold Selection Color. I am now presented with "pick a color" where I can choose an existing color or, custom. At no point here nor within custom can I select transparent (or that checkered pattern).

I'm not what the checkered pattern means, perhaps transparent or maybe default, although if default I don't know how to find what that default value is. I am transitioning from Xubuntu 24.04 to 26.04. I find my question is not specific to a release of Xubuntu since for this specific thing, it applies to 24.04 and 26.04. If I remember correctly I saw it back in the day of 22.04 as well.

How to change icon to Ptyxis application on ubuntu 26.04 LTS? https://askubuntu.com/questions/1566467/how-to-change-icon-to-ptyxis-application-on-ubuntu-26-04-lts

last weekend I installed Ubuntu 26.04 LTS and today I wanted to do something that seemed simple: change the icon of the terminal application (org.gnome.Ptyxis) that I have pinned to the dock (dash-to-dock) because I find it too pink for my personal taste and it clashes with all the other system icons. So, following some tutorials, I tried creating a 256x256 image and putting it in the folder ~/.local/share/icons/hicolor/256x256/apps/org.gnome.Ptyxis.png. The problem is that after restarting the computer, I didn't see any change. I tried using the scalable directory with an SVG, but there was no change either. I tried putting the icon in other directories further back in the parent directories, but that didn't work either. I try with ~/.local/share/icons/Yaru-dark/scalable/apps/org.gnome.Ptyxis.svg but does not work.

This frustrates me a bit, since on other, more common systems, you just right-click an icon and select a "change icon" button, and that's it. But here, something as trivial as minimal customization is a headache, requiring me to resort to dconf and other methods. Does anyone know how to change the icon without modifying the original .desktop file or changing system files? I don't want to break anything and I want to maintain system integrity in the face of future updates, so I don't want to be modifying or creating new .desktop files because I don't know what changes the application might undergo in the future, especially with such a new version. Everything can change in just a few days, so I want to take the most common approach: adding an icon image to a local directory in my user folder.

Ubuntu broken packages and broken GUI issue [closed] https://askubuntu.com/questions/1566466/ubuntu-broken-packages-and-broken-gui-issue

I was running Ubuntu Desktop 20.04. I tried installing Broadcom WiFi firmware, and this caused the display to stop working, although the system would still boot to the shell and the WiFi is now functional with Broadcom WiFi hardware. Attempting to reinstall ubuntu-desktop resulted in the below errors.

Building dependency tree...
Reading state information...
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
ubuntu-desktop : 
  Depends: gdm3 but it is not going to be installed
  Depends: gnome-control-center but it is not going to be installed
  Depends: gnome-session-canberra but it is not going to be instlled
  Depends: gnome-settings-daemon but it is not going to be insta
  Depends: gnome-shell but it is not going to be installed
  Depends: gnome-shell-extension-appindicator but it is not going to be installed
  Depends: gnome-shell-extension-desktop-icons but it is not going to be installed
  Depends: gnome-shell-extension-ubuntu-dock but it is not going to be installed
:E: Unable to correct problems, you have held broken packages.
█
openssh-server post-installation script error (exit status 10) and SSH not working https://askubuntu.com/questions/1566463/openssh-server-post-installation-script-error-exit-status-10-and-ssh-not-worki

I’m encountering an issue where openssh-server fails during configuration, and SSH is currently not working on my system.

This error appears during package operations, even when I’m not explicitly trying to install openssh-server.

What happens

During apt/dpkg operations, I see:

Setting up openssh-server (1:9.6p1-3ubuntu13.16) ...
dpkg: error processing package openssh-server (--configure):
 installed openssh-server package post-installation script subprocess returned error exit status 10
Errors were encountered while processing:
 openssh-server

What I’ve tried

  1. Re-running configuration:
sudo dpkg --configure -a

Same error persists.


  1. Running the post-install script manually with debugging:
sudo bash -x /var/lib/dpkg/info/openssh-server.postinst configure

This didn’t produce any obvious error output, and the last line is `exec /usr/share/debconf/frontend /var/lib/dpkg/info/openssh-server.postinst configure which tells me that something to do with package configuration is failing.


  1. Regenerating SSH host keys:
sudo rm -f /etc/ssh/ssh_host_*
sudo ssh-keygen -A

Keys were generated successfully, but the issue remains.

  1. Restore ssh config:
sudo cp /usr/share/openssh/sshd_config /etc/ssh/sshd_config

Observations

  • SSH into this machine is not functioning.

  • The openssh-server package is broken.

  • The post-installation script consistently exits with status 10.


Research

I found that post-installation script failures can be caused by misconfiguration or missing files, but most solutions suggest reinstalling or purging the package. I haven’t found a clear explanation for exit status 10 specifically or how to resolve it without risking further issues.

Previously, I have used this sequence of commands to fix similar errors:

rm -rf /var/lib/dpkg/info/<packagename>* (in this case openssh*)

dpkg --configure -a

Fix package post-installation script subprocess returned error exit status 10 for libpaper1:amd64

Error reinstalling isc-dhcp-server "post installation script returned error exit status 255"

Like in the above posts, which has fixed the error temporarily, but probably messed up the dpkg package lists or something.

The issue keeps coming back, it's a different package or packages every time so it seems like an issue with dpkg or a corrupt filesystem.

Any ideas what is causing this issue, and how I can resolve it without reinstalling the system?

Software Updater has hung while configuring a kernel update; what do I do? https://askubuntu.com/questions/1566462/software-updater-has-hung-while-configuring-a-kernel-update-what-do-i-do

A few days ago, Software Updater notified me of new updates (including a kernel update), so I pressed the button to begin the update process. Then I ignored it and let it do its thing.

This morning, I noticed that the Software Updater window is still open. I clicked on it, and… it appears it never finished installing the updates. Specifically, it seems to have become stuck while configuring the kernel updates. If I expand “Details,” it looks like this:Software Updater stuck while “Configuring linux-image-6.17.0-23-generic”

Since it’s been stuck like this for days, I really don’t know what to do, now. I’m particularly worried about what will happen the next time the system boots (like, if it loses power or something and needs to restart).

Now, this could be a red herring, but: the only times I’ve previously had the Software Updater hang, it’s had to do with Keybase, where I’ve had problems similar to this: https://github.com/keybase/keybase-issues/issues/4206 The symptoms aren’t the same, though; previously, if Keybase has had to do with why Software Updater hangs, it hangs specifically when configuring an updated Keybase package, not a kernel update.

I’m running Ubuntu 24.04.1 on a ThinkPad P53.

Ubuntu 24.04 disappeared after modifying partitions in Windows 11 https://askubuntu.com/questions/1566457/ubuntu-24-04-disappeared-after-modifying-partitions-in-windows-11

I’m trying to dual boot Windows 11 and Ubuntu 24.04 LTS on my laptop.

My setup:

  • Windows 11 installed on an NVMe drive (nvme0n1)

  • A separate 1TB drive (sda) intended for Ubuntu

What I did:

  1. Booted from a USB and installed Ubuntu 24.04 onto /dev/sda

  2. Ubuntu was working fine (I could boot into it and use it normally)

  3. Later, I booted back into Windows 11 and used Disk Management to allocate some previously unallocated space on the same /dev/sda drive for Windows

After doing that:

  • I can no longer boot into Ubuntu

  • Instead, I get dropped into a GRUB terminal

  • Running Boot-Repair from a live USB shows only Windows and does not detect any Ubuntu installation

Boot-Repair report:

https://paste.ubuntu.com/p/v86sjNYcmv/

From the report, it looks like:

  • The ext4 partition on /dev/sda1 still exists

  • But no Linux OS is detected

Questions:

  1. Did modifying the partition from Windows overwrite or corrupt my Ubuntu installation?

  2. Is there any way to recover the existing Ubuntu system?

  3. If not, what’s the correct way to set up dual boot across two drives to avoid this happening again?

Any help would be appreciated.

snap issue can't find core24 https://askubuntu.com/questions/1566456/snap-issue-cant-find-core24
$ sudo snap install firefox

error: cannot perform the following tasks:

- Run install hook of "firefox" snap if present (run hook "install": cannot locate base snap core24: No such file or directory)

$ snap list

core                       16-2.61.4-20260225              17292  latest/edge      canonical✓   

Fixes I tried on 'core': reinstalling, refreshing, switching to --edge

Then after each I restarted snap and tried to install Firefox, no luck.

Unable to turn off high contrast in Universal Access within Settings menu https://askubuntu.com/questions/1566455/unable-to-turn-off-high-contrast-in-universal-access-within-settings-menu

Currently using 20.04 Focal Fossa. Clicked on Universal Access in Settings and briefly turned on high contrast. Turned it off but it remains on, would like to disable it. I tried restarting but no change. Is there a command I can use in the terminal to turn off high contrast?

22.04 gnome-control-center issue (applications) https://askubuntu.com/questions/1566454/22-04-gnome-control-center-issue-applications

gnome-control-center -> applications: fails when I install iptv-one or iptv smarters expert. It seems that the parental controls on the Ubuntu side are the cause. gnome-control-center OK when I uninstall. I have the same malfunction with both of iptv software. Is it a bug ?

Text-To-Speech for a Writer? https://askubuntu.com/questions/1566434/text-to-speech-for-a-writer

I'm on Ubuntu 24.04, I have installed rhvoice and speech-dispatcher, and this works fine from the command line.

My use case is that, as a writer, I want to be able to get the machine to read my text aloud to help check it. I used to use an online service but it's really expensive. I don't need Orca because I am not visually impaired and it would be overkill.

I write with Scrivener on WINE, so that's not going to integrate easily. I have tried getting LibreOffice to talk using the Read-Text extension but that's not working either (I have queried that on the LO forums because it's doing something truly weird).

My ideal would be being able to slap the text (a chapter at a time) into a text editor (for example) and have it read back (pausing would be great but a paragraph at a time would be acceptable).

So does anyone have any idea what I could use? Am I going the wrong way using speech-dispatcher even though standard APIs are good, right?

The speech output doesn't need to sound natural, in some ways it's better if it isn't for my purposes.

RAM overflow even after closing all tasks https://askubuntu.com/questions/1566427/ram-overflow-even-after-closing-all-tasks

The issue happens after a while of running ubuntu (Budgie), maybe after some suspend - waking up. Today it happened after about 5 minutes of using the firefox after waking up from suspend. Using the firefox suddenly becomes laggy, and I know I have only like 1 or 2 minutes before everything freezes and I have to do a hard reboot. Checking in with system monitor, it turns out that ram (8GB) is between 90% and 100% full and swap (4GB) over 50%. Shutting down all apps - especially the firefox - buys some time, but interestingly ram usage stays high even after all non-system tasks are shut down. It even increases towards 100% usage, at which point I reboot to avoid the complete freeze + hard reboot. Processor is far from maximum capacity so i figure the problem must be the ram management or possibly an issue with an application. Any advice appreciated :-)

Apps I had running when suspending & waking up and I had closed all before rebooting: firefox, steam, g-notepad, evince pdf reader, dropbox, nextcloud.

Thinkpad X260 with Ubuntu 25.10, Budgie 10.9.3 
Kernel Linux 6.17.0-22-generic x86_64 
Intel® Core™ i5-6200U CPU @ 2.30GHz × 4  
Mesa Intel® HD Grahics 520 (SKL GT2) 
7,6 GiB Memory

situation before reboot after closing of all apps: enter image description here

How to configure keyboard under wayland https://askubuntu.com/questions/1566424/how-to-configure-keyboard-under-wayland

Under Ubuntu 24.04, after update from kernel 6.17.0-20 to kernel 6.17.0-22, my session switched from X11 to wayland and my keyboard switched from french bepo to qwerty !

I first ran

setxkbmap fr bepo 
# that returns
WARNING: Running setxkbmap against an Xwayland server

Searches return : https://forum.garudalinux.org/t/keyboard-settings-problem-on-wayfire-wayland-solved/10802/14

but it is with wayfire, I installed it, defined ~/config/wayfire.ini, without success.

I also ran

sudo dpkg-reconfigure keyboard-configuration

that finds my Typematrix keyboard and french… but it doesn't change anything, always in qwerty

After switching back yesterday to kernel 6.17.0-20, I set it back to xorg at login today on kernel…-23 and have french bepo comes back !

But I'm surprised to didn't find any solution to configure keyboard under wayland… are there only english people who use wayland ?

Black bar on the right and the bottom of the screen https://askubuntu.com/questions/1566404/black-bar-on-the-right-and-the-bottom-of-the-screen

enter image description hereenter image description hereGuy's yesterday I downloaded Lubuntu latest version for the first time ever and it was working completely fine and because I was trying other distros I had to deleted it and now when I installed it back there is an issue that there is black bar on the right and the button of the screen and the left corner is not fully visible knowing that my specs are 4gb ram sata ssd and pentium e5500 with the g41 integrated graphics and the screen resolution is 1366*768. How I can fix the problem and if somebody like faced this problem before and how he fixed it I would really appreciate it

Thank you PS the guys who answered me thank you here are the pictures enter image description here

Error after switching from Gnome to i3wm: "Error: cannot open display: :0" https://askubuntu.com/questions/1566402/error-after-switching-from-gnome-to-i3wm-error-cannot-open-display-0

Description

Everytime I'm switching from Gnome Desktop to i3wm in my laptop, I get the following error when trying to run Firefox:

$ firefox
Error: cannot open display: :0

I get the same result when I run Firefox with snap:

$ sudo snap run firefox
mkdir: cannot create directory ‘/run/user/0’: Permission denied
Authorization required, but no authorization protocol specified

Error: cannot open display: :0

So basically:

  • Login on Gnome Desktop environment
  • Open Firefox here
  • Do some stuff, close Firefox and log out
  • Login using the same credentials but on i3wm
  • Error when trying to open Firefox: Error: cannot open display: :0

Observation

  • This also happens the other way (i3wm -> Gnome)
  • I doesn't affect other app, only Firefox (I tested with Nautilus and Shotwell)
  • I already tried to re login; doesn't solve it
  • Content of /etc/X11/xinit/xinitrc:
. /etc/X11/Xsession`
  • Output of env | grep XAUTH:
XAUTHORITY=/run/user/1000/gdm/Xauthority
  • Output of loginctl:
loginctl
SESSION  UID USER     SEAT  TTY
      5 1000 myusername seat0 tty2

1 sessions listed.

Troubleshooting

Following this answer, I check if X server is running using DISPLAY:

$ echo $DISPLAY
:0

When trying to troubleshoot it, the Xorg display server is also running properly:

$ ps aux | grep "[X]org"
username   85508  2.3  1.0 1487000 77472 tty2    Sl+  17:40   1:06 /usr/lib/xorg/Xorg vt2 -displayfd 3 -auth /run/user/1000/gdm/Xauthority -nolisten tcp -background none -noreset -keeptty -novtswitch -verbose 3

When reading this forum thread, a user asks if I'm

trying to run firefox an a different user

I don't since I already closed the Firefox instance on the Gnome session.

I'm a noob considering window manager but from my understanding after reading this answer from How does Linux's display work? (and especially this picture), the Gnome Desktop Environment and i3wm are both client to the same running display server so there should be no conflict. There's clearly something that I don't get here.

What's the meaning of the error cannot open display: :0 and how can I solve it ?

Environment

  • Firefox version: Mozilla Firefox 150.0.1
  • OS: Ubuntu 22.04 LTS
  • i3: i3 version 4.23-non-git
Ubuntu 24.04.4 LTS linux kernel 6.17.0-23-generic boots to initramfs alert UUID does not exist https://askubuntu.com/questions/1566364/ubuntu-24-04-4-lts-linux-kernel-6-17-0-23-generic-boots-to-initramfs-alert-uuid

initramfs_alert_uuid

available kernets

I can't do much on busybox / initramfs because listing the partions / blocks returns nothing (I tested the ls /dev/sd* /dev/nvme* /dev/vd* 2>/dev/null I saw from this post

Same ending when starting on kernel 6.17.0-23-generic in recovery mode. Happily, kernel 6.17.0-22-generic still works (this is what I am currently using to write this post)

Can someone help me ?

What I did before getting this error : (I think) I was able to work on kernel 6.17.0-23-generic at least one time. But got some troubles to have my laptop HDMI output working. However, the HDMI on my USBC hub was working. So I decided to change the driver from X.org to NVIDIA driver 595-open. Reboot was needed, and since, I have this error message. Using older kernel 6.17.0-22-generic, I switched back to Xorg, but does not solved my initramfs alert.

I booted to my windows boot, to perform some update (included a lot of DELL bios updates) after getting this error. Still did not magically solved my error.

Ouput of sudo blkid :

/dev/nvme0n1p7: UUID="bd26295c-ba4d-4842-825a-f6d18d9e39aa" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="43b443de-457b-4c3b-a703-b809df0b8b23"
/dev/loop1: BLOCK_SIZE="131072" TYPE="squashfs"
/dev/loop29: BLOCK_SIZE="131072" TYPE="squashfs"
/dev/loop19: BLOCK_SIZE="131072" TYPE="squashfs"
/dev/nvme0n1p5: LABEL="Image" BLOCK_SIZE="512" UUID="26260B4A260B1B07" TYPE="ntfs" PARTUUID="8ab846ce-c954-4df8-8446-2bc7e2f49f34"
/dev/nvme0n1p3: TYPE="BitLocker" PARTLABEL="Basic data partition" PARTUUID="9f5503c2-21a4-4912-985a-8b1754fceee3"
/dev/nvme0n1p1: LABEL_FATBOOT="ESP" LABEL="ESP" UUID="9C91-0681" BLOCK_SIZE="512" TYPE="vfat" PARTLABEL="EFI system partition" PARTUUID="7996296c-826a-4e45-b14b-bde50ed1b8b4"
/dev/nvme0n1p6: LABEL="DELLSUPPORT" BLOCK_SIZE="512" UUID="62B0AC18B0ABF129" TYPE="ntfs" PARTUUID="5e1e97fe-6cbc-4f07-9437-d0a3aad4f2be"
/dev/nvme0n1p4: LABEL="WINRETOOLS" BLOCK_SIZE="512" UUID="5E160B09160AE1BF" TYPE="ntfs" PARTUUID="2507d349-09cc-49c9-84fe-851a5a54d498"
/dev/nvme0n1p2: PARTLABEL="Microsoft reserved partition" PARTUUID="4b84bd57-13e9-46d9-a74c-32ec46221756"
/dev/loop37: BLOCK_SIZE="131072" TYPE="squashfs"
/dev/loop27: BLOCK_SIZE="131072" TYPE="squashfs"
/dev/loop17: BLOCK_SIZE="131072" TYPE="squashfs"
/dev/loop8: BLOCK_SIZE="131072" TYPE="squashfs"
/dev/loop35: BLOCK_SIZE="131072" TYPE="squashfs"
/dev/loop25: BLOCK_SIZE="131072" TYPE="squashfs"
/dev/loop15: BLOCK_SIZE="131072" TYPE="squashfs"
/dev/loop6: BLOCK_SIZE="131072" TYPE="squashfs"
/dev/loop33: BLOCK_SIZE="131072" TYPE="squashfs"
/dev/loop23: BLOCK_SIZE="131072" TYPE="squashfs"
/dev/loop13: BLOCK_SIZE="131072" TYPE="squashfs"
/dev/loop41: BLOCK_SIZE="131072" TYPE="squashfs"
/dev/loop4: BLOCK_SIZE="131072" TYPE="squashfs"
/dev/loop31: BLOCK_SIZE="131072" TYPE="squashfs"
/dev/loop21: BLOCK_SIZE="131072" TYPE="squashfs"
/dev/loop11: BLOCK_SIZE="131072" TYPE="squashfs"
/dev/loop2: BLOCK_SIZE="131072" TYPE="squashfs"
/dev/loop38: BLOCK_SIZE="131072" TYPE="squashfs"
/dev/loop0: BLOCK_SIZE="131072" TYPE="squashfs"
/dev/loop28: BLOCK_SIZE="131072" TYPE="squashfs"
/dev/loop18: BLOCK_SIZE="131072" TYPE="squashfs"
/dev/loop9: BLOCK_SIZE="131072" TYPE="squashfs"
/dev/loop36: BLOCK_SIZE="131072" TYPE="squashfs"
/dev/loop26: BLOCK_SIZE="131072" TYPE="squashfs"
/dev/loop16: BLOCK_SIZE="131072" TYPE="squashfs"
/dev/loop7: BLOCK_SIZE="131072" TYPE="squashfs"
/dev/loop34: BLOCK_SIZE="131072" TYPE="squashfs"
/dev/loop24: BLOCK_SIZE="131072" TYPE="squashfs"
/dev/loop14: BLOCK_SIZE="131072" TYPE="squashfs"
/dev/loop5: BLOCK_SIZE="131072" TYPE="squashfs"
/dev/loop32: BLOCK_SIZE="131072" TYPE="squashfs"
/dev/loop22: BLOCK_SIZE="131072" TYPE="squashfs"
/dev/loop12: BLOCK_SIZE="131072" TYPE="squashfs"
/dev/loop40: BLOCK_SIZE="131072" TYPE="squashfs"
/dev/loop3: BLOCK_SIZE="131072" TYPE="squashfs"
/dev/loop30: BLOCK_SIZE="131072" TYPE="squashfs"
/dev/loop20: BLOCK_SIZE="131072" TYPE="squashfs"
/dev/loop10: BLOCK_SIZE="131072" TYPE="squashfs"
/dev/loop39: BLOCK_SIZE="131072" TYPE="squashfs"

Edit 5th Mai 07h14 (Paris time)

@heynnema

On older kernel 6.17.0-22-generic, on ubuntu with gnome DE

sudo dpkg --configure -a returns nothing

dkms status returns nothing. Neither dkms status --verbose nor dkms status -k 6.17.0-23-generic etc. dkms --version returns dkms-3.2.1 (remark : being on ubuntu 24.04, I was expecting version 3.0.11)

ls -al /boot returns

total 295378
drwxr-xr-x  4 root root     4096 mai    5 06:17 .
drwxr-xr-x 23 root root     4096 févr. 16  2025 ..
-rw-r--r--  1 root root   296189 nov.  20 09:36 config-6.14.0-37-generic
-rw-r--r--  1 root root   302833 mars  25 19:31 config-6.17.0-22-generic
-rw-r--r--  1 root root   302833 avril 14 16:36 config-6.17.0-23-generic
drwxr-xr-x  4 root root     2048 janv.  1  1970 efi
drwxr-xr-x  5 root root     4096 mai    5 06:17 grub
lrwxrwxrwx  1 root root       28 mai    3 14:08 initrd.img -> initrd.img-6.17.0-23-generic
-rw-r--r--  1 root root 82368452 mai    3 14:23 initrd.img-6.14.0-37-generic
-rw-r--r--  1 root root 83048783 mai    3 15:22 initrd.img-6.17.0-22-generic
-rw-r--r--  1 root root 56362952 mai    5 06:17 initrd.img-6.17.0-23-generic
lrwxrwxrwx  1 root root       28 mai    3 14:08 initrd.img.old -> initrd.img-6.17.0-22-generic
-rw-r--r--  1 root root   142796 avril  8  2024 memtest86+ia32.bin
-rw-r--r--  1 root root   143872 avril  8  2024 memtest86+ia32.efi
-rw-r--r--  1 root root   147744 avril  8  2024 memtest86+x64.bin
-rw-r--r--  1 root root   148992 avril  8  2024 memtest86+x64.efi
-rw-------  1 root root  9159323 nov.  20 09:36 System.map-6.14.0-37-generic
-rw-------  1 root root 10475441 mars  25 19:31 System.map-6.17.0-22-generic
-rw-------  1 root root 10475441 avril 14 16:36 System.map-6.17.0-23-generic
lrwxrwxrwx  1 root root       25 mai    3 14:08 vmlinuz -> vmlinuz-6.17.0-23-generic
-rw-------  1 root root 15571336 nov.  20 09:38 vmlinuz-6.14.0-37-generic
-rw-------  1 root root 16734280 mars  25 20:06 vmlinuz-6.17.0-22-generic
-rw-------  1 root root 16738376 avril 14 16:41 vmlinuz-6.17.0-23-generic
lrwxrwxrwx  1 root root       25 mai    3 14:08 vmlinuz.old -> vmlinuz-6.17.0-22-generic

On newer kernel 6.17.0-23-generic during initramfs

sudo is not found so running only fsck -f /dev/nvme0n1p7. It returns :

fsck from util-linux 2.39.3
fsck: error 2 (No such file or directory) while executingfsck.ext2 for /dev/nvme0n1p7

It returns the same after calling exit once on initramfs (and getting the error message on the picture of orginal post) and recalling fsck -f /dev/nvme0n1p7.

[SOLVED] 5th Mai 16h26 (Paris time)

Before fixing the problem here is what I got, following Mauru's post here

$ modinfo -k 6.17.0-23-generic vmd
modinfo: ERROR: Module vmd not found.

$ modinfo -k 6.17.0-22-generic vmd
filename:       /lib/modules/6.17.0-22-generic/kernel/drivers/pci/controller/vmd.ko.zst
version:        0.6
license:        GPL v2
description:    Volume Management Device driver
author:         Intel Corporation
srcversion:     70500AB0DE14E7FDA57546E
alias:          pci:v00008086d0000B07Fsv*sd*bc*sc*i*
alias:          pci:v00008086d0000B06Fsv*sd*bc*sc*i*
alias:          pci:v00008086d0000B60Bsv*sd*bc*sc*i*
alias:          pci:v00008086d00009A0Bsv*sd*bc*sc*i*
alias:          pci:v00008086d0000AD0Bsv*sd*bc*sc*i*
alias:          pci:v00008086d00007D0Bsv*sd*bc*sc*i*
alias:          pci:v00008086d0000A77Fsv*sd*bc*sc*i*
alias:          pci:v00008086d00004C3Dsv*sd*bc*sc*i*
alias:          pci:v00008086d0000467Fsv*sd*bc*sc*i*
alias:          pci:v00008086d000028C0sv*sd*bc*sc*i*
alias:          pci:v00008086d0000201Dsv*sd*bc*sc*i*
depends:        
intree:         Y
name:           vmd
retpoline:      Y
vermagic:       6.17.0-22-generic SMP preempt mod_unload modversions 
sig_id:         PKCS#7
signer:         Build time autogenerated kernel key
sig_key:        1C:15:2C:3C:7F:DD:E1:AA:E4:66:2B:B6:9E:E8:B3:66:58:1F:CE:F2
sig_hashalgo:   sha512
signature:      47:E0:A1:04:85:20:32:10:3F:FA:F7:04:4E:33:7D:BC:1A:0E:79:BA:
        FC:A9:92:FB:7B:F7:D9:BE:BC:EC:8C:80:8C:7F:E0:2B:CC:BE:B1:15:
        C4:82:EA:5E:60:B3:54:AB:C9:58:12:0A:F9:F8:BA:4E:19:0A:EC:56:
        8C:7E:55:86:8C:AC:B3:0F:C2:7A:8B:7D:B1:0A:D2:CF:41:81:D6:61:
        1D:47:E2:FD:D3:6A:10:76:00:69:2E:4B:1F:3F:9F:B1:15:C8:BD:10:
        C6:52:05:F3:09:0C:19:DA:D3:16:28:3F:03:F0:56:7A:7F:71:DB:28:
        F0:C0:A6:AD:23:89:19:D4:D9:16:E0:05:C8:EF:0B:86:F6:22:B7:FA:
        37:25:FA:6A:A8:50:57:F4:90:3B:DC:2A:A9:8A:1D:63:1A:E5:1E:25:
        CA:74:4A:CF:F2:5F:E6:89:A3:22:57:AF:A9:9D:0B:5E:BF:73:64:78:
        6E:0E:DC:2C:D5:09:FA:F1:3D:21:99:62:5D:36:89:F3:8A:21:45:83:
        56:77:C2:8C:CF:FB:29:C8:4C:E8:FA:28:3C:94:F0:DF:EF:81:52:A6:
        3D:39:CD:B3:37:0B:10:E6:D4:59:76:90:D8:3B:10:0F:78:3F:95:35:
        46:0D:F3:02:70:0C:6C:A3:3F:B5:4C:CD:E4:EC:5C:FF:68:7A:E3:AF:
        A3:05:EF:F2:96:4B:6E:A0:14:8E:BA:C8:CD:93:1F:BC:49:B2:E6:05:
        DB:9F:C8:25:D9:F8:98:3D:C5:29:B2:96:42:58:D6:F5:41:F9:C9:D0:
        70:D4:30:9A:11:C4:DF:AE:22:55:68:DB:C4:34:FB:6D:AA:B6:A5:95:
        A0:89:3B:92:74:93:E3:1E:C6:60:5E:7D:78:59:54:A2:86:EE:9E:F0:
        4D:03:47:45:C6:79:E5:D2:0D:13:64:D1:24:E7:AA:0F:07:72:7D:40:
        7A:D2:76:0B:24:55:22:99:3A:29:9A:05:9A:93:B9:81:E0:C4:F4:8D:
        91:D5:CB:1E:1C:43:57:AE:20:57:25:29:2B:60:9E:F4:7C:FF:50:B0:
        BC:B7:D9:76:3A:DA:5D:83:A6:15:0E:03:F4:12:DE:C3:11:04:3B:5F:
        77:3C:86:56:CA:B9:EA:36:0A:69:81:A4:89:64:83:29:29:CC:DB:26:
        91:95:F7:D6:FC:27:93:EF:FA:F7:5C:A8:9C:03:CB:44:D9:4E:36:7E:
        4E:BA:29:58:E2:D6:3B:ED:2A:56:98:89:F4:65:61:D0:10:57:D8:AE:
        DB:86:7B:3E:D2:D9:6F:BD:8D:18:A0:E0:F3:AA:CC:41:7F:DE:D0:C3:
        E8:3E:F4:CC:64:07:CB:38:51:91:6E:77

So I did what Mauru's post proposed here

sudo apt install linux-modules-extra-6.17.0-23-generic
sudo update-initramfs -c -k 6.17.0-23-generic
sudo update-grub

Then rebooting and now it boots until working gnome D.E. with kernel 6.17.0-23-generic. Thank you all for your support !

Couldn't install ICSC in Microsoft Windows 10 Ubuntu subsystem https://askubuntu.com/questions/1566360/couldnt-install-icsc-in-microsoft-windows-10-ubuntu-subsystem

I followed the "Getting started" instruction at [https://github.com/intel/systemc-compiler/wiki/Getting-started] to install ICSC using install.sh (1st method), but it could only compile about %22 and the compilation process terminated.

Here is my system setting:

g++ (Ubuntu 13.3.0-6ubuntu2~24.04.1) 13.3.0 cmake version 3.28.3 git version 2.43.0

Ubuntu Description: Ubuntu 24.04.1 LTS

I also tried to use Ubuntu 22.04, I got errors too.

Has anybody tried to use Windows Subsystem for this installation?

Error “unknown filesystem” in GRUB, no matter what I do https://askubuntu.com/questions/1566355/error-unknown-filesystem-in-grub-no-matter-what-i-do

Two days ago I ran “apt upgrade” on a Ubuntu 24.04 machine to get a kernel update, and as usual a reboot was suggested. However, the machine (in a data center far away) did not come back up, and using a remote console I found out that GRUB seems to have some kind of issue:

error: unknown filesystem

GNU GRUB  version 2.12

Minimal BASH-like line editing is supported. For the first word, TAB
lists possible command completions. Anywhere else TAB lists possible
device or file completions. To enable less(1)-like paging, "set
pager=1". ESC exits at any time.

grub> set pager=1
grub> lsmod
error: unknown filesystem
grub> ls
error: unknown filesystem
grub> lspci
error: unknown filesystem
grub> _

How did an “apt upgrade” get my GRUB into a state where it cannot even perform an “ls?” And more important, how do I get GRUB out of that state?

(This question clearly differs from Grub rescue - error: unknown filesystem, in that whatever is going on in this question can obviously not be solved by running “ls” because, as shown above, only an error message is displayed, as reaction to many basic GRUB commands, except set, insmod, and recordfail. I’ve tried recreating the steps that grub.cfg lists for the default “Ubuntu” menu entry, but everything that’s not an insmod gets met with “error: unknown filesystem”. I’m not sure how to proceed from here.)

This answer recommends using GRUB’s auto-completion to list stuff, and I can indeed get GRUB to list partitions of the installed disks:

grub> ls (hd0,
Possible partitions are:

    Partition hd0,gpt1: No known filesystem detected - Partition start at 2048KiB - Total size 33554432KiB
    Partition hd0,gpt2: No known filesystem detected - Partition start at 33556480KiB - Total size 1048576KiB
    Partition hd0,gpt3: No known filesystem detected - Partition start at 34605056KiB - Total size 2111832064KiB
    Partition hd0,gpt4: No known filesystem detected - Partition start at 2146437120KiB - Total size 1760581447.5KiB
    Partition hd0,gpt5: No known filesystem detected - Partition start at 1024KiB - Total size 1024KiB

grub> ls (hd0,gpt

The ext2 module has been inserted (insmod ext2 did not show an error), but GRUB still does not recognize the filesystems on any of the partitions, and at least three of them it should recognize! hd0,2 is /boot, which is ext3 (I think?), and hd0,3 and hd0,4 are / and /home, respectively, which are also ext3 or ext4. (I honestly don’t care, as it should be irrelevant here. Relevant is that GRUB should be able to recognize the filesystems, as GRUB can handle all of them.) Just as before, running the actual ls command results in “error: unknown filesystem” the device it is supposed to read its configuration from!

Okay, more details: there’s two identically-sized disks, 5 partitions each, and four of those are RAID-1’ed into four md devices, 0 to 3 (swap, /boot, /, /home). (Fifth is “BIOS boot” for GRUB’s second stage loader.)

The grub.cfg contains the following lines:

set root='mduuid/c35208cb3d5eb477ed4dad145decf0cb'
search --no-floppy --fs-uuid --set=root d6db4f8c-c03a-4948-b07f-52116b495cf2

The first ID corresponds to an MD device, ls /dev/disk/by-id:

lrwxrwxrwx 1 root root   9 May  1 20:08 md-uuid-c35208cb:3d5eb477:ed4dad14:5decf0cb -> ../../md1

The second ID corresponds to the filesystem inside the device, according to blkid:

/dev/md1: UUID="d6db4f8c-c03a-4948-b07f-52116b495cf2" BLOCK_SIZE="4096" TYPE="ext3"

(These results were obtained from a rescue system running on the machine.)

Now, on the GRUB shell, I can see the following:

grub> ls (mduuid/c35208cb3d5eb477ed4dad145decf0cb)/
error: unknown filesystem
grub> ls (mduuid/a404642c5311376de00e5317dbd699bd)/
lost+found/ boot/ home/ sys/ tmp/ srv/ media/ usr/ root/ lib64 [abbreviated because I don’t want to type it all]
grub> ls (md/2)/
lost+found/ boot/ home/ sys/ tmp/ srv/ media/ usr/ root/ lib64 [same as above]
grub> ls (md/1)/
error: unknown filesystem

Clearly GRUB has not completely forgotten how to read filesystems, it can show the contents of md/2 (which is /) without any issues, but for some reason md/1 is a problem. I can boot into the rescue system and mount the device md/1 without any problems. fsck.ext3 reports zero problems, even when forcing the check.

Also, as requested, I tried to find out what $root and $prefix are set to, and grub cuts off the output.

grub> $root
error: can't find command 'mduuid/c35208cb3d5eb'.
grub> $prefix
error: can't find command '(mduuid/c35208cb3d5e'.

I am also 99% confident that EFI is not a factor here; when putting the disks into a QEMU (a service offered by the DC operator), the system actually boots up, and running efibootmgr basically refuses to do anything, as if the system was not booted via EFI.

Problem z Ubuntu 26.04 LTS https://askubuntu.com/questions/1566352/problem-z-ubuntu-26-04-lts

I'm having a problem with Ubuntu 26.04 LTS. After updating from 25.10 to 26.04 beta at first then to the 26.04 LTS and it started freezing, meaning it runs for about 10 seconds and then freezes for about 0.5 seconds. I watch YouTube and it freezes regularly. I do a speed test on the website, and it freezes for 0.5 sec after around 5-10 sec. I play on Steam and it freezes, but I can hear that the graphics card isn't working at the moment—it doesn't make the same noises it normally does. When watching YouTube or running speed tests on the website, the CPU temperature is a maximum of 70 degrees Celsius, and the GPU is 30 degrees Celsius. Everything works fine except for the freezing. My question is, how can I approach this? How can I diagnose the problem? Or what could be the cause?

Command result:

lspci -k | grep -A 3 -E 'VGA|3D|Display'
03:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Navi 48 [Radeon RX 9070/9070 XT/9070 GRE] (rev c0)
    Subsystem: XFX Limited Device 8811
    Kernel driver in use: amdgpu
    Kernel modules: amdgpu

Ps. After installing AMD 7.2.3 drivers, I don't experience any stuttering. I don't know what caused it.

Best regards

Marek

Goodix fingerprint driver https://askubuntu.com/questions/1417957/goodix-fingerprint-driver

I have the following fingerprint driver

lsusb                         
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 0489:e0a2 Foxconn / Hon Hai 
Bus 001 Device 002: ID 0bda:58f4 Realtek Semiconductor Corp. Integrated_Webcam_HD
Bus 001 Device 004: ID 27c6:5385 Shenzhen Goodix Technology Co.,Ltd. Fingerprint Reader

I followed the following guide here and also used sudo pam-auth-update to add fingerprint authentication as well, but I still don't see "Fingerprint Login" in my "Users" settings page. Is there something more needed to be done here? My system is

lsb_release -a      
LSB Version:    core-11.1.0ubuntu2-noarch:security-11.1.0ubuntu2-noarch
Distributor ID: Ubuntu
Description:    Ubuntu 20.04.4 LTS
Release:    20.04
Codename:   focal

and

uname -r
5.13.0-52-generic

Gnome is version 3.36.8

Any advice?

How do you set headphones as default in Ubuntu 20.04? https://askubuntu.com/questions/1402528/how-do-you-set-headphones-as-default-in-ubuntu-20-04

I'm using a Dell Precision 3560 and running Ubuntu 20.04. I have 2 monitors set up using a Dell D6000 Docking station.

Anytime I unplug or replug in the Docking Station, it changes the input and output sound devices and doesn't keep headphones as the input and output.

Is there anyway I can set it, so that it doesn't switch what device is connected when plugged or unplugged?

How do you come out of root user? https://askubuntu.com/questions/1343706/how-do-you-come-out-of-root-user

I'm very new to using Ubuntu so haven't yet learned any of the commands. I've just opened up my first session and I can see that I am logged in as a root user. From everything I've seen online this should be locked and I shouldn't have access. How do I come out of this (and ideally come into my Documents folder) and continue using Ubuntu?

I'm running version 2004.2021.222.0 on a laptop.

How to disable physical touchpad buttons but keep tap as click https://askubuntu.com/questions/1073200/how-to-disable-physical-touchpad-buttons-but-keep-tap-as-click

My old laptop (Samsung np300v3a, running fresh Ubuntu 18.04) has a broken left trackpad button, that is always pressed. I have been trying to disable the physical keys, but keep the tap to click in order to retain this use of the trackpad.

I've tried modifying xinput button-map, set-props, and some synclient options. I can disable the left click with xinput, but this also disables the tap to click function.

Threads I've read:
Disabling One-Finger Tap-to-Click But Keep Two-Finger tap Ubuntu 12.04
How to disable physical mouse buttons below touchpad

Cron service fails to start https://askubuntu.com/questions/1046720/cron-service-fails-to-start

I have an Ubuntu 14.04 and I am trying to start cron service without success. I always get this after running service cron start:

Job for cron.service failed because the control process exited with error code.

systemctl status cron.service says that the cron service is loaded but failed:

cron.service
   Loaded: loaded (/etc/init.d/cron; bad; vendor preset: enabled)
   Active: failed (Result: exit-code) since Fri 2018-06-15 09:06:19 AWST; 6min ago
     Docs: man:systemd-sysv-generator(8)
  Process: 22707 ExecStart=/etc/init.d/cron start (code=exited, status=1/FAILURE)

 cron[22707]: Rather than invoking init scripts through /etc/init.d, use the service(8)
 cron[22707]: utility, e.g. service cron start
 cron[22707]: initctl: Unable to connect to Upstart: Failed to connect to socket /com/ubuntu/upstart: Connection refused
 cron[22707]: Since the script you are attempting to invoke has been converted to an
 cron[22707]: Upstart job, you may also use the start(8) utility, e.g. start cron
 cron[22707]: start: Unable to connect to Upstart: Failed to connect to socket /com/ubuntu/upstart: Connection refused
 systemd[1]: cron.service: Control process exited, code=exited status=1
 systemd[1]: Failed to start cron.service.
 systemd[1]: cron.service: Unit entered failed state.
 systemd[1]: cron.service: Failed with result 'exit-code'.

Any hint on how to make cron service to successfully start?

Changing the screen brightness of the external screen https://askubuntu.com/questions/894465/changing-the-screen-brightness-of-the-external-screen

I have installed Ubuntu 16.04 LTS on my laptop and connected it to an external monitor via an HDMI cable. I can easily change the brightness of the laptop screen but that does not affect the brightness of the external monitor. Is there any way to change the brightness of the external monitor as well?

Disable gnome-screenshot's 'camera flash' animation https://askubuntu.com/questions/854350/disable-gnome-screenshots-camera-flash-animation

How can I disable the gnome-screenshot 'camera flash' animation (fade from black)? I've already disabled the camera shutter sound with sudo mv /usr/share/sounds/freedesktop/stereo/camera-shutter.oga /usr/share/sounds/freedesktop/stereo/camera-shutter-disabled.oga. There doesn't seem to be a setting for this in the Dconf editor (under /org/gnome/gnome-screenshot).

CXXABI_1.3.8 not found https://askubuntu.com/questions/622926/cxxabi-1-3-8-not-found

So, I'm trying to run heroes of newerth and get the error

./hon-x86_64: /home/c0ding/HoN/libs-x86_64/libstdc++.so.6: version `CXXABI_1.3.8' not found (required by /usr/lib/x86_64-linux-gnu/libicuuc.so.52)

From research, I saw to just do LD_LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/4.9.2/libstdc++.so Which didn't seem to do anything. I have several gcc subfolders as well.

Whenever I type gcc it says gcc: fatal error: no input files compilation terminated. however I think that's because I didn't point to something to compile. Here's an image:

How should I fix this? There's a libstdc++.so but it doesn't have a .6 after it.

How to install Ubuntu 13.10 alongside Ubuntu 12.10 https://askubuntu.com/questions/396995/how-to-install-ubuntu-13-10-alongside-ubuntu-12-10

How do I install Ubuntu 13.10 alongside Ubuntu 12.10.

What's the equivalent of "add or remove programs" in Ubuntu? https://askubuntu.com/questions/138523/whats-the-equivalent-of-add-or-remove-programs-in-ubuntu

I wanted to install the plugin TeXlipse (installation instructions) and for that I am supposed to remove any previous version of it. Maybe the eclipse GUI is sufficient to achieve this end.

What's the equivalent of "add or remove programs" in Ubuntu?

What is the command to update time and date from internet https://askubuntu.com/questions/81293/what-is-the-command-to-update-time-and-date-from-internet

What is the command to update time and date from Internet? Is there any application that allows me to do so from its user interface rather than from the shell?