MintPPC
Re: MintPPC
Can’t you boot in recovery mode and do some updates/upgrades and then reboot?
Re: MintPPC
If that is possible, I have not the slightest idea how to do that... Remember this is not a PC - grub is not used for booting and there is no usual boot menu with special options!mintppc wrote: Sat Oct 25, 2025 3:23 pm Can’t you boot in recovery mode and do some updates/upgrades and then reboot?
Christian: is it at all possible to boot X5000 in recovery mode?
- Roland -
Re: MintPPC
@mintppc
I found a solution:
This command turns off that 'C-12' feature which older versions of e2fsck cannot understand. I had to run the command on Adelie as tune2fs of my older distros/installations do not understand that orphan_file parameter!
After that I was able to boot from the Mint 25 parttion normally. But when I checked the version of e2fsprogs already installed there it WAS the newest one (1.47.2-3). So why couldn't it check the partition while it had that feature 'C-12' switched on? Is it still too old to understand it? I cannot see any other explanation...
I found a solution:
Code: Select all
sudo tune2fs -O ^orphan_file /dev/sdxAfter that I was able to boot from the Mint 25 parttion normally. But when I checked the version of e2fsprogs already installed there it WAS the newest one (1.47.2-3). So why couldn't it check the partition while it had that feature 'C-12' switched on? Is it still too old to understand it? I cannot see any other explanation...
- Roland -
Re: MintPPC
Yes, it is possible. Single mode with writable mounted volumes (Only one user (root) has access. No networking, graphical interface, or multi-user services are started):Roland wrote: Sat Oct 25, 2025 6:00 pm Christian: is it at all possible to boot X5000 in recovery mode?
Code: Select all
setenv bootargs root=<your volume/partition> singleCode: Select all
setenv bootargs root=<your volume/partition> ro systemd.unit=emergency.targetRe: MintPPC
For some reason, the 'simple' argument did not have any effect on my machine. Booting ended to the normal desktop.xeno74 wrote: Sun Oct 26, 2025 4:04 pm Yes, it is possible. Single mode with writable mounted volumes (Only one user (root) has access. No networking, graphical interface, or multi-user services are started):
Code: Select all
setenv bootargs root=<your volume/partition> single
This worked ok, and I was able to login as root. Network, apt and e2fsck (1.47.2-3) were also available.If you need a file system check then you need the following boot arguments:
Code: Select all
setenv bootargs root=<your volume/partition> ro systemd.unit=emergency.target
- Roland -
Re: MintPPC
Not ‘simple’ but ‘single’…
Single user mode
Single user mode
Re: MintPPC
Thanks for the correction! Now I got it working, too. e2fsck available at the terminal was the v. 1.47.2-3.
But can you explain where that mysterious e2fsck v. 1.46.5 is located? It is the version available at the 'CRepair:/#' prompt, which appears if booting is interrupted due to an error as I earlier explained. Christian only said e2fsck is not included in the kernel.
Could it be in the uInitrd which Christian has created especially for X5000? He did not reveal that when I asked, and I do not now how to check myself the contents of it..
- Roland -
Re: MintPPC
I don’t know where that comes from, sorry. Maybe Christian can shed a light on this.
Re: MintPPC
Isn't the command "mkimage" available for mintppc? I could not find it with apt.
- Roland -
Re: MintPPC
It is part of u-boot-tools.
https://packages.debian.org/sid/u-boot-tools
https://packages.debian.org/sid/u-boot-tools