From owner-freebsd-questions@FreeBSD.ORG Tue Oct 13 15:38:56 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7F6B2106566B for ; Tue, 13 Oct 2009 15:38:56 +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 3C6628FC1F for ; Tue, 13 Oct 2009 15:38:56 +0000 (UTC) Received: from [192.168.1.14] (unknown [95.66.135.47]) by softlynx.ru (Postfix) with ESMTPSA id CF8A19547C for ; Tue, 13 Oct 2009 19:27:42 +0400 (MSD) Message-ID: <4AD49C62.3020405@softlynx.ru> Date: Tue, 13 Oct 2009 19:27:30 +0400 From: Volkov Alexei User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 To: freebsd-questions@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-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Oct 2009 15:38:56 -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.