From owner-freebsd-questions@FreeBSD.ORG Tue Jan 18 09:09:38 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EEC0316A4CE for ; Tue, 18 Jan 2005 09:09:37 +0000 (GMT) Received: from web54002.mail.yahoo.com (web54002.mail.yahoo.com [206.190.36.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 72EC943D31 for ; Tue, 18 Jan 2005 09:09:37 +0000 (GMT) (envelope-from ss25472004@yahoo.com) Received: (qmail 39476 invoked by uid 60001); 18 Jan 2005 09:09:36 -0000 Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; b=UWHkiaevB/uHND1XgjGo7ckRhE3oMQlOJoGokT0bwEr+jiCswSiwucCLXj3IeCJkL3eFGFiUsmIG6W8H5vep420wXDWmkytcHixPvSMG1QvvOkQTNa3yFmuGfiqDAxdys0KaiQ/fcTdI2ZYKfBcacydK6M4l9deGlacLX2Da2b4= ; Message-ID: <20050118090936.39474.qmail@web54002.mail.yahoo.com> Received: from [203.151.164.183] by web54002.mail.yahoo.com via HTTP; Tue, 18 Jan 2005 01:09:36 PST Date: Tue, 18 Jan 2005 01:09:36 -0800 (PST) From: surapong singshinsuk To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Bootstrap question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Jan 2005 09:09:38 -0000 Hi, During the installation process, there are 3 choices to choose what to install on MBR 1. install boot0 as a bootmanager on MBR 2. install mbr as a standard mbr on MBR 3. install nothing on MBR I've some questions regarding to bootstrap sequence 1. In my understanding, mbr is a standard mbr installed on MBR. it jumps directly to marked active slice to load boot2. boot0 is a bootmanager installed on MBR. it is used to load boot2 on selected slice. boot1 works as mbr but it is used on floppy disk to load boot2. boot2 is used to load loader. so excluding cdboot and pxeboot,there are 3 possible sequences to boot FreeBSD 1. mbr -> boot2 -> loader 2. boot0 -> boot2 -> loader 3. boot1 -> boot2 -> loader Is my understanding correct ? 2. During the installation process, I choose "install standard MBR (no boot manager)" and I later use boot0cfg -B da0 to install boot0 on MBR. Now I want to get rid of bootmanager. How can I re-install mbr on MBR ? I tried both of this commands but didn't work boot0cfg -B -b /boot/mbr da0 dd if=/boot/mbr of=/dev/da0 bs=512 count=1 but I can back up what is on MBR using this command dd if=/dev/da0 of=/tmp/mbr.bak bs=512 count=1 Please enlight me. Thank You --------------------------------- Do you Yahoo!? Yahoo! Mail - Find what you need with new enhanced search. Learn more.