Yes, still running of the internal disk. I decided that the project to run off of an external drive would be valid only if the external drive contained a pristine system and a virgin user with nothing additional installed. I'd have to run it that way for at least two weeks to be reasonably certain about the outcome.
Unfortunately, I can't go without a computer for two weeks, so I've been spending a lot of time putting together stuff on my wife's M1 iMac so I could use that while running the old iMac on the pristine installation.
Turns out that setting myself up on my wife's machine is more time consuming than I thought. For example, I have a bunch of shell scripts that need binaries available via MacPorts. But, to install MacPorts you need to install Xcode and the Xcode command line tools. Then I need to install all the necessary binaries ver MacPorts.
Also, I needed an SMTP client. Because of an early mistake on my part, that took several days to install, configure and get working.
Right now I'm in the midst of installing a Plex Media Server on the machine.
To be honest, I remain unconvinced that this test will prove anything very useful, so I haven't devoted a lot of time to my wife's machine. And, we were on a dive boat for six days and spent another week at our condo; so no work at all during that period.
I did have to use the spare T5 as a media drive for Plex, so I'll have to find something else to boot the old iMac from.
I'll get there.
In the mean time, I'm having a good time with the Kernel Panics.
Now, whenever the machine boots after a panic there is no Menu Bar, the Dock is only partially functional and the UI sometimes doesn't handle keystrokes or window clicks. In those cases I need to log in remotely (usually from my iPad) and issue the following command:
Code:
sudo killall -KILL WindowServer
That brings the Menu Bar back, returns the Dock to full functionality and makes keystroke appear where wanted. I think what I've learned from that is that the Kernel Panics may have something to do with the WindowServer process. Perhaps when I'm able to install MacOS Ventura that problem will disappear.
I'm in no hurry. (I guess that must be obvious.)