From owner-freebsd-stable@FreeBSD.ORG Mon Jun 25 11:36:27 2007 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E9ED616A400 for ; Mon, 25 Jun 2007 11:36:27 +0000 (UTC) (envelope-from morgan.s.reed@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.241]) by mx1.freebsd.org (Postfix) with ESMTP id AE75513C448 for ; Mon, 25 Jun 2007 11:36:27 +0000 (UTC) (envelope-from morgan.s.reed@gmail.com) Received: by an-out-0708.google.com with SMTP id c14so351830anc for ; Mon, 25 Jun 2007 04:36:27 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=ATk8YjohrW0nVTCUfWKkDqD2LU4HnJRbr1cK+Y/+BXLDMJTZoVwfn7HFzMLFf+Nc7DY5Yd41IU5sGbWzREmho2z/mBHGSci+AsiZknljzouSK0PR2bRY6OfEq3dpX8lj3RjTurkdtXJ7tYPYxtlFuHYDHENt9pNOWeQK8s31k3Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=uuEsqpsdBZdDGzyXf8t2msAoeHjyWp/MxSGKAuGhsFWBDFe2czhWao9ey0dJXumaPAclZJlhL34pbcn4V2PL6hWR1N1ieOfUEQ4XPyrSVgWIajVB4IyyUhrsu4afF/VM4eC1+miBLpl/wydPz7cF4l8ZjthWPAGa9Ck3eIkh+dI= Received: by 10.100.152.9 with SMTP id z9mr3059677and.1182771387131; Mon, 25 Jun 2007 04:36:27 -0700 (PDT) Received: by 10.100.173.17 with HTTP; Mon, 25 Jun 2007 04:36:27 -0700 (PDT) Message-ID: Date: Mon, 25 Jun 2007 21:36:27 +1000 From: "Morgan Reed" To: stable@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: Subject: miniBSD vs 6.2-STABLE X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Jun 2007 11:36:28 -0000 I now have my target PXE booting from my FreeBSD host (chalk one up to not writing config files at ungodly hours of the night, thanks to Danny for spotting the error.) The boot is proceeding to the boot menu but after this the kernel freezes; With acpi.ko in the image the acpi module loads, the next spinner appears and the system freezes. Without acpi.ko I get the message "ACPI autoload failed - no such file or directory", the next spinner appears and the system freezes. My kernel is a stripped GENERIC, essentially minus a bunch of network drivers (the driver for the adapter in the machine is still there ;o) ), and all the SCSI controllers. Any suggestions would be greatly appreciated. Morgan