From owner-freebsd-stable Mon Nov 26 4: 5:51 2001 Delivered-To: freebsd-stable@freebsd.org Received: from mip.co.za (puck.mip.co.za [209.212.106.44]) by hub.freebsd.org (Postfix) with ESMTP id 8894D37B41B for ; Mon, 26 Nov 2001 04:05:33 -0800 (PST) Received: from patrick (patrick.mip.co.za [10.3.13.181]) by mip.co.za (8.9.3/8.9.3) with SMTP id OAA89379 for ; Mon, 26 Nov 2001 14:05:42 +0200 (SAST) (envelope-from patrick@mip.co.za) From: "Patrick O'Reilly" To: "FreeBSD Stable List" Subject: make installworld error at mbr - RELENG_4, src-all Date: Mon, 26 Nov 2001 14:09:26 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Importance: Normal 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 Hi all. I've run cvsup as for RELENG_4 and src-all. Then: 1) make buildworld 2) make buildkernel 3) make installkernel 4) init 1 5) make installworld During the last installworld step it stops, error log as follows: ---------------------------- ... ===> sys8 ===> sys/boot ===> sys/boot/ficl ===> sys/boot/i386 ===> sys/boot/i386/mbr install -c -o root -g wheel -m 444 mbr /boot *** Error code 71 byte 3118 Stop in /usr/src/sys/boot/i386/mbr. *** Error code 1 byte 3172 ... ---------------------------- Now, I'm quite new to cvsup, and this is a freshly installed box (4.3 CD set) which I am trying to update, so it is entirely possible that the fault lies with myself, and not the system! I tried looking at the makefile in /usr/src/sys/boot/i386/mbr and it looks OK to the untrained eye. I did not see anything that shouted corruption, so I think the cvsup was clean. BTW: I have a modified kernel config file (/etc/make.conf has "KERNCONF=yam"). Basically, it is GENERIC with extra devices stripped out, and UFS_DIRHASH added in. I don't think I've messed that up. Any pointers? Patrick. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message