I dived in at the deep end and went for it...
# installing freebsd
## on the iMac
- from:
https://download.freebsd.org/releases/arm64/aarch64/ISO-IMAGES/14.2/
- download: FreeBSD-14.2-RELEASE-arm64-aarch64-RPI.img.xz
- using Raspberry Pi Imager v1.8.5
- burn to a SanDisk 64GB Ultra Fit Flash Drive
- insert into Pi 4 and power up
- wait a couple of minutes
- consult the router for a new ip address
- I see 192.168.1.50 but without a name
- using Terminal
- ssh
freebsd@192.168.1.50
- accept new fingerprint using password freebsd
## Terminal messages...
```
Last login: Fri Nov 29 08:14:30 2024
FreeBSD 14.2-RELEASE (GENERIC) releng/14.2-n269506-c8918d6c7412
Welcome to FreeBSD!
Release Notes, Errata:
https://www.freebsd.org/releases/
Security Advisories:
https://www.freebsd.org/security/
FreeBSD Handbook:
https://www.freebsd.org/handbook/
FreeBSD FAQ:
https://www.freebsd.org/faq/
Questions List:
https://www.freebsd.org/lists/questions/
FreeBSD Forums:
https://forums.freebsd.org/
Documents installed with the system are in the /usr/local/share/doc/freebsd/
directory, or can be installed later with: pkg install en-freebsd-doc
For other languages, replace "en" with a language code like de or fr.
Show the version of FreeBSD installed: freebsd-version ; uname -a
Please include that output and any error messages when posting questions.
Introduction to manual pages: man man
FreeBSD directory layout: man hier
To change this login announcement, see motd(5).
When you want your users to be able to reboot or shutdown FreeBSD, add them
to the group "operator" and they are allowed to use shutdown(8) and poweroff(8).
```
HOWEVER and with little to no knowledge of BSD:
I appear to be logged in with user name
freebsd and can't su to poweroff as I don't know the root password, but I'm delighted to get this far so easily - with you help.