From owner-freebsd-questions@FreeBSD.ORG Wed Mar 11 21:28:53 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 7C10E106568F for ; Wed, 11 Mar 2009 21:28:53 +0000 (UTC) (envelope-from admin.dragos@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.189]) by mx1.freebsd.org (Postfix) with ESMTP id 088C68FC26 for ; Wed, 11 Mar 2009 21:28:52 +0000 (UTC) (envelope-from admin.dragos@gmail.com) Received: by nf-out-0910.google.com with SMTP id d21so40802nfb.33 for ; Wed, 11 Mar 2009 14:28:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to :user-agent:mime-version:to:subject:content-type :content-transfer-encoding; bh=aXciczFO3OUxo268hbU00KJ6KmgL323fVTM5uszBzdY=; b=B6JR9kOUi04J4G/BMCsQMbDgJAyazbbK1u25ANiTD4cizJueNA19HU7Nm4NGPD3BEQ ZOOdzevbisluSaNx635hS2MqPDzRsCli3IQf8IDVFxAKTEr7MrUfawkH4ac4Q36QeHjH G8wn+cSf/Sbyz/hIt1w4FPIVagsFrwbI8qF1s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=sFJG5eDptI/8PGezd1542c9v48eyJYJp5cTzaQpDnJTnUc51j5s92HEBB+H6a0KrVW WTnMr9m4Qjz3Iy9GV2wXXOIuvZ8Fr9kOwCFZgIaYBC7eSjpu/nLPbJsiqC7WG951VdXQ 7K+ieQyzw3oGqmuoKvZ28bavu4XdKqaEBjhdo= Received: by 10.216.30.81 with SMTP id j59mr3684270wea.50.1236805435831; Wed, 11 Mar 2009 14:03:55 -0700 (PDT) Received: from ?192.168.1.251? ([82.78.118.134]) by mx.google.com with ESMTPS id d24sm470659nfh.3.2009.03.11.14.03.54 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 11 Mar 2009 14:03:55 -0700 (PDT) Message-ID: <49B8273C.8080003@gmail.com> Date: Wed, 11 Mar 2009 23:03:56 +0200 From: Dragos User-Agent: Thunderbird 2.0.0.19 (Windows/20081209) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit Subject: Can't work out which disk we are booting from X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: admin.dragos@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Mar 2009 21:28:54 -0000 Hi, I have installed freebsd 7.1 on a 8GB usb flash drive. Now, it seems that the freebsd loader is unable to identify the usb disk where is booting from(da0s1a). The loader runs fine from the stick but gets confused on the drive it runs from, and the kernel it's not loaded. Here is what the loader prints out: [...] Bios drive A: is disk0 [...] Can't work out which disk we are booting from. Guessed BIOS device 0x80 not found by probes, defaulting to disk0: can't load 'kernel' I installed grub too and grub is loading the freebsd loader just fine, but the freebsd loader still get confused. Unfortunately I wasn't able to load the kernel (/boot/kernel/kernel) directly from grub. Best regards, Dragos