On Tue, Jul 29, 2025 at 12:43:56PM -0400, Tom Moore wrote: > Hi, > If I turn on the logging function in the tools menu of the NetBSD installer > how can I go back and evaluate these messages after I reboot into the running > system?
In many cases you can't, because the install system runs on a ramdisk. In -current you can use "run /bin/sh" from the config menu at the end of the installation and cp the logfile from /tmp to /targetroot, which means after reboot you should find it in /. Martin