From owner-freebsd-stable Wed Jan 1 19:44:10 2003 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0AE7937B401 for ; Wed, 1 Jan 2003 19:44:07 -0800 (PST) Received: from tomts26-srv.bellnexxia.net (tomts26.bellnexxia.net [209.226.175.189]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0259143EA9 for ; Wed, 1 Jan 2003 19:44:06 -0800 (PST) (envelope-from matt@gsicomp.on.ca) Received: from xena.gsicomp.on.ca ([65.95.176.107]) by tomts26-srv.bellnexxia.net (InterMail vM.5.01.04.19 201-253-122-122-119-20020516) with ESMTP id <20030102034404.GXLI21645.tomts26-srv.bellnexxia.net@xena.gsicomp.on.ca>; Wed, 1 Jan 2003 22:44:04 -0500 Received: from hermes (hermes.gsicomp.on.ca [192.168.0.18]) by xena.gsicomp.on.ca (8.11.3/8.11.3) with SMTP id h023gZF00424; Wed, 1 Jan 2003 22:42:35 -0500 (EST) (envelope-from matt@gsicomp.on.ca) Message-ID: <002d01c2b211$4459f710$1200a8c0@gsicomp.on.ca> From: "Matthew Emmerton" To: =?iso-8859-1?Q?Erik_Ran=E0?= , References: <3E126368.8070007@hem.passagen.se> <005a01c2b1a8$6d01c5d0$1200a8c0@gsicomp.on.ca> <3E13A28C.3060705@hem.passagen.se> Subject: Re: installworld stops with error code 71 that boot2 does not exsist? Date: Wed, 1 Jan 2003 22:44:34 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Look in /usr/obj/usr/src/sys/boot/i386/boot2 for a boot2 binary. The directory (or the binary) probably aren't there. Matt ----- Original Message ----- From: "Erik Ranà" To: Cc: "Matthew Emmerton" Sent: Wednesday, January 01, 2003 9:23 PM Subject: Re: installworld stops with error code 71 that boot2 does not exsist? > I tryed that with the same result. > If i cat the logfile and grep for boot2 i see that it is created and > should be found. > > erikrana# cat buildworld.out | grep boot2 > ===> sys/boot/i386/boot2 > rm -f boot1 boot1.out boot1.o boot2.ldr boot2.bin boot2.ld boot2.out > boot2.o boot2.h sio.o boot2 > ===> sys/boot/i386/boot2 > /usr/obj/usr/src/sys/boot/i386/boot2 created for > /usr/src/sys/boot/i386/boot2 > ===> sys/boot/i386/boot2 > ===> sys/boot/i386/boot2 > ===> sys/boot/i386/boot2 > erikrana# cd /usr/src/sys/boot/i386/ > erikrana# ls > Makefile boot2 kgzldr mbr > Makefile.inc btx libi386 pxeldr > boot0 cdboot loader > erikrana# cd boot2/ > erikrana# ls > Makefile boot2.c sio.s > boot1.s lib.h > > My powercompany made some error and gave me a short blackout, the server > rebooted and seems to work fine.. > Is there a way to test if everything is correct after this? or just wait > and see if it crashes or screams in the logfiles? > Can anyone tell me how mutch is left of make installworld after the > boot2 step? > > /Erik Ranà > > > Matthew Emmerton wrote: > > >>When i try to run #make installworld. The "make installworld" stops with > >>error code 71. > >>It does not find some file or dir as shown below. > >> > >>Is this in the end of installworld and i can just /ignore or am i in big > >>trouble? > >> > >> > > > >You should do a 'make buildworld' again. It looks like your 'make > >buildworld' failed and hasn't built all of the required parts and pieces; > >thus installation fails because the parts and pieces aren't there. > > > > > > > >>/Erik Ranà > >> > >>cf/sendmail.schema /usr/share/sendmail/cf/sendmail.schema > >>===> sys > >>===> sys/boot > >>===> sys/boot/ficl > >>===> sys/boot/i386 > >>===> sys/boot/i386/mbr > >>install -o root -g wheel -m 444 mbr /boot > >>===> sys/boot/i386/boot0 > >>install -o root -g wheel -m 444 boot0 /boot > >>===> sys/boot/i386/btx > >>===> sys/boot/i386/btx/btx > >>===> sys/boot/i386/btx/btxldr > >>===> sys/boot/i386/btx/lib > >>===> sys/boot/i386/boot2 > >>install -o root -g wheel -m 444 boot1 /boot/boot1 > >>install -o root -g wheel -m 444 boot2 /boot/boot2 > >>install: boot2: No such file or directory > >>*** Error code 71 > >> > >>Stop in /usr/src/sys/boot/i386/boot2. > >>*** Error code 1 > >> > >>Stop in /usr/src/sys/boot/i386. > >>*** Error code 1 > >> > >>Stop in /usr/src/sys/boot. > >>*** Error code 1 > >> > >>Stop in /usr/src/sys. > >>*** Error code 1 > >> > >>Stop in /usr/src. > >>*** Error code 1 > >> > >>Stop in /usr/src. > >>*** Error code 1 > >> > >>Stop in /usr/src. > >>*** Error code 1 > >> > >>Stop in /usr/src. > >> > >> > > > >-- > >Matt Emmerton > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message