> Are your loader and 4th files in sync? There was a change to the 4th > scripts that I thought I sent a heads up about. Anyways, do this to > get the error message: go into /sys/boot/i386/loader, edit main.c, and > change the exit() function to do a while(1); loop before callign > __exit(). Compile a new loader and install it and then see what > message you get.
Well, interestingly enough, the problem disappeared after I simply did make && make install in /sys/boot/i386/ ... All I did before was the usual buildworld, installworld, buidlkernel, installkernel, mergemaster, reboot. Yours, -mi To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message