Views:
227ā
Votes: 2ā
Tags:
networking
grub2
dpkg
Link:
š See Original Answer on Ask Ubuntu ā§ š
URL:
https://askubuntu.com/q/1161023
Title:
System Monitor not running
ID:
/2019/07/25/System-Monitor-not-running
Created:
July 25, 2019
Upload:
September 15, 2024
Layout: post
TOC:
false
Navigation: false
Copy to clipboard: false
Iām not sure what happened to break your system. The missing file update-initramfs
is looking for is:
# see udev.conf(5) for details
#
# udevd is started in the initramfs, so when this file is modified the
# initramfs should be rebuilt.
#udev_log="info"
You can easily create it with sudo -H gedit /etc/udev/udev.conf
and pasting in lines above.
Then reinstall the system monitor snap with:
sudo snap install gnome-system-monitor