Today I wanted to upgrade my system from 9.0-RELEASE-p3 (i386) to 9.1.
I ran the following successfully:
After running [CMD="make buildworld"][/CMD] I got this:
But then when I ran:
I got this:
Can someone help please? I've never had this error before when upgrading and using a custom kernel. Thanks!
I ran the following successfully:
Code:
# mv /usr/src /usr/src.old
# svn checkout svn://svn.freebsd.org/base/releng/9.1 /usr/src
# mergemaster -p
# cd /usr/src
# make buildworld
After running [CMD="make buildworld"][/CMD] I got this:
Code:
>>> World build completed on Sat Dec 29 13:38:38 GMT 2012
But then when I ran:
Code:
make buildkernel KERNCONF=ALPHA (my custom kernel name)
I got this:
Code:
ERROR: Missing kernel configuration file(s) (ALPHA).
*** Error code 1
Stop in /usr/src.
*** Error code 1
Stop in /usr/src.
Can someone help please? I've never had this error before when upgrading and using a custom kernel. Thanks!