From owner-freebsd-stable@FreeBSD.ORG Mon Apr 18 19:00:11 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5DBA416A4CE for ; Mon, 18 Apr 2005 19:00:11 +0000 (GMT) Received: from mail2.sol.net (mail2.sol.net [206.55.64.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1AE7243D31 for ; Mon, 18 Apr 2005 19:00:07 +0000 (GMT) (envelope-from jgreco@aurora.sol.net) Received: from aurora.sol.net (aurora.sol.net [206.55.65.130]) by mail2.sol.net (8.11.0/8.11.0/SNNS-1.04) with ESMTP id j3IIxxK34902; Mon, 18 Apr 2005 13:59:59 -0500 (CDT) Received: (from jgreco@localhost) by aurora.sol.net (8.12.8p1/8.12.9/Submit) id j3IIxlgt056297; Mon, 18 Apr 2005 13:59:47 -0500 (CDT) From: Joe Greco Message-Id: <200504181859.j3IIxlgt056297@aurora.sol.net> To: josemi@freebsd.jazztel.es (Jose M Rodriguez) Date: Mon, 18 Apr 2005 13:59:47 -0500 (CDT) In-Reply-To: <200504180830.03116.freebsd@redesjm.local> from "Jose M Rodriguez" at Apr 18, 2005 08:30:01 AM X-Mailer: ELM [version 2.5 PL6] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: stable@freebsd.org Subject: Re: PXE booting a 5.4-RC2 system ... X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 18 Apr 2005 19:00:11 -0000 > try what is used in the CD install boot: mount a kernel and use a > mfsroot. This maybe even more easy to setup. Take a look into boot/ > of CD1. Hmm. Closer. Actually it's a bit less easy to set up, since it involves downloading 650MB which is a bit much. I actually tried the "bootonly" image first (not sure what it's supposed to do) but that exhibited all sorts of strange stuff prior to crashing. I'm glad I realized that you can actually vnconfig an ISO image and then mount_cd9660 it. This is probably obvious to many, and in fact it's how we get the files off floppy, but still... UNIX variants have gotten so featureful, sometimes it's hard to remember all the things you can do. ;-) Taking /boot from disc1 got us through the kernel load but then panicked with a "Can't find init".