From owner-freebsd-questions@FreeBSD.ORG Sat Mar 7 03:23:02 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 993741065676 for ; Sat, 7 Mar 2009 03:23:02 +0000 (UTC) (envelope-from psteele@maxiscale.com) Received: from exprod7og104.obsmtp.com (exprod7og104.obsmtp.com [64.18.2.161]) by mx1.freebsd.org (Postfix) with SMTP id 487038FC1E for ; Sat, 7 Mar 2009 03:23:02 +0000 (UTC) (envelope-from psteele@maxiscale.com) Received: from source ([209.85.200.170]) by exprod7ob104.postini.com ([64.18.6.12]) with SMTP ID DSNKSbHolFD+7xD5Z0csBu21JRdjJw4yInY8@postini.com; Fri, 06 Mar 2009 19:23:02 PST Received: by wf-out-1314.google.com with SMTP id 23so830494wfg.25 for ; Fri, 06 Mar 2009 19:23:00 -0800 (PST) Received: by 10.142.234.16 with SMTP id g16mr1382416wfh.264.1236396180609; Fri, 06 Mar 2009 19:23:00 -0800 (PST) Received: from localhost ([76.231.178.131]) by mx.google.com with ESMTPS id k37sm1848001rvb.1.2009.03.06.19.22.59 (version=SSLv3 cipher=RC4-MD5); Fri, 06 Mar 2009 19:23:00 -0800 (PST) Date: Fri, 6 Mar 2009 19:22:40 -0800 (PST) From: Peter Steele To: jacko@gmail.com Message-ID: <5831124.1041236396158363.JavaMail.HALO$@halo> In-Reply-To: <13789940.1021236395573848.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 Cc: freebsd-questions@freebsd.org Subject: Re: 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: Sat, 07 Mar 2009 03:23:02 -0000 >from what I understand it's widely known there is not a standard for implementing USB bios boot. > >I can take a flash drive make it bootable with grub4dos and my board will not see it. >Take that same drive implement normal grub or syslinux and my board will now boot that flash drive. Take that >bootable flash drive put it in another board and that board won't boot it unless you change the boot option to USB >floppy... It could just be the board doesn't like the new drive you are using now. >I could be wrong on all this but that is how I understand it as of now.. >You might be able to make a work around by booting to a dos environment and load USB drivers. >That is unfamiliar territory to me and probably not a work around you wish to use. I've certainly seen in even the Windows world that if you make a bootable disk on one system it will not necessarily boot on another system, especially if the BIOS is different. If everything is identical though--disk type and BIOS--a bootable disk should be able to be moved from system to system. I've done this many times. I would think the same would hold true for Unix and USB. In this case we are preparing the USB flash disks on the same systems that they will be used to boot from. So there is no issue with BIOS incompatibilities or anything like that. From a BIOS perspective in fact I doubt it would even recognize that it is booting from a USB disk per se. It would just be another disk device. So I puzzled with what's going on here.