From owner-freebsd-ia64@FreeBSD.ORG Mon Apr 10 09:27:02 2006 Return-Path: X-Original-To: freebsd-ia64@freebsd.org Delivered-To: freebsd-ia64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A1C3716A407 for ; Mon, 10 Apr 2006 09:27:02 +0000 (UTC) (envelope-from avz@dvo.ru) Received: from mail.dvo.ru (mail.dvo.ru [62.76.7.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4296443D55 for ; Mon, 10 Apr 2006 09:26:55 +0000 (GMT) (envelope-from avz@dvo.ru) Received: from [212.107.208.153] ([212.107.208.153]) by mail.dvo.ru (8.13.6/8.13.5) with ESMTP id k3A9Qlr0014971 for ; Mon, 10 Apr 2006 20:26:48 +1100 Message-ID: <443A24E3.3000607@dvo.ru> Date: Mon, 10 Apr 2006 20:26:59 +1100 From: Alexander Zatserkovniy User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20051031 X-Accept-Language: ru, en-us, en MIME-Version: 1.0 To: freebsd-ia64@freebsd.org X-Enigmail-Version: 0.92.0.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.1.0-gr0 X-Spam-Checker-Version: SpamAssassin 3.1.0-gr0 (2005-09-13) on mail.dvo.ru Subject: Kernel boot from EFI partition. How to point real root partition? X-BeenThere: freebsd-ia64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the IA-64 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Apr 2006 09:27:02 -0000 Hi! HP-RX2600 (2xItanium2) EFI loader, kernel has copied from Live CD on EFI partition. Loaders "lsdev" show only EFI partition. So in currdev, rootdev I can point only it. Kernel loading and I get prompt to point root partition by hand. Put ufs:ad0s2b at the prompt and system loaded. Is a way to point ad0s2b as parameter for the kernel? I think, I can to assemble kernel in the root partition, statically point root partition , put the kernel in EFI, and boot kernel with -r. I'm FreeBSD nivice, so may I miss simpler way? Thanks! Alexander