Raspberry Pi OS • Re: How to configure my Raspberry 5 boot with an NVMe SSD...
But how do I install Pi 5 boot? Simply unzip pi5boot.zip and make pi5boot executable:Code: unzip pi5boot.zipchmod +x pi5bootThen run it:Code: sudo pi5bootOr, if appropriate:sudo ./pi5bootWhen multiple...
View ArticleRaspberry Pi OS • Re: how much music?
A 4TB stick? That seems too big to be true. Got a link to it?Have you formatted it?Are you booting to desktop or command line?Does it show up in the output from Code: sudo lsblkFWIW, I have several...
View ArticleRaspberry Pi OS • Gajim 2.0 on a Pi5 launches faster than Signal Desktop on a...
Now that Gajim uses gtk4, not 3, it launches a bit faster. It launches in about 2.5 seconds on a Pi5. Signal Desktop, on a 1-year old laptop I have (intel i5, 13th-gen), takes 3 seconds in comparison....
View ArticleRaspberry Pi OS • Lite updates with graphics firmware
Just installed Bookworm lite 64 bit and on doing the first update noticed a few graphic utilities being installed.Intel-graphics-firmwareWhy would this be needed on a Lite...
View ArticleRaspberry Pi OS • Re: Lite updates with graphics firmware
The package firmware-intel-graphics (not Intel-graphics-firmware) has several reverse dependencies. With the below command, you can see these reverse dependencies:Code: $ apt-cache rdepends...
View ArticleRaspberry Pi OS • Re: Disable any & all automatic updates in Bookworm
So from t'other thread there's a suggestion from pidd to do:Code: sudo apt autopurge apt-config-auto-updateMitsushiro's efforts (which they say hasn't stopped the downloads):Code: sudo systemctl mask...
View ArticleRaspberry Pi OS • Segmentation Fault When Installing WINE
I have a 16GB Pi 5 and the latest Raspberry Pi OS. I'm trying to install WINE and get almost all the way through the install but the output ends in the lines listed below. What's wrong?Code:...
View ArticleRaspberry Pi OS • Re: Updated Buster->BullsEye->BookWorm for Net 9 now...
Thanks guys for all input and suggestions!I do believe I've found the misbehaving piece. In my extended log I could see that some API calls took forever - checked the Unifi Logs for the AP:s and all...
View ArticleRaspberry Pi OS • Re: Upgrading RaspberryPi OS from Bullseye to Bookworm
There are Linux distributions which allow to do a major release upgrade. For example I use Linux Mint on my Desktop and Laptop which I can upgrade without any issue.But there is no major release...
View ArticleRaspberry Pi OS • Bookworm Headless - Adding a second WiFi while away
I am liking most of the features of Bookworm, and have recently started using it for my headless configurations. Everything works great using the Pi Imager program and setting the network...
View ArticleRaspberry Pi OS • Add Hostname to Desktop Image
I remember having a utility on Windows that would allow me to modify the desktop image to include things like available disk space, available memory, NIC speeds, hostname, etc.I want to do something...
View ArticleRaspberry Pi OS • Re: Add Hostname to Desktop Image
There are a few ways you can overlay system information like the hostname onto the Raspberry Pi desktop background. Conky is a highly configurable system monitor that can display system information...
View ArticleRaspberry Pi OS • Re: Focus set with wlrctl
Hey NFstoney,in your case, you would need to use a matchspec to specify which window you want to focus on. To use your example, you would need to run the command Code: wlrctl toplevel focus chromium...
View ArticleRaspberry Pi OS • How Can I move The Menu Bar To The Bottom?
Can the Menu Bar be moved to the bottom of the screen in Pi OS, if so is there any detailed instructions?Thanks in advance.Statistics: Posted by K Research — Tue Mar 18, 2025 8:40 pm
View ArticleRaspberry Pi OS • Re: How Can I move The Menu Bar To The Bottom?
Right click on the desktopSelect 'Desktop Preferences' at the bottomSelect the 'Taskbar' tabSet 'Position'Statistics: Posted by hippy — Tue Mar 18, 2025 8:53 pm
View ArticleRaspberry Pi OS • Re: Password issue with blullyeye
Having the same issue so I posted on the raspberry pi reddit only to have it deleted for a "rule" violation so left that board.It was a specific question about the combination of imager and os causing...
View ArticleRaspberry Pi OS • where is the option to switch from GUI to CLI?
I was messing with the PINN windows 98 emulation profile, and managed to force it to boot into the "GUI"... problem is, it's just a black screen with a cursor. :PSo, is there any external way to move...
View ArticleRaspberry Pi OS • Creating Images for Usage with rpi imager
LinuxMint (and windows for decades) have special modes to:1. Boot and install apps2. Run a procedure that backs out all bootup configuration3. Image the systemSo that re-using this image in RPI imager...
View ArticleRaspberry Pi OS • Re: Creating Images for Usage with rpi imager
PiOS images are created with pi-gen https://github.com/RPi-Distro/pi-genStatistics: Posted by DirkS — Wed Mar 19, 2025 7:10 pm
View ArticleRaspberry Pi OS • WINE install fails
Code: j@raspberrypi:~ $ sudo uname -r6.6.74+rpt-rpi-2712j@raspberrypi:~ $ sudo cat /etc/*releasePRETTY_NAME="Debian GNU/Linux 12 (bookworm)"NAME="Debian GNU/Linux"VERSION_ID="12"VERSION="12...
View Article