From owner-freebsd-questions@FreeBSD.ORG Thu Sep 15 20:20:12 2005 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 74E4016A41F for ; Thu, 15 Sep 2005 20:20:12 +0000 (GMT) (envelope-from jamie@gnulife.org) Received: from floyd.gnulife.org (ns1.gnulife.org [207.191.130.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1807943D45 for ; Thu, 15 Sep 2005 20:20:11 +0000 (GMT) (envelope-from jamie@gnulife.org) Received: from floyd.gnulife.org (localhost.gnulife.org [127.0.0.1]) by floyd.gnulife.org (8.12.11/8.12.11) with ESMTP id j8FKHjWP012723 for ; Thu, 15 Sep 2005 15:17:45 -0500 (CDT) (envelope-from jamie@gnulife.org) Received: from localhost (jamie@localhost) by floyd.gnulife.org (8.12.11/8.12.9/Submit) with ESMTP id j8FKHjes012720 for ; Thu, 15 Sep 2005 15:17:45 -0500 (CDT) (envelope-from jamie@gnulife.org) X-Authentication-Warning: floyd.gnulife.org: jamie owned process doing -bs Date: Thu, 15 Sep 2005 15:17:45 -0500 (CDT) From: Midnight Oil To: freebsd-questions@freebsd.org Message-ID: <20050915151239.M12429@floyd.gnulife.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: livecd problems - won't mount root 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: Thu, 15 Sep 2005 20:20:12 -0000 Hello I'm trying to build a web server with FreeBSD 4.11 that runs off of a CD rather than a hard disk. I'm trying to make an iso using livecd 1.2.4b and the install goes well, but when I try to boot the system from the iso I get the mountroot> prompt. Here is the fstab file that I put in the live_root install directory prior to the iso generation: # Device Mountpoint FStype Options Dump Pass# /dev/ad0s1b none swap sw 0 0 /dev/acd0c / cd9660 ro,noatime 0 0 /dev/ad0s1f /tmp ufs rw 2 2 /dev/ad0s1e /var ufs rw 2 2 proc /proc procfs rw 0 0 I would like the hard drive to be used for logfiles, tmp files, etc. But, I would like the rest of the system to boot off of the cdrom, and then keep running off the cdrom image. Is there something I am doing wrong? Thanks, - Jamie The Moon is Waxing Gibbous (93% of Full)