Raspberry Pi OS • Re: Proton VPN on stock RaspiOS Trixie ?
I gave up trying to get it to work system wide. I just use the extension in my browsers.Thank you ! That settles the question AFAIAC, will have to wait till some day (?) come a supported...
View ArticleRaspberry Pi OS • Re: Waydroid installer for Pi OS
It looks like `--details-to-stdout` is being placed after the `init` command, so Waydroid is treating it as an argument for `init` and rejecting it. Try putting it before `init` instead.It is also...
View ArticleRaspberry Pi OS • QEMU - "Fat" - initrd.img and vmlinuz and launch...
HiCan I ask the Raspberry Pi Foundation to provide "Fat" versions of initrd.img and vmlinuz for 32 & 64 bit releases.The versions found in /boot apparently don't work to launch a Pi OS distro in...
View ArticleRaspberry Pi OS • LVM: initrd doesn't run 'vgchange -ay' (again)
Hi,A year ago, I reported here that LVM wasn’t working because ‘vgchange -ay’ wasn’t being executed at boot time:viewtopic.php?t=390991The problem persists unchanged on newly installed systems (using...
View ArticleRaspberry Pi OS • Re: QEMU - "Fat" - initrd.img and vmlinuz and...
The Raspberry Pi Foundation have nothing to do with providing Linux boot artifacts.Statistics: Posted by jdb — Wed Sep 02, 2026 7:35 pm
View ArticleRaspberry Pi OS • Re: LVM: initrd doesn't run 'vgchange -ay' (again)
What are the symptoms? sdm can burn an LVM boot disk. I haven't tried this in a long time but fired one up after seeing this post.It boots and runs fine. What symptoms should I be looking for?Here's...
View ArticleRaspberry Pi OS • PHP 8.5 and other updates?
Where do I find out what packages will appear in future Pi OS updates? My current interest is PHP 8.5. There are other packages where I need to occasionally test with the latest release. I can run up...
View ArticleRaspberry Pi OS • Re: PHP 8.5 and other updates?
PHP 8.5 (currently 8.5.10) is already available for Raspberry Pi OS from sury.org. To add the repository:Code: curl -sSL https://packages.sury.org/php/README.txt | bash -xand then Code: sudo apt...
View Article