MintPPC

AmigaOne X5000 platform specific issues related to Linux only.
mintppc
Posts: 147
Joined: Thu May 01, 2025 9:20 am
Contact:

Re: MintPPC

Post by mintppc »

No need to pin. Just don’t touch anything related to vlc.
User avatar
xeno74
Posts: 10880
Joined: Fri Mar 23, 2012 7:58 am
Contact:

Re: MintPPC

Post by xeno74 »

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

Code: Select all

mkimage -T ramdisk -C gzip -n 'Kernel 6.12 uInitrd' -d initrd-6.12.img uInitrd-6.12
-- Testing --

Code: Select all

# tune2fs -L MintPPC <Volume or partition>

Code: Select all

# reboot

Code: Select all

X5000> setenv bootargs root=LABEL=MintPPC

Code: Select all

X5000> load sata 1:1 1000000 uImage-6.12

Code: Select all

X5000> load sata 1:1 1c00000 cyrus-p5040.dtb

Code: Select all

X5000> load sata 1:1 2000000 uInitrd-6.12

Code: Select all

X5000> bootm 1000000 2000000 1c00000
I created a new uInitrd on MintPPC32 today.

Download: github.com
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:

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
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.
Thanks a lot to Roland for reporting the issue with the old version of e2fsck in the old uInitrd.

I was able to boot MintPPC32 with a LABEL today.

Image
Post Reply