From owner-freebsd-questions Wed Mar 28 15:46:20 2001 Delivered-To: freebsd-questions@freebsd.org Received: from gumby.usu.edu (gumby.usu.edu [129.123.1.117]) by hub.freebsd.org (Postfix) with ESMTP id 498F237B718 for ; Wed, 28 Mar 2001 15:46:18 -0800 (PST) (envelope-from hal@cc.usu.edu) Received: from [129.123.1.184] ("port 49263"@buffy.usu.edu [129.123.1.184]) by cc.usu.edu (PMDF V5.2-32 #30472) with ESMTP id <01K1QJQQX5XU9209KY@cc.usu.edu> for freebsd-questions@freebsd.org; Wed, 28 Mar 2001 16:46:15 MDT Date: Wed, 28 Mar 2001 16:46:12 -0700 From: Hal Lynch Subject: Re: Boot Block help! To: freebsd-questions@freebsd.org Message-id: MIME-version: 1.0 Content-type: text/plain; charset="us-ascii" ; format="flowed" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At 3:01 PM -0800 3/28/01, Rick Duvall wrote: >I am not trying to create an install cd, or floppy. I just want a FreeBSD >bootable cd that will boot single user to a shell prompt. Once I can get >that far, I will want to have a script on that that will run when it boots >so that any dummy can put the CD in the drive, boot the machine, and just >answer the questions asked by the script. Rick, I have been following this thread with interest. I have been trying to do something similar off and on for 3 months now. I'm trying to make a surf-station: non-volatile files on a bootable cd, volatile files on HD, runs only netscape. I have asked many of the same questions as you, and received the same answers. I have a short stack of cd's some of which boot, most do not. The ones which boot use boot.flp which puts you into the installation as you know. I think the key here is to create your own boot.flp. Try: cd /usr/src find . -name "*boot*" -print I think there might be some clues in there somewhere. I was poking around in there when my boss changed my priorities. Sorry I don't have more to offer. Another possibility is to post questions to the list for kernel developers and other superstars. I'm not sure how that would be received but it might help. I will ask you to do what someone asked me. If you figure it out write a HOWTO and tell us about it. Of course if I ever get time to work on this again I will do the same. hal To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message