MintPPC
Re: MintPPC
No need to pin. Just don’t touch anything related to vlc.
Re: MintPPC
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
Download: github.com
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
I was able to boot MintPPC32 with a LABEL today.
