-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New 3.8.9M beta #807
Comments
Hello @procount Thanks |
It looks like OSMC has disappeared. I will check with the maintainer. (EDIT: Oh no, it is still there. Need to do some additional checks) |
Maybe it was just a temporary internet glitch. I can download all of the OSMC versions without problem. |
Project space partitions are now 512MB each |
I can confirm, that OSMC installation and bigger Project space is now working. Reagarding Nominal size it was misunderstanding - I thought that nominal means boot partition, not minimal total memory. Thanks |
3.8.9o beta is now available for update |
After update to 3.8.9o version I still have not old Pinn wallpaper background. It was already changed? |
How big is your RECOVERY partition? 63MB or 127MB? |
On your PINN recovery partition, could you please try editing BUILD-DATA? I have just updated the zip file, so provided the mirrors have updated, it should be corrected on next boot. |
Yes it helped |
I'm hoping this is the last beta before merging the Pi5 into mainstream, so please give it a good testing, especially the partition resizing as it is new. |
@procount noticed joystic drivers, cool :D should not vl805 be included here also? Raspberry Pi 4 EEPROM bootloader rescue image The Raspberry Pi 4 contains a small EEPROM used to store the bootloader. This rescue image reverts the bootloader EEPROM to factory default settings. This rescue image also updates the USB 3 controller (VL805) firmware to the Raspberry Pi 4 board revisions 1.1 and 1.2 contain a separate EEPROM |
Updating of any vl805 or other EEPROMS is best done with the already supplied RPF tools. I'm not sure I need to duplicate this. |
I’m new to hardware, but this involves a USB 3.0 drive. My external drive turns off during each boot to PINN after the splash screen appears, even when it’s connected to an external power source via the cable, I guess a driver is a good start to start investigation, so as far I understand:
|
Here are some minor bugs I found, most of them are related to pi-imager settings https://www.raspberrypi.com/documentation/computers/getting-started.html#advanced-options • The pi-imager generates
I flushed an image with 'pi-imager' did a wrong partition, formatted, tried https://pinn.mjh.nz, got errors formatted again, checked a readme then flushed pinn-light, and so on. that's was insane 😕 It was much quicker for me to download the os instances, explore the partitions.json of each and only then proceed to install. #!/bin/bash
# example: curl "https://sourceforge.net/projects/pinn/rss?path=/os/kali64" | grep "<link>.*</link>" | sed 's|<link>||;s|</link>||' | while read url; do url=`echo $url | sed 's|/download$||'`; wget $url ; done
# Array of OS names
array_of_os=("kali64" "raspios_armhf_full")
# Loop through each OS in the array
for os in "${array_of_os[@]}"; do
# Create a directory for the OS and navigate into it
mkdir "$os" && cd "$os" || exit
# Fetch RSS feed, extract download links, and download the files
curl "https://sourceforge.net/projects/pinn/rss?path=/os/$os" \
| grep "<link>.*</link>" \
| sed 's|<link>||;s|</link>||' \
| while read url; do
# Clean up the URL (removes /download part)
url=$(echo "$url" | sed 's|/download$||')
# Download the file
wget "$url"
done
# Go back to the parent directory
cd ..
done
It would be nice to have a view of phases to see what and when happens, like
|
I'm really sorry, but I'm not understanding your issues, or how any of these relate to PINN. Maybe something is getting lost in translation...?
So I think here you are commenting that your external drive powers down temporarily after you have booted PINN and just before you boot into one of your installed OSes...? This is normal for any drive as the Raspberry Pi will reboot to boot into one of its installed OSes. No driver will help avoid this. The rest seems maybe to do with Android? If you have problems with the OSes you need to contact the OS maintainers. I only convert the format of the OS so that it can multiboot. |
Sorry for the earlier message, I was drafting on the go. Hopefully, its is clearer after update. Just sharing a few bugs from pi-imager version 3.9.2, gaps in the manuals and a mess the noobs can face
No, it was powering down when the colored video signal was sent, before entering recovery mode. The issue disappeared later without any changes in PINN settings. It seems the TV was turning the Pi off and on using CEC. I had previously disabled CEC on a TV, but I hadn’t hard-rebooted it to apply the changes :/ so continued investigating false trail which brought me again to USB ports check 😑 |
There's a new beta version about to drop 😃
I'd appreciate some testing to find any bugs.
This version builds in the ability to change the partition sizes like on Matt's pinn.mjh.nz webpage for new installations.
There's no documentation yet, so just use it to install some OSes on a new SD card and see if you can work it out! Hopefully it's fairly intuitive.
It's still in beta, so expect bugs and problems.
The Pi5 version is still prone to locking up, for example, Only the GUI locks up, but it is necessary to pull the power as the mouse/keyboard is not working. If you have ssh access, you can still login and issue a rebootp command to recover.
Any questions, just ask.
The text was updated successfully, but these errors were encountered: