There seemed to be an error while copying amdgpu Driver. Weird is the message Install successful.. is it still freezing? This could be a result of missing firmware
When you try another distro, please give us some details. Which instructions you are following, which distro, kernel and initramfs you are using. I will try to check it.
Btw. Did you try this for psxitarch? I used this around 6 Times. Worked perfect.
Create Arch.img with Nazky’s initramfs.cpio.gz
exec install-HDD.sh
and wait for error caused by wrong file ending .GZ. this is ok, we just want that Arch.img in /user/home/
After error we need 2 commands:
Still in rescueshell:
Code:
tar -xvf /ps4hdd/system/boot/arch.tar.gz -C /newroot –numeric-owner
and finally:
Code:
exec switch_root /newroot /newroot/sbin/init
(i had to do this command 2 Times)