So, I decided to play around with Mini vMac and A/UX, but I couldn't get the ISO to be detected upon boot from the disk image. Decided to go with Basilisk II, and I've gotten this far for now. Everything I've seen online says it won't run on Basilisk II, but is this as far as they get? If not, then I'd say it's some progress. 

I assume I need to create the partitions for A/UX to work on the "Mac II" disk image.

@claudiom Basilisk II isn't capable of running A/UX, because A/UX requires an MMU (memory management unit) and B2 doesn't emulate that - it's the same reason you can't run Linux or NetBSD on B2.

Yes, you can run the “A/UX Startup" application from Mac OS, but you won’t ever be able to boot A/UX itself, even if you create all the partitions and copy the files over by hand.

There are two options for running A/UX under emulation:

1. QEMU (recommended)
setup guide for Mac hosts: https://www.emaculation.com/doku.php/m68k-qemu-on-osx#running_qemu-system-m68k_with_a_ux_3x_guests_in_macos
setup guide for Win hosts: https://www.emaculation.com/doku.php/m68k-qemu-on-windows#running_qemu-system-m68k_with_a_ux_3x_guests_in_windows

2. Shoebill (less recommended as it bypasses the Mac OS launcher and boots A/UX directly)
https://github.com/pruten/shoebill

Running qemu-system-m68k in macOS [E-Maculation wiki]

@smallsco Thanks for responding. Yeah, I was bored and wanted to see how far I could go.  Shoebill I've known about for a while now, but back then I couldn't get it to run right, more than likely my fault. It's not in the OpenBSD binary ports, so I'll have to try that in Linux. QEMU is also an option, but I'd rather Shoebill.

Nevertheless, I'm taking the Quadra 650 to work tomorrow to install it all there since, according to A/UX Penelope, the install takes quite a while.

@claudiom From my experience putting A/UX on my IIfx, the install itself doesn't take too long, it's everything else you need to do afterwards: the configuration, getting a local copy of jagubox set up, running updates..

There's a repo here with a script (systemupdate.sh) that will run the recommended updates for you once you've got a local mirror of jagubox: https://github.com/smallsco/Apple_AUX_3.1.1_Setup/blob/fix_typos/SystemUpdater/systemupdate.sh

(make sure you use the `fix_typos` branch from my fork - the original hasn't merged my changes yet and it will breaks due to some typos)

Apple_AUX_3.1.1_Setup/SystemUpdater/systemupdate.sh at fix_typos · smallsco/Apple_AUX_3.1.1_Setup

Notes on installing on a Quadra 610 with ZuluSCSI and shell scripts to update your fresh install of Apple A/UX 3.1.1 with components from jagubox and nleymann.de. - smallsco/Apple_AUX_3.1.1_Setup

GitHub
@smallsco You are a godsend! Thanks!