
Big picture https://www.skateman.nl/wp-content/uplo ... -33-47.png
Thank for showing off the Mirari with MintPPC at Amiga 40 !! I had a great time

Thanks a lot for testing!
I had a great time too. Thank you for your support and for your help.Skateman wrote: Wed Oct 29, 2025 9:40 pm Thank for showing off the Mirari with MintPPC at Amiga 40 !! I had a great time

I created a new uInitrd on MintPPC32 today.xeno74 wrote: Fri Oct 31, 2025 11:30 am I don't actually need initial ramdisks, but I have sometimes created ramdisks for others.
You can use the following commands to create a new ramdisk and boot from it:
Code: Select all
dracut initrd-6.12.img 6.12.48-powerpc64-smp-- Testing --Code: Select all
mkimage -T ramdisk -C gzip -n 'Kernel 6.12 uInitrd' -d initrd-6.12.img uInitrd-6.12
Code: Select all
# tune2fs -L MintPPC <Volume or partition>Code: Select all
# rebootCode: Select all
X5000> setenv bootargs root=LABEL=MintPPCCode: Select all
X5000> load sata 1:1 1000000 uImage-6.12Code: Select all
X5000> load sata 1:1 1c00000 cyrus-p5040.dtbCode: Select all
X5000> load sata 1:1 2000000 uInitrd-6.12Code: Select all
X5000> bootm 1000000 2000000 1c00000
Thanks a lot to Roland for reporting the issue with the old version of e2fsck in the old uInitrd.Roland wrote: Fri Oct 31, 2025 1:51 pm I was already able to check the contents of the uInitrd.-6.12 you made earlier with Void:
So the e2fsck was indeed outdated and caused the boot problems! As void cannot be anymore updated, it is better to create the uInitrds with Mint.Code: Select all
dd if=uInitrd of=initrd skip=64 bs=1 zcat initrd | cpio -id /media/NTFS/rd/usr/bin/e2fsck' -V e2fsck 1.46.5 (30-Dec-2021) Using EXT2FS Library version 1.46.2, 28-Feb-2021

Thanks, but it has the same issue as those I already tried to create on MintPPC. Desktop cannot be loaded (MintPPC25, up-to-date), and booting halts to the 'Debian login' prompt (disk is in read-only state). This issue is not anymore related to the e2fsck.xeno74 wrote: Thu Nov 06, 2025 6:56 am I created a new uInitrd on MintPPC32 today
Download: github.com
Strange. I successfully tested it with MintPPC32 (latest version) on my X5000/40 today.Roland wrote: Thu Nov 06, 2025 9:44 am Thanks, but it has the same issue as those I already tried to create on MintPPC.
Code: Select all
dd if=uInitrd-6.18 of=initrd skip=64 bs=1Code: Select all
zstd -d initrd -o initrd_cpioCode: Select all
cpio -id < initrd _cpio
Nice screenshot. Thanks a lot for testing.
No, I haven't. I don't know your email address. I think you have reported an issue in the past and a developer has added you to this thread.Roland wrote: Fri Nov 07, 2025 9:17 pm @Christian
I started suddenly to get to my personal email several messages concerning Linux kernel development (titled like "[PPC] Boot problems after the pci-v6.18-changes"). I have not myself subscibed any mailing list, though. Have you possibly put my name on your messsages as an additional recipient?