frantisek holop wrote: > is there an easy way to make a complete and full transcript of > an upgrade or install using bsd.rd without a serial console?
If the machine in question has a serial port, I'd recommend getting a serial cable and doing it that way. If your spare machine has no serial port to connect to the target machine, then you'll need a USB to serial adapter or something similar. A wild guess might be to put tee(1) on a partition or device that you can mount from bsd.rd and try the installation script through tee. Alternately you can run an installation through qemu, but that won't be the same. Regards, -Lars