From owner-freebsd-questions@FreeBSD.ORG Fri Mar 6 22:21:03 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 7E88C1065673 for ; Fri, 6 Mar 2009 22:21:03 +0000 (UTC) (envelope-from psteele@maxiscale.com) Received: from exprod7og111.obsmtp.com (exprod7og111.obsmtp.com [64.18.2.175]) by mx1.freebsd.org (Postfix) with SMTP id 365CA8FC1E for ; Fri, 6 Mar 2009 22:21:02 +0000 (UTC) (envelope-from psteele@maxiscale.com) Received: from source ([209.85.198.246]) by exprod7ob111.postini.com ([64.18.6.12]) with SMTP ID DSNKSbGhzlx54Ivjrxl5HbVYkG7ZhktwyuJu@postini.com; Fri, 06 Mar 2009 14:21:03 PST Received: by rv-out-0708.google.com with SMTP id c5so768617rvf.56 for ; Fri, 06 Mar 2009 14:21:00 -0800 (PST) Received: by 10.141.68.21 with SMTP id v21mr1494507rvk.273.1236378060269; Fri, 06 Mar 2009 14:21:00 -0800 (PST) Received: from localhost ([76.231.178.131]) by mx.google.com with ESMTPS id c20sm2617583rvf.1.2009.03.06.14.20.59 (version=SSLv3 cipher=RC4-MD5); Fri, 06 Mar 2009 14:20:59 -0800 (PST) Date: Fri, 6 Mar 2009 14:20:40 -0800 (PST) From: Peter Steele To: freebsd-questions@freebsd.org Message-ID: <5600293.831236378037376.JavaMail.HALO$@halo> In-Reply-To: <24302594.811236377623848.JavaMail.HALO$@halo> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: One USB drive boots, the other doesn't... 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: Fri, 06 Mar 2009 22:21:03 -0000 I have a process with creates bootable USB disks with FreeBSD 7.0. The creation of the USB disks is pretty straightforward. We have a master OS image saved as a tarball, and when we want to create a new USB disk, we simply create a single bootable UFS partition on the target USB drive and then extract and copy the tarball image onto the USB disk. We just got a bunch of new 4GB USB disks from a different manufacturer than we had been using and when we try to boot a system with this disk the BIOS reports a "missing operating system" error. Well, the OS is definitely not missing, so I assume that the BIOS can't read the boot info from the USB drive for some reason. Is there a way around this? Surely there must be away to get a bootable OS onto a USB drive, regardless of it's brand.