Im doing 7.0 -> 8.3 remote upgrade.
I've downloaded 8.3 sources vi csup and did he following
After reboot / couldn't be mounted from hard drive (/dev/da0s1a)
I requested KVM access to box, rebooted, escaped to loader prompt and loaded old (7.00 kernel. Old kernel mounted rootfs correctly and loaded OS successfully. Obviously i couldn't login because of new "world".
New kernel is 8.3 generic + ipfw & ipsec, compiled without modules (NO_MODULES=true in make.conf)
How can one bring the host up?
I've downloaded 8.3 sources vi csup and did he following
Code:
cd /usr/scr
make buildworld
make buildkernel KERNCONF=storage
make installkernel KERNCONF=storage
cd /usr/local/etc/rc.d
for i in `/bin/ls`; do ./$i stop; done
mergemaster -p
cd /usr/src
make installworld
yes | make delete-old
shutdown -r now
After reboot / couldn't be mounted from hard drive (/dev/da0s1a)
I requested KVM access to box, rebooted, escaped to loader prompt and loaded old (7.00 kernel. Old kernel mounted rootfs correctly and loaded OS successfully. Obviously i couldn't login because of new "world".
New kernel is 8.3 generic + ipfw & ipsec, compiled without modules (NO_MODULES=true in make.conf)
How can one bring the host up?