Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 May 1999 11:05:51 +0300
From:      Ruslan Ermilov <ru@ucb.crimea.ua>
To:        Wayne Cuddy <wayne@crb-web.com>
Cc:        FreeBSD Questions <freebsd-questions@FreeBSD.ORG>
Subject:   Re: update boot block after 'make buildworld'
Message-ID:  <19990517110551.D14592@relay.ucb.crimea.ua>
In-Reply-To: <Pine.LNX.3.95.990516223727.20283A-100000@crb.crb-web.com>; from Wayne Cuddy on Sun, May 16, 1999 at 10:38:17PM -0400
References:  <Pine.LNX.3.95.990516223727.20283A-100000@crb.crb-web.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, May 16, 1999 at 10:38:17PM -0400, Wayne Cuddy wrote:
> How do I update the boot block after building a new world?
> 
Why do you need to update your bootblocks after `buildworld'?
Why not `installworld' first?  Anyway...

After ``buildworld'':
disklabel -B \
  -b /usr/obj/usr/src/sys/boot/i386/boot2/boot1 \
  -s /usr/obj/usr/src/sys/boot/i386/boot2/boot2
  da0

After ``installworld'':
disklabel -B da0

Substitute `wd0' if your root disk is IDE (or whatever your
root disk is).

-- 
Ruslan Ermilov		Sysadmin and DBA of the
ru@ucb.crimea.ua	United Commercial Bank
+380.652.247.647	Simferopol, Ukraine

http://www.FreeBSD.org	The Power To Serve
http://www.oracle.com	Enabling The Information Age


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?19990517110551.D14592>