From owner-freebsd-arch@FreeBSD.ORG Tue Oct 20 07:35:21 2009 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 43C4B1065694 for ; Tue, 20 Oct 2009 07:35:21 +0000 (UTC) (envelope-from Alexei.Volkov@softlynx.ru) Received: from softlynx.ru (softlynx.ru [95.66.187.155]) by mx1.freebsd.org (Postfix) with ESMTP id F37FA8FC13 for ; Tue, 20 Oct 2009 07:35:20 +0000 (UTC) Received: from [127.0.0.1] (gw.vladimir.psbank.ru [95.66.157.3]) by softlynx.ru (Postfix) with ESMTPSA id 60C1096100 for ; Tue, 20 Oct 2009 11:26:38 +0400 (MSD) Message-ID: <4ADD662E.9020003@softlynx.ru> Date: Tue, 20 Oct 2009 11:26:38 +0400 From: Alexei Volkov User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 To: freebsd-arch@freebsd.org Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Automatic dual kernel cd boot amd64/i386 X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Oct 2009 07:35:21 -0000 Hello. Is it possible to get bootable cd with auto selectable amd64/i386 boot? For instance , i have a bootable cd with two kernels: * first is located in /boot/kernel.amd64 * second in /boot/kernel.i386 loader.conf has line /kernel=kernel.amd64/ When it boots on amd64 incompatible hardware it start loading the kernel and returns to the loader prompt showing error "Long mode not supported" or something like that. Is it possible to configure loader.conf or any other place to get automatically started with second kernel.i386 from that point instead of waiting for user interaction? WBR, Alexei Volkov.