My Ubuntu version is
$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 22.04.3 LTS Release: 22.04 Codename: jammy
Shows message [FAILED] failed to start casper-md5-check.verify live iso checksums.
and Ubuntu does'nt boot I have to log in Windows 10 as I'm having Dual boot mode and through WSL in Windows I tried to remove casper but...
$ sudo systemctl status casper-md5checkUnit casper-md5check.service could not be found.$ sudo systemctl disable casper -md5check.serviceFailed to disable unit: Unit file casper-md5check.service does not exist.
Again I tried..
$ sudo apt remove casper -yReading package lists... DoneBuilding dependency tree... DoneReading state information... DonePackage 'casper' is not installed, so not removed0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Now its showing two casper packages
$ apt-cache show casperPackage: casperArchitecture: amd64Version: 1.470.2Priority: extraSection: miscOrigin: UbuntuMaintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>Bugs: https://bugs.launchpad.net/ubuntu/+filebugInstalled-Size: 274Depends: libc6 (>= 2.34), libplymouth5 (>= 0.9.2), initramfs-tools (>= 0.92bubuntu55), busybox-initramfs (>= 1:1.1.3-4ubuntu3), dmsetup, user-setup, sudo, eject, uuid-runtime, localechooser-data (>= 2.65ubuntu1) | ubiquity, util-linux (>= 2.15-1), file, lzma, udev (>= 174), cifs-utils, finalrd, fdiskConflicts: live-initramfs, usplash (<< 0.4-43)Breaks: genext2fs (<< 1.4.1)Filename: pool/main/c/casper/casper_1.470.2_amd64.debSize: 51956MD5sum: b9650cfa93c9360cdc2cf65bbda58d5dSHA1: 7b74e1b05bcb037f82a9973e74c0f20aef5314ffSHA256: bd0171f69e7245cc166fbd752d46599334dfebbc26aa7e674576dc3ddb2f3944SHA512: f5ce3344e0e0ceb17e93963f8db16d503dc119a9198b55465fe758a1d8fa1e7867cb327292ed8f6dfada404c6bb8e7a00ebeceaa11c397793297599396985aa2Description-en: Run a "live" preinstalled system from read-only mediaDescription-md5: 9be0120948307c7e897a16c45a69ba0fTag: admin::boot, admin::filesystem, implemented-in::shell, protocol::smb, role::plugin, scope::utility, special::completely-tagged, works-with-format::iso9660Task: xubuntu-livePackage: casperArchitecture: amd64Version: 1.470Priority: extraSection: miscOrigin: UbuntuMaintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>Bugs: https://bugs.launchpad.net/ubuntu/+filebugInstalled-Size: 274Depends: libc6 (>= 2.34), libplymouth5 (>= 0.9.2), initramfs-tools (>= 0.92bubuntu55), busybox-initramfs (>= 1:1.1.3-4ubuntu3), dmsetup, user-setup, sudo, eject, uuid-runtime, localechooser-data (>= 2.65ubuntu1) | ubiquity, util-linux (>= 2.15-1), file, lzma, udev (>= 174), cifs-utils, finalrd, fdiskConflicts: live-initramfs, usplash (<< 0.4-43)Breaks: genext2fs (<< 1.4.1)Filename: pool/main/c/casper/casper_1.470_amd64.debSize: 51958MD5sum: 366b0bc5806aee94b60b512faff770e8SHA1: bad8ccd0a68942f01ba8d318ea8f17068d6b2766SHA256: d6043188261e1a17be74db7031522ef54efc10abed6b85be9bba61f8bba1a30bSHA512: 88012fd2e593225961a13a506546b6c877288a0514afabac1e134ae3de28813582112067b2f090156f95f118bb768503c6b7d85fd0bda4c09816815eca7d42f1Description-en: Run a "live" preinstalled system from read-only mediaDescription-md5: 9be0120948307c7e897a16c45a69ba0fTag: admin::boot, admin::filesystem, implemented-in::shell, protocol::smb, role::plugin, scope::utility, special::completely-tagged, works-with-format::iso9660Task: xubuntu-live
It is showing two casper packages but when checking its status it showsUnit casper-md5check.service could not be found.
Can anyone help me with this?