From owner-freebsd-current Mon Feb 4 18:47:35 2002 Delivered-To: freebsd-current@freebsd.org Received: from mail6.speakeasy.net (mail6.speakeasy.net [216.254.0.206]) by hub.freebsd.org (Postfix) with ESMTP id A041037B421 for ; Mon, 4 Feb 2002 18:47:21 -0800 (PST) Received: (qmail 8172 invoked from network); 5 Feb 2002 02:47:19 -0000 Received: from unknown (HELO laptop.baldwin.cx) ([65.91.164.123]) (envelope-sender ) by mail6.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 5 Feb 2002 02:47:19 -0000 Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20020202180322.K472-100000@nihil> Date: Mon, 04 Feb 2002 18:47:25 -0500 (EST) From: John Baldwin To: Michael Reifenberger Subject: RE: Making bootable recovery CD using cdboot/loader fails Cc: FreeBSD-Current Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 02-Feb-02 Michael Reifenberger wrote: > Hi, > a CD created using the following commands fails during loading > /boot/kernel/kernel (just freezes up) under a recent current: > > cd /usr/tmp > mkdir root > dump -0a -f - / | ( cd root; restore -r -f - ) > dd if=/dev/zero of=root/boot/boot.catalog count=5 > mkisofs -b boot/cdboot -no-emul-boot -c boot/boot.catalog \ > -r -J -V LiveCD \ > -o root.iso root > burncd -e -f /dev/acd0c blank data root.iso fixate > > Using a loader binary from 4.5-mini.iso works insofar that it works with > a 4.5 /kernel but can't execute a -current kernel (loader version too low...) > > Any clues how to debug this problem? Hmm, I've never done a manual boot.catalog, always just ran mkisofs as so: mkisofs -b boot/cdboot -no-emul-boot -r -J -o foo.iso /some/dir and let mkisofs create its own boot.catalog. If you do that instead of creating one yourself does it work any better? If not, then you can revert the revisions that turned off all the debugging output, hook up a serial console on COM1, and prepare to be spammed with lots of debug output. :) -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message