Re: ./build.sh -O ../obj tools producing error
Martin Husemann <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.toolchain |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Jul 28, 2023 at 12:42:17PM -0700, Michael Cheponis wrote: > Thanks for the reminder about /rescue. I had the bright idea that I > could reboot in single-user mode, and simply mount the filesystem, change > the name, and then reboot. > > That might have worked...except: > > [ 2.1444241] panic: init died (signal 0, exit 1) > > Machine won't boot. Now you need to stop the boot, drop to the boot prompt and then use something like "boot netbsd -sa" to boot into single user mode with prompt for / and init. Specify root device as usual and use /rescue/init as init. Martin