Date: Wed, 1 Jan 2003 22:44:34 -0500 From: "Matthew Emmerton" <matt@gsicomp.on.ca> To: =?iso-8859-1?Q?Erik_Ran=E0?= <erikrana@hem.passagen.se>, <freebsd-stable@FreeBSD.ORG> Subject: Re: installworld stops with error code 71 that boot2 does not exsist? Message-ID: <002d01c2b211$4459f710$1200a8c0@gsicomp.on.ca> References: <3E126368.8070007@hem.passagen.se> <005a01c2b1a8$6d01c5d0$1200a8c0@gsicomp.on.ca> <3E13A28C.3060705@hem.passagen.se>
next in thread | previous in thread | raw e-mail | index | archive | help
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à" <erikrana@hem.passagen.se> To: <freebsd-stable@FreeBSD.ORG> Cc: "Matthew Emmerton" <matt@gsicomp.on.ca> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?002d01c2b211$4459f710$1200a8c0>