From owner-freebsd-current@FreeBSD.ORG Fri Nov 23 04:22:10 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 0107A16A421 for ; Fri, 23 Nov 2007 04:22:10 +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 D150E13C461 for ; Fri, 23 Nov 2007 04:22:09 +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 8DBBB513FB; Fri, 23 Nov 2007 13:22:08 +0900 (JST) Date: Fri, 23 Nov 2007 13:20:04 +0900 From: Watanabe Kazuhiro To: freebsd-current In-Reply-To: <7daacbbe0711160855g6519e98bje61357a69eb0f9ca@mail.gmail.com> References: <7daacbbe0711160855g6519e98bje61357a69eb0f9ca@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: <20071123042208.8DBBB513FB@mail.asahi-net.or.jp> Cc: Dominique Goncalves 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: Fri, 23 Nov 2007 04:22:10 -0000 Hi. This problem will be fixed in the latest RELENG_7 branch. Try again. At Fri, 16 Nov 2007 17:55:45 +0100, Dominique Goncalves wrote: > Hi, > > Thanks for your response, > > On Nov 15, 2007 3:52 PM, Watanabe Kazuhiro wrote: > > 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", > > With verbose boot [1], I don't see message like this, > > > 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. > > I tried your patch I see a lot of "cap.medium_type:112" [2] but the > system works as expected. > > Regards. > > [1] http://djdomics.free.fr/FreeBSD/freesbie2/mountroot-dmesg.txt > [2] http://djdomics.free.fr/FreeBSD/freesbie2/mountroot-dmesg-patch.txt --- Watanabe Kazuhiro (CQG00620@nifty.ne.jp)