From owner-freebsd-current Thu May 30 11:42:32 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA08629 for current-outgoing; Thu, 30 May 1996 11:42:32 -0700 (PDT) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id LAA08620 for ; Thu, 30 May 1996 11:42:30 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.7.5/8.6.9) with SMTP id LAA24762; Thu, 30 May 1996 11:40:45 -0700 (PDT) To: Jian-Da Li cc: current@freebsd.org Subject: Re: boot with multiple freebsd partitions In-reply-to: Your message of "Fri, 31 May 1996 02:19:07 +0800." <199605301819.CAA28604@FreeBSD.csie.NCTU.edu.tw> Date: Thu, 30 May 1996 11:40:44 -0700 Message-ID: <24760.833481644@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > I guess that the boot block is looking for kernel in the first > BSD partition, which causes problem in this case. Yes, the boot blocks always seek out the first partition of type 0xA5 and try to find the root partition on it. > So, will our boot block become smarter someday ?! Mmmmmmmaybe.. :-) Jordan