I have a 10.1/i386 VM I'd like you upgrade to 11.x and am running into
problems at bootup with dmesg reporting the following error:

kern.module.path=/stand/i386/11.0/modules
exec /sbin/init: error 2
init: trying /sbin/oinit
exec /sbin/oinit: error 2
init: trying /rescue/init
exec /rescue/init: error 2
init path (default /sbin/init): 


Below is what I've tried with respect to said upgrade:

# sysupgrade clean
# sysupgrade fetch
# sysupgrade modules
# sysupgrade kernel
# mount /dev/dk0 /etc/cgd
# cd /etc/cgd
# cat boot.cfg
menu=Boot CGD:rndseed /var/db/entropy-file;load cgdroot.kmod;boot
menu Drop to prompt:prompt
default=1
timeout=5
clear=1
# curl 
https://nyftp.netbsd.org/pub/NetBSD-daily/netbsd-11/latest/i386/intallation/miniroot/cgdroot.kmod
 -o cgdroot-11.kmod
# chmod 555 cgdroot-11.kmod
# cp -p netbsd onetbsd
# cp -p /netbsd netbsd
# cp -p cgdroot.kmod cgdroot-old.kmod
# mv cgdroot-11.kmod cgdroot.kmod
# cp -p boot boot-old
# sysupgrade sets  ## etcupdate NOT run
...
# cp /usr/mdec/boot boot
# reboot

The kern.module.path is right though that won't apply until the
CGD miniroot environment is launched if I'm understanding correctly.

What am I missing?

-b

Reply via email to