I reinstalled my desktop (was using 20.04 LTS) with 22.04 LTS. So normal clean install from USB drive..
I do a normal install and when done I open a terminal and do:
- apt-get update
- apt-get dist-upgrade
- reboot
- (after reboot all is still fine)
- apt-get dist-upgrade (to see if anything missing)
- apt-get autoremove
The output of the last dist-upgrade
$ sudo apt-get dist-upgrade
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Done
The following packages were automatically installed and are no longer required:
chromium-codecs-ffmpeg-extra gstreamer1.0-vaapi i965-va-driver intel-media-va-driver libaacs0 libaom3 libass9 libavcodec58 libavformat58 libavutil56 libbdplus0 libblas3 libbluray2 libbs2b0
libchromaprint1 libcodec2-1.0 libdav1d5 libdpkg-perl libfile-fcntllock-perl libflite1 libgme0 libgsm1 libgstreamer-plugins-bad1.0-0 libigdgmm12 liblilv-0-0 libmfx1 libmysofa1 libnorm1
libnvidia-cfg1-515 libnvidia-common-515 libnvidia-decode-515 libnvidia-egl-wayland1 libnvidia-encode-515 libnvidia-extra-515 libnvidia-fbc1-515 libnvidia-gl-515 libopenmpt0 libpgm-5.3-0 libpostproc55
librabbitmq4 librubberband2 libserd-0-0 libshine3 libsnappy1v5 libsord-0-0 libsratom-0-0 libsrt1.4-gnutls libssh-gcrypt-4 libswresample3 libswscale5 libudfread0 libva-drm2 libva-wayland2 libva-x11-2
libva2 libvdpau1 libvidstab1.1 libx265-199 libxnvctrl0 libxvidcore4 libzimg2 libzmq5 libzvbi-common libzvbi0 mesa-va-drivers mesa-vdpau-drivers nvidia-compute-utils-515 nvidia-kernel-source-515
nvidia-settings nvidia-utils-515 pkg-config pocketsphinx-en-us screen-resolution-extra va-driver-all vdpau-driver-all xserver-xorg-video-nvidia-515
Use 'sudo apt autoremove' to remove them.
The following packages have been kept back:
libpulse-mainloop-glib0 libpulse0 libpulsedsp pulseaudio pulseaudio-module-bluetooth pulseaudio-utils sudo
0 upgraded, 0 newly installed, 0 to remove and 7 not upgraded.
Output from last autoremove
$ sudo apt-get autoremove
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following packages will be REMOVED:
chromium-codecs-ffmpeg-extra gstreamer1.0-vaapi i965-va-driver intel-media-va-driver libaacs0 libaom3 libass9 libavcodec58 libavformat58 libavutil56 libbdplus0 libblas3 libbluray2 libbs2b0
libchromaprint1 libcodec2-1.0 libdav1d5 libdpkg-perl libfile-fcntllock-perl libflite1 libgme0 libgsm1 libgstreamer-plugins-bad1.0-0 libigdgmm12 liblilv-0-0 libmfx1 libmysofa1 libnorm1
libnvidia-cfg1-515 libnvidia-common-515 libnvidia-decode-515 libnvidia-egl-wayland1 libnvidia-encode-515 libnvidia-extra-515 libnvidia-fbc1-515 libnvidia-gl-515 libopenmpt0 libpgm-5.3-0 libpostproc55
librabbitmq4 librubberband2 libserd-0-0 libshine3 libsnappy1v5 libsord-0-0 libsratom-0-0 libsrt1.4-gnutls libssh-gcrypt-4 libswresample3 libswscale5 libudfread0 libva-drm2 libva-wayland2 libva-x11-2
libva2 libvdpau1 libvidstab1.1 libx265-199 libxnvctrl0 libxvidcore4 libzimg2 libzmq5 libzvbi-common libzvbi0 mesa-va-drivers mesa-vdpau-drivers nvidia-compute-utils-515 nvidia-kernel-source-515
nvidia-settings nvidia-utils-515 pkg-config pocketsphinx-en-us screen-resolution-extra va-driver-all vdpau-driver-all xserver-xorg-video-nvidia-515
0 upgraded, 0 newly installed, 76 to remove and 7 not upgraded.
After this operation, 656 MB disk space will be freed.
Do you want to continue? [Y/n]
After I do a reboot I see the following on the screen
/dev/nvme0n1p2: clean, 217873/61022208 files, 7026862/244059136 blocks
[. 4.786323]
This is all I get on the screen, noting changes.
My initial install was with choosing LVM and encrypted disk during install. When I do this I get the following after entering the password for the encrypted disk
Press ctrl+c to cancel all file system checks in progress
and nothing happens.
Does the "autoremove" removes something critical? I don't see any recent mentions about this problem with ubuntu 22.04
Using a Samsung 980 1 TB, M.2 NVMe
I tried a couple of times by doing a new install. After the autoremove the problems is always the same.