Date: Fri, 19 Jan 2001 16:17:50 -0800 From: randy // fBSD <freebsd@randys.org> To: Bryce Newall <data@dreamhaven.org> Cc: FreeBSD Questions List <freebsd-questions@freebsd.org> Subject: Re: 4.2-Release -> 4.2-Stable problems Message-ID: <20010119161750-r01010600-3fe2deb6@192.168.100.2> In-Reply-To: <Pine.BSF.4.31.0101191601120.18326-100000@dreamhaven.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On 1/19/01, Bryce Newall wrote:
> Greetings,
>
> I've got a brand new installation of 4.2-RELEASE running on a system, and
> am trying to upgrade it to 4.2-STABLE. I used cvsup to download the
> source, and after almost 7 hours of compiling (ouch! Pentium 166), make
> buildworld dies with the following:
>
> ===> sys/boot/i386/boot2
> as --defsym FLAGS=0x80 /usr/src/sys/boot/i386/boot2/boot1.s -o boot1.o
> ld -nostdlib -static -N -e start -Ttext 0x7c00 -o boot1.out boot1.o
> objcopy -S -O binary boot1.out boot1
> dd if=/dev/zero of=boot2.ldr bs=512 count=1 2>/dev/null
> *** Error code 126
>
> Stop in /usr/src/sys/boot/i386/boot2.
> *** Error code 1
>
> Stop in /usr/src/sys/boot/i386.
> *** Error code 1
>
> It doesn't indicate what exactly the problem is, just the Error code 126.
> Anyone have any thoughts/ideas? I'm mystified. Thanks in advance!
>
> *********************************************************
> * Bryce Newall * Email: data@dreamhaven.org *
> * ICQ: 461599 * www.dreamhaven.org/~data *
> * "Computers make very fast, very accurate mistakes." *
> *********************************************************
>
>
>
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message
>
7 hours?!? I have a 166MMX with 32MB SDRAM and it only took like 4...I think there
maybe something wrong here...I was in your same situation though...4.2-RELEASE to
4.2-STABLE. Here's what I did...exactly:
cvsup sources to /usr/src
cd /usr/src
make -DNOPROFILE=true buildworld <- ~4 hours
make buildkernel installkernel=MYKERNEL <- ~30-1hour
shutdown now <- to get into single user mode
mount -u /
mount -a -t ufs
swapon -a
make -DNOPROFILE=true installworld <- ~1 hour
then I used mergemaster to merge the correct config files (/etc and whatnot)
cd /dev
sh MAKEDEV all
cd /stand/sysinstall
make all install
reboot
Granted, this was from a pretty fresh install from the 4.2 ISO, but it wasn't all
that bad.
I know that doesn't really answer your question, but maybe this will help...
-randy
==========================================
freebsd@randys.org
spitfire.randys.org
For-pay Internet distributed processing.
http://www.ProcessTree.com/?sponsor=11087
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010119161750-r01010600-3fe2deb6>
