Hello,
I just installed Kubuntu 20.04 on an older Dell Inspiron 1545, replacing a long-outdated Mint 17.3 KDE installation.
The problem is that the machine takes extremely long to boot -- it takes well over 2 minutes from power-up to the login prompt, and another 35 seconds to get a usable desktop. For comparison, I reinstalled the old Mint 17.3 KDE, and that fully booted in just 1:20, so half the time.
A new install of Kubuntu once again booted slow. Some searching suggests that snap may be related to this problem, and this is what I see with df -h:
It would seem that well over 1.5GB of loop devices is mounted, which would explain the slow boot upon startup. (And yes, losetup -a shows them all mounted.)
Now I wanted to see if removing the Chromium browser would make a noticeable difference, so I uninstalled all installed Chromium packages using the Muon package manager.
However, and to my surprise, Chromium is still installed and active, both in this list of snaps as well as in the KDE menu. Yet it does no longer show up as installed in the package manager.
Now I have some questions:
I hope that in particular this slow boot can be fixed, otherwise I think I'll try another distro altogether.
Thanks in advance,
I just installed Kubuntu 20.04 on an older Dell Inspiron 1545, replacing a long-outdated Mint 17.3 KDE installation.
The problem is that the machine takes extremely long to boot -- it takes well over 2 minutes from power-up to the login prompt, and another 35 seconds to get a usable desktop. For comparison, I reinstalled the old Mint 17.3 KDE, and that fully booted in just 1:20, so half the time.
A new install of Kubuntu once again booted slow. Some searching suggests that snap may be related to this problem, and this is what I see with df -h:
Code:
[FONT=monospace][COLOR=#000000]df -h [/COLOR] File System Size Used Avail Use% Mounted on udev 1,4G 0 1,4G 0% /dev tmpfs 295M 1,5M 293M 1% /run /dev/sda1 19G 14G 3,8G 79% / tmpfs 1,5G 0 1,5G 0% /dev/shm tmpfs 5,0M 4,0K 5,0M 1% /run/lock tmpfs 1,5G 0 1,5G 0% /sys/fs/cgroup /dev/loop0 128K 128K 0 100% /snap/bare/5 /dev/loop1 132M 132M 0 100% /snap/chromium/2011 /dev/loop2 134M 134M 0 100% /snap/chromium/2020 /dev/loop4 56M 56M 0 100% /snap/core18/2344 /dev/loop3 56M 56M 0 100% /snap/core18/2409 /dev/loop6 62M 62M 0 100% /snap/core20/1494 /dev/loop5 62M 62M 0 100% /snap/core20/1518 /dev/loop7 165M 165M 0 100% /snap/gnome-3-28-1804/161 /dev/loop9 401M 401M 0 100% /snap/gnome-3-38-2004/112 /dev/loop8 255M 255M 0 100% /snap/gnome-3-38-2004/106 /dev/loop10 82M 82M 0 100% /snap/gtk-common-themes/1534 /dev/loop12 47M 47M 0 100% /snap/snapd/16010 /dev/loop13 47M 47M 0 100% /snap/snapd/16292 /dev/loop11 92M 92M 0 100% /snap/gtk-common-themes/1535 /dev/sda7 48G 24K 45G 1% /home2 /dev/sda5 156G 39G 117G 26% /home tmpfs 295M 12K 295M 1% /run/user/1000[/FONT]
Now I wanted to see if removing the Chromium browser would make a noticeable difference, so I uninstalled all installed Chromium packages using the Muon package manager.
However, and to my surprise, Chromium is still installed and active, both in this list of snaps as well as in the KDE menu. Yet it does no longer show up as installed in the package manager.
Now I have some questions:
- How do I completely uninstall Chromium?
- Could snap be linked with the slow boot problem?
- If so, how can I get rid of snap?
- If this is not possible, how can I reduce the number of active snap loop devices?
I hope that in particular this slow boot can be fixed, otherwise I think I'll try another distro altogether.
Thanks in advance,
Comment