From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1NGKXb-000235-LI for mharc-grub-devel@gnu.org; Thu, 03 Dec 2009 17:52:51 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NGKXZ-00020y-P2 for grub-devel@gnu.org; Thu, 03 Dec 2009 17:52:49 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NGKXU-0001v0-VP for grub-devel@gnu.org; Thu, 03 Dec 2009 17:52:49 -0500 Received: from [199.232.76.173] (port=54288 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NGKXU-0001un-MH for grub-devel@gnu.org; Thu, 03 Dec 2009 17:52:44 -0500 Received: from mail-ew0-f228.google.com ([209.85.219.228]:64532) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NGKXU-0005CK-4s for grub-devel@gnu.org; Thu, 03 Dec 2009 17:52:44 -0500 Received: by ewy28 with SMTP id 28so2191693ewy.17 for ; Thu, 03 Dec 2009 14:52:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :x-enigmail-version:content-type; bh=+gwczrDVOtWQHjmtctZy9dlpRE+4j67/ZMup9hiXE5E=; b=p2IpoGeoLFZfEP/B1bokDTuJVcFG7cX9mUfsLbUb4Wz8VWYLOllIpyQ5P3hNwhcSKo d7PqxJ50YzpEAurKa9Lq2h9o+nsC426P+yWW7qRBPbYPd4SMkwWZVw70Cb6/ro10i2Yo G3T/C13g81isaZmdMg2CWjvHkflAxVUBK4AfM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:x-enigmail-version:content-type; b=wrvB+PmsDUOSETE3yUy5hYWsatkYDn+9HkspMKJw383lXE/P2P3f3hiyHqhteKO/XN h6ql6dM0W5xBVaFoz/7Ox402ct5/diCuxAOVb5j+qxYAVnEIUEopyDGUddUZ67RWI4ke cCGpkvIcZaaC89ZFrm0LvLkVvoPtEyoK9BLEM= Received: by 10.213.2.84 with SMTP id 20mr9530352ebi.90.1259880763112; Thu, 03 Dec 2009 14:52:43 -0800 (PST) Received: from debian.bg45.phnet (gprs01.swisscom-mobile.ch [193.247.250.1]) by mx.google.com with ESMTPS id 14sm1587762ewy.11.2009.12.03.14.52.41 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 03 Dec 2009 14:52:42 -0800 (PST) Message-ID: <4B184135.2090402@gmail.com> Date: Thu, 03 Dec 2009 23:52:37 +0100 From: =?UTF-8?B?VmxhZGltaXIgJ8+GLWNvZGVyL3BoY29kZXInIFNlcmJpbmVua28=?= User-Agent: Mozilla-Thunderbird 2.0.0.22 (X11/20091109) MIME-Version: 1.0 To: The development of GNU GRUB References: <20091202202646.GD23641@turki.gavron.org> <4B17D641.4070000@gmail.com> <20091203180151.GH23641@turki.gavron.org> <4B181E7F.7030809@gmail.com> <20091203222523.GA2969@turki.gavron.org> In-Reply-To: <20091203222523.GA2969@turki.gavron.org> X-Enigmail-Version: 0.95.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="------------enig1139F0B4039E6472A6BA3DDB" X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) Subject: Re: USB device not seen by grub X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Dec 2009 22:52:50 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig1139F0B4039E6472A6BA3DDB Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Chris Jones wrote: > On Thu, Dec 03, 2009 at 03:24:31PM EST, Vladimir '=CF=86-coder/phcoder'= Serbinenko wrote: > =20 >> Chris Jones wrote: >> =20 >>>> Can you issue: >>>> debug=3Dall >>>> insmod uhci >>>> insmod usbms >>>> debug=3Dall >>>> ls -l >>>> debug=3D >>>> ls -l >>>> And to post the result? >>>> =20 > > Barring typos or omissions, the trace reveals that the perceived 'hang'= > after issuing 'insmod uhci' is in fact grub looping over the following > code: > > /build/buildd/grub2-1.97~beta4/kern/disk.c:389 Reading hd0,11 > > =20 This is just module loading. I guess your terminal is slow which causes an enormous slowback when loading module. You can using debug=3Dusb,uhci,ohci instead of debug=3Dall > hda,11 correponds to the partition where grub is managed, but also > perhaps more to the point, it happens to be the first bootable entry in= > my grub.cfg > > The version of grub is the one currently in the ubuntu 9.10 repos. > > Thanks, > > CJ > > > > > > _______________________________________________ > Grub-devel mailing list > Grub-devel@gnu.org > http://lists.gnu.org/mailman/listinfo/grub-devel > > =20 --=20 Regards Vladimir '=CF=86-coder/phcoder' Serbinenko --------------enig1139F0B4039E6472A6BA3DDB Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iF4EAREKAAYFAksYQTYACgkQNak7dOguQgkUtwEApofCZnrlybCvWhCN3s6owD8n TcCcith2XLc4xQVjrWIA/Ro9HCJBkl3mkEIask0s+D9G5DVznK8LttTzZ4DxqWY/ =i9HF -----END PGP SIGNATURE----- --------------enig1139F0B4039E6472A6BA3DDB--