procount

Results 660 comments of procount

Can you post the debug log with the error in it, please? How did you install PINN? I suggest using RPi Imager if you haven't already. Or if you have...

OK, thanks. So your SD card is genuine (many large size cards aren't). The "CP437: Invalid argument" message is just a warning. it is from the fsck.fat function, which only...

No this is not possible at the moment. Just identifying what is the boot drive has always been difficult, so NOOBS originally searched for the NOOBS program itself. So if...

PINN does not use images. The images first have to be converted into tar.xz files to separate the files from the partition structure, because the partition structure has to be...

It's a handy website by Matt Huisman to know which OSes are supported and it allowed you to resize each OS's partitions as they were installed, although that functionality is...

The easiest way to do this is via PINN. See https://github.com/procount/pinn/blob/master/README_PINN.md#local-images-on-usb-stick which links through to https://github.com/procount/pinn/blob/master/README_PINN.md#download This explains how to download all of the required files that PINN needs for...

Suggestion: if ! [ -b "${ROOT_DEV}5" ] && ! [ -b "${ROOT_DEV}p5" ]; then ?

@XECDesign - Added pull request for you: https://github.com/RPi-Distro/raspberrypi-sys-mods/pull/99

sed -i 's|^if \! \[ -b "${ROOT_DEV}5" ]; then|if \! \[ -b "${ROOT_DEV}5" ] \&\& \! \[ -b "${ROOT_DEV}p5" ]; then|' firstboot