From owner-freebsd-current@FreeBSD.ORG Thu Nov 15 14:52:39 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 45DC416A418 for ; Thu, 15 Nov 2007 14:52:39 +0000 (UTC) (envelope-from CQG00620@nifty.ne.jp) Received: from mail.asahi-net.or.jp (mail2.asahi-net.or.jp [202.224.39.198]) by mx1.freebsd.org (Postfix) with ESMTP id 1711F13C48E for ; Thu, 15 Nov 2007 14:52:38 +0000 (UTC) (envelope-from CQG00620@nifty.ne.jp) Received: from asahi-net.jp (m036202.ppp.asahi-net.or.jp [219.121.36.202]) by mail.asahi-net.or.jp (Postfix) with ESMTP id D6C3C4FA61 for ; Thu, 15 Nov 2007 23:52:37 +0900 (JST) Date: Thu, 15 Nov 2007 23:52:37 +0900 From: Watanabe Kazuhiro To: freebsd-current In-Reply-To: <7daacbbe0711140207u20479322qd2254665ef364e49@mail.gmail.com> References: <7daacbbe0711140207u20479322qd2254665ef364e49@mail.gmail.com> User-Agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (=?ISO-8859-4?Q?Shij=F2?=) APEL/10.7 Emacs/20.7 (i386--freebsd) MULE/4.1 (AOI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Message-Id: <20071115145237.D6C3C4FA61@mail.asahi-net.or.jp> Subject: Re: mount root from cd9660:/dev/iso9660/FreeSBIE failure X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Nov 2007 14:52:39 -0000 Hello. At Wed, 14 Nov 2007 11:07:20 +0100, Dominique Goncalves wrote: > Hi, > > Since the commit to src/sys/dev/ata ata-chipset.c atapi-cd.c > atapi-cd.h by sos@ [1] I'm unable to boot from a livecd build with > freesbie2 (with RELENG_7). > The system is unable to find the root filesystem and asks for manual > specification [2] > > My kernel is a GENERIC plus GEOM_LABEL and GEOM_UZIP, a kernel build > before the commit works as expected. > > Could someone take a look at this error ? > Thanks, > Regards. > > > [1] http://lists.freebsd.org/pipermail/cvs-src/2007-October/083327.html I'm not a FreeSBIE user, but a similar problem is occured in 7.0-BETA2 with an ATAPI CD-ROM drive. 6.3-BETA1 and 7.0-BETA1 can use the CD-ROM drive, but 7.0-BETA2 is not. > [2] http://djdomics.free.fr/FreeBSD/freesbie2/mountroot.png Would you try to boot FreeSBIE (on QEMU) with verbose logging? Then if your CDROM (acd0) says "acd0: Medium: CD-ROM unknown", try a patch attached below: http://lists.freebsd.org/pipermail/freebsd-current/2007-November/079760.html Note that the patch is not a correct fix but just workaround. --- Watanabe Kazuhiro (CQG00620@nifty.ne.jp)