From owner-freebsd-current@FreeBSD.ORG Fri Nov 16 16:55:59 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 9F52916A41A for ; Fri, 16 Nov 2007 16:55:59 +0000 (UTC) (envelope-from dominique.goncalves@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.191]) by mx1.freebsd.org (Postfix) with ESMTP id E9B5913C4D5 for ; Fri, 16 Nov 2007 16:55:58 +0000 (UTC) (envelope-from dominique.goncalves@gmail.com) Received: by nf-out-0910.google.com with SMTP id b2so876913nfb for ; Fri, 16 Nov 2007 08:55:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=WGvPT5es06FyYkkf8kA6t3bOTip0AFo1Xh9Tecp2Ugc=; b=Yua76djS07YJPND9Z8I154BMK/KnafS6756esnK6DJj4zvDVMTnaGo+FOI/jyvrplZS5WAfg7JIiYxEK0PjvUL9JPIrIqiV1wvxUEBpNvOnesD8Xpxt0eLY7yx5o8Ti5gMmrST3mPhXMGt6AYoQ2q84DQx7we8G66BucNoPnEcU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=g3Lcq430LCgmmolTf47RoZs2mXbuWwjZOkulVAtMyiK8J47kXqpMZvOplMyngXrD6cHpuMRZM1XnfDhTRFzpRgNANz+L5tDKAM0nadPupGldk5q8nYzQyn5xTLuDsWen9IODasd5FAuDHM/8CFbfUB14TWtq2NChDXuUG928Mlg= Received: by 10.78.162.4 with SMTP id k4mr2230061hue.1195232145626; Fri, 16 Nov 2007 08:55:45 -0800 (PST) Received: by 10.78.158.18 with HTTP; Fri, 16 Nov 2007 08:55:45 -0800 (PST) Message-ID: <7daacbbe0711160855g6519e98bje61357a69eb0f9ca@mail.gmail.com> Date: Fri, 16 Nov 2007 17:55:45 +0100 From: "Dominique Goncalves" To: "Watanabe Kazuhiro" In-Reply-To: <20071115145237.D6C3C4FA61@mail.asahi-net.or.jp> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <7daacbbe0711140207u20479322qd2254665ef364e49@mail.gmail.com> <20071115145237.D6C3C4FA61@mail.asahi-net.or.jp> Cc: freebsd-current 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, 16 Nov 2007 16:55:59 -0000 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) > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" > -- There's this old saying: "Give a man a fish, feed him for a day. Teach a man to fish, feed him for life."