From owner-freebsd-current@FreeBSD.ORG Fri Nov 21 17:35:59 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD57816A4CE for ; Fri, 21 Nov 2003 17:35:59 -0800 (PST) Received: from carver.gumbysoft.com (carver.gumbysoft.com [66.220.23.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 390BE43F75 for ; Fri, 21 Nov 2003 17:35:59 -0800 (PST) (envelope-from dwhite@gumbysoft.com) Received: by carver.gumbysoft.com (Postfix, from userid 1000) id 2ACCE72DB8; Fri, 21 Nov 2003 17:35:59 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by carver.gumbysoft.com (Postfix) with ESMTP id 2876A72DB5; Fri, 21 Nov 2003 17:35:59 -0800 (PST) Date: Fri, 21 Nov 2003 17:35:59 -0800 (PST) From: Doug White To: Don Bowman In-Reply-To: Message-ID: <20031121173342.X61191@carver.gumbysoft.com> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: "'freebsd-current@freebsd.org'" Subject: Re: dumb question 'Bad system call' after make world X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Nov 2003 01:35:59 -0000 On Fri, 21 Nov 2003, Don Bowman wrote: > > So i have a machine freshly installed from 5.1 mini iso. > I did a cvs co of latest current sources, and accidentally > did a 'make world' instead of 'make buildworld'. > Now i just get 'Bad system call' when i try to do anything. > i need to get the correct kernel on there, does anyone have a > suggestion for how to fix this? If you have it, boot off of the mini iso, pull down and burn CD 2, then use the fixit facility to start a fixit shell with teh CD. From there manually install the new kernel (it'll be in /usr/obj/usr/src/sys/KERNELNAME/kernel) and boot from it. From there you should be able to finish the installworld. -- Doug White | FreeBSD: The Power to Serve dwhite@gumbysoft.com | www.FreeBSD.org