Code: Select all
sudo apt remove vlc && sudo apt autoremove
sudo apt update
sudo apt install vlc-data=3.0.21-11+mintppc2
sudo apt install vlc
Code: Select all
sudo apt remove vlc && sudo apt autoremove
sudo apt update
sudo apt install vlc-data=3.0.21-11+mintppc2
sudo apt install vlc
Code: Select all
Illegal instructionIt seems to be already installed...
So, the e2fsck seems to be badly outdated (from 2021)! Can we please get a newer version of it?-)Mint25: ********** WARNING: Filesystem still has errors *********
e2fsck 1.46.2 (28-Feb-2021) dev/sda5 has unsupported feature(s): FEATURE_C12 e2fsck: Get a newer version of e2fsck!
I transferred a Mint 25 partition from a X5040 to a X5020, but it does not boot on the latter. The e2fsck fails during the the initial disk check complaining about that unsupported C12 feature and booting halts to a terminal prompt. How can you fix that?mintppc wrote: Fri Oct 24, 2025 9:03 am the latest is 1.47.2-3 and is from June 25.
https://metadata.ftp-master.debian.org/ ... _changelog
Code: Select all
sudo apt update
sudo apt upgradeIt is the MintPPC 25. And I am not trying to do the filesystem check myself, it is the system which does it automatically when booting! But the booting halts to the 'CRepair:/#' prompt due to this problem. Unfortunately 'APT' command is not found when I try to run it from that prompt...mintppc wrote: Sat Oct 25, 2025 11:55 am I think you need to upgrade e2fsprogs on the partition you use to do the file system check with e2fsck. In which Linux distribution and what version are you trying to do the e2fsck ? If it is Debian sid based, you can doand e2fsprogs should upgrade to the latest version 1.47.2-3.Code: Select all
sudo apt update sudo apt upgrade