View Single Post
  #2   (View Single Post)  
Old 2nd August 2008
graudeejs's Avatar
graudeejs graudeejs is offline
Real Name: Aldis Berjoza
ISO Quartermaster
 
Join Date: Jul 2008
Location: Riga, Latvia
Posts: 589
Default

Dude you configured kernel wrong from start
wtf is this:
Code:
cpu             HAMMER
ident           GENERIC
it should be (i assume you have x86 system):
Code:
machine i386
cpu I686_CPU
ident MyPcWhateverYouCalllIt
If you have older than Pentium machine, use I586_CPU or I486_CPU

And Save your config as MyPcWhateverYouCalllIt

cd to /usr/src and:
Code:
make kernel KERNCONF=MyPcWhateverYouCallIt
and then reboot (with luck it would work fine)

In case you are afraid that your kernel might not boot
just compile GENERIC kernel


http://www2.lv.freebsd.org/doc/en_US...ig-config.html
http://www2.lv.freebsd.org/doc/en_US...om-kernel.html


P.S. Nice topic name

Last edited by graudeejs; 2nd August 2008 at 09:39 AM.
Reply With Quote