RiscOS is always the first OS installed, so it's boot partition will be on partition 6.Checking on the RISC OS forum it says that you need updated versions of fixup4.dat and start4.elf - but not the very latest versions for version 5.28 of RISC OS and I have downloaded these and replaced the original files on a single boot SD card with RISCOS 5.28 - and it works ( mostly) However I'm not sure where to put these files on the various virtual disks that are created with PINN - so I cant get it to work.
To update the files I suggest the following method:
Make the new fixup4.dat and start4.elf files available to PINN. I suggest creating a folder called "risc" on PINN's RECOVERY partition (/dev/mmcblk0p1) and copying the files into there.
Boot PINN and press the shift key to go to the recovery main menu.
Press ctrl-alt-F2 to open the command shell and login with username=root password=raspberry.
Type the following commands into the shell
Code:
mkdir /tmp/6mount /dev/mmcblk0p6 /tmp/6cp /mnt/risc/* /tmp/6umount /dev/mmvblk0p6
Which revision of Pi4 do you have (You can see this on PINN's recovery menu in the bottom right corner of the dialog window)?
BTW: PINN does not have "virtual disks" - they are just normal logical partitions within an extended partition.
Statistics: Posted by procount — Mon Oct 07, 2024 10:36 am