From owner-freebsd-questions@FreeBSD.ORG Thu Jun 3 16:17:17 2010 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 979AA1065677 for ; Thu, 3 Jun 2010 16:17:17 +0000 (UTC) (envelope-from tjado.ml.freebsd-questions@maecke.net) Received: from mail.xuat.net (maecke.net [85.25.179.71]) by mx1.freebsd.org (Postfix) with ESMTP id 5DF088FC0A for ; Thu, 3 Jun 2010 16:17:17 +0000 (UTC) Received: from [192.168.10.33] (g230073159.adsl.alicedsl.de [92.230.73.159]) by mail.xuat.net (Postfix) with ESMTPSA id ABC206F50 for ; Thu, 3 Jun 2010 18:07:00 +0200 (CEST) Message-ID: <4C07D318.5080307@maecke.net> Date: Thu, 03 Jun 2010 18:06:48 +0200 From: =?ISO-8859-15?Q?Tjado_M=E4cke?= User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: USB-Boot over fat32 parition 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: Thu, 03 Jun 2010 16:17:17 -0000 Hi there, I'm trying to boot FreeBSD 8.0 over or rather from an USB stick. The memstick freebsd version doesn't work because my pc reboots after it wants to boot from the stick (written with Windows dd on the stick). This happens also, if i format the stick myself with ufs2 and install the boot stuff... So I setup the kernel on a GPT partition but then, my pc freeze before the bios searchs for any connected devices. With the "zfsboot" i get some strange characters on the screen but nothing happens anymore ( http://wiki.freebsd.org/ZFSOnRootWithZFSboot ). I tried also different USB sticks (different manufacturers).... My mainboard is a Abit KN9 Ultra with latest bios update from 2007 :( Memtest86+ works with USB boot that is on a fat32 partition Can i setup a fat32 partition that boots then the kernel from this or an other ufs2 label on the stick? I read also about http://doc.ctrlaltdel.ch/freebsd/handbook/internals.html but I didn't find any further information for FreeBSD 8.0. Thanks for any information :) tjado