From owner-freebsd-current Tue Jan 8 12:24:48 2002 Delivered-To: freebsd-current@freebsd.org Received: from aldan.algebra.com (aldan.algebra.com [216.254.65.224]) by hub.freebsd.org (Postfix) with ESMTP id 6158F37B402; Tue, 8 Jan 2002 12:24:44 -0800 (PST) Received: (from mi@localhost) by aldan.algebra.com (8.11.6/8.11.5) id g08KL5p00407; Tue, 8 Jan 2002 15:21:05 -0500 (EST) (envelope-from mi) From: Mikhail Teterin Message-Id: <200201082021.g08KL5p00407@aldan.algebra.com> Subject: Re: today's current: boot/loader and console In-Reply-To: To: John Baldwin Date: Tue, 8 Jan 2002 15:21:05 -0500 (EST) Cc: current@FreeBSD.org X-Face: %UW#n0|w>ydeGt/b@1-.UFP=K^~-:0f#O:D7w hJ5G_<5143Bb3kOIs9XpX+"V+~$adGP:J|SLieM31VIhqXeLBli" List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > 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 majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message