From owner-freebsd-questions@FreeBSD.ORG Wed Aug 9 06:52:57 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1890016A4E1 for ; Wed, 9 Aug 2006 06:52:57 +0000 (UTC) (envelope-from hunreal@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.186]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DC4A43D45 for ; Wed, 9 Aug 2006 06:52:56 +0000 (GMT) (envelope-from hunreal@gmail.com) Received: by nf-out-0910.google.com with SMTP id g2so56317nfe for ; Tue, 08 Aug 2006 23:52:55 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=mpgZ2ZcWpYJD9fMQh/lhaSTExfbQ74ujsKC/veqQsbqJt94SGulHIyqLhpM7CcUsICmXgi/qS6QjbwSu25VVPHmiyybAZ/UINJS/pmdVM+A09rttblFD6+D7zl4vthXzRKI/pHVnXV6yYY1oBi0vhqbT/CPAWjZv4zfq5MtwmIo= Received: by 10.78.157.8 with SMTP id f8mr191112hue; Tue, 08 Aug 2006 23:52:55 -0700 (PDT) Received: by 10.78.149.12 with HTTP; Tue, 8 Aug 2006 23:52:55 -0700 (PDT) Message-ID: <9b6b59500608082352p1a9df5b4u9588278278cdd86e@mail.gmail.com> Date: Wed, 9 Aug 2006 14:52:55 +0800 From: hshh To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Is it possible to make a big floppy image to boot the freebsd installer? 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: Wed, 09 Aug 2006 06:52:57 -0000 Hi, I am want to make a floppy image for booting freebsd installer to install by network. So I can use 3COM DynamicAccess boot services to make a pxeboot menu to boot this image. By using DynamicAccess, I can make a pxeboot menu for many boot environment, such as WinPE, Dos, etc. Is it possible to make a floppy image with full FreeBSD installer environment? From 6.1-RELEASE ISO, I found there are 3 images, boot.flp, kernelX.flp, it can't be used for me. Thanks.