Boot GENERIC

I just installes freebsd on a old box and messed aroud with a few update options. Now when i want to boot the system i have to write every time boot GENERIC before the system boots.
I want this fully automatic ofcourse but how can i realize this?
 
Please post the full error you're getting. We're not clairvoyant.
 
OK I`m sorry

The error is
Code:
loading /boot/defaults/loader.conf
Unable to load a kernel
/
can`t load 'kernel'

Type '?' for a list of commands, 'help'for more detailed help.
OK
 
You're probably missing /boot/kernel directory or it is empty, create the directory if it's missing and copy everything from /boot/GENERIC to /boot/kernel
 
/boot/kernel is empty alright. How do I copy everything at once from /boot/kernel to /boot/GENERIC.
 
Back
Top