Great! I had a Filet Mignon with what they call the Fontina toppings. Which is:
Wood-grilled, topped with Fontina cheese, garlic, bacon and
mushrooms in a marsala wine sauce reduction.
Accompanied by KUNG PAO BRUSSELS SPROUTS
flash-fried brussels sprouts tossed in a sweet and spicy kung pao sauce,
topped with toasted macadamia nuts and fresh cilantro. Also a garden salad.
We hope she gets well soon.
Thank you for offering to do some test installs. All feedback is appreciated.
I don’t know how experienced you are with Archlinux ARM devices, so I will err on the newbie side for now.
One thing I highly recommend is editing the /etc/pacman.d/mirrorlist config file. At the top of the file is:
## Geo-IP based mirror selection and load balancing
comment out the SERVER url
then un-comment a few mirrors closest to your location.
I am located in Colorado USA, so I un-comment the Florida and New Jersey mirrors.
If you are just going to tinker around with the RPi 4b, the uSD card will be fine. If you start to use the Rpi for a low power computer used for daily chores, then I recommend checking if your Rpi has the latest updates in the eeprom, and running off a USB 3 SSD enclosure.
To check the bootloader version in the eeprom use pacman to install the rpi4-eeprom package.
There is also a rpi5-eeprom for the RPi 5 device.
sudo pacman -Syu rpi4-eeprom
sudo rpi-eeprom-update
rpi-eeprom-update will list the two binaries in the eeprom and tell if they are up to date. If not it will list the current version.
If you need to update the eeprom, while connected to a reliable power supply,
sudo rpi-eeprom-update -a
But you probably already know all this.
Here is my setup
Actually this is my RPi 5 setup, but the RPi 4 setup is identicle.
Pudge