From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1Q7MrU-0004BY-5l for mharc-grub-devel@gnu.org; Wed, 06 Apr 2011 03:09:08 -0400 Received: from [140.186.70.92] (port=58130 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q7MrR-00046S-4d for grub-devel@gnu.org; Wed, 06 Apr 2011 03:09:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q7MrP-0000PG-T3 for grub-devel@gnu.org; Wed, 06 Apr 2011 03:09:05 -0400 Received: from mail-ww0-f49.google.com ([74.125.82.49]:50870) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q7MrP-0000P1-Kw for grub-devel@gnu.org; Wed, 06 Apr 2011 03:09:03 -0400 Received: by wwb39 with SMTP id 39so1178149wwb.30 for ; Wed, 06 Apr 2011 00:09:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:message-id:date:from:user-agent:mime-version:to :cc:subject:references:in-reply-to:x-enigmail-version:content-type; bh=BoU8Hfp0OSPTmZRmcuIA+h+qF5IuAqG82wii8G5Oip0=; b=cjPvlq+6M1WfmHKnqhxzmCp8TjfVXe8oYKlLI8cPJI+HeBbexI+tPZJPbK3nwUgMop mVzpEl7OqiPaXia5d+RkswZdeNHbGVCZiAbt0DsSxNQfhFf1NHDo+kjrZIv9yhVzRwTj osGr8a9cZs4GyPsKieWUiG9ODSqWlgaKUgP9k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:x-enigmail-version:content-type; b=Vfy7rXR5iCJJ5Yl92fTISRLO1bVjwgQkEmAJ+NNrH6QAaFXsxqRpsVVzMh5bWleNdk +2bR9i56G3syJwXdbtWpz/n88ze0loec52SdwZhlVkWrtYb5mS9a19ews8Ykc2bPqaaf B7c/bRdwHySTIjMSfkUzfS4GwKbL5UfdWlDjA= Received: by 10.216.241.10 with SMTP id f10mr748165wer.18.1302073742673; Wed, 06 Apr 2011 00:09:02 -0700 (PDT) Received: from debian.x201.phnet (etx-public-dock-98-dhcp.ethz.ch [82.130.81.98]) by mx.google.com with ESMTPS id r57sm100132wes.1.2011.04.06.00.09.01 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 06 Apr 2011 00:09:01 -0700 (PDT) Message-ID: <4D9C1186.4030307@gmail.com> Date: Wed, 06 Apr 2011 09:08:54 +0200 From: =?UTF-8?B?VmxhZGltaXIgJ8+GLWNvZGVyL3BoY29kZXInIFNlcmJpbmVua28=?= User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.15) Gecko/20110402 Iceowl/1.0b2 Icedove/3.1.9 MIME-Version: 1.0 To: The development of GNU GRUB References: <20110405141855.GF9163@riva.ucam.org> In-Reply-To: X-Enigmail-Version: 1.1.2 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="------------enig50E8813010517B35DB20D265" X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 74.125.82.49 Cc: Naresh Bhat , Colin Watson Subject: Re: GRUB2 git repo 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: Wed, 06 Apr 2011 07:09:07 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig50E8813010517B35DB20D265 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 06.04.2011 09:02, Naresh Bhat wrote: > Thank you very much Colin. > > Hi All, > > I am able to boot my machine with linux kernel 2.6.32.28 from EFI > shell after following the > instructions http://grub.enbug.org/TestingOnMacbook > > Plug-in the USB stick on EFI firmware/Shell supported x86 32bit target > board. Edit the BIOS and change the boot priority to EFI shell. After > target is booted on EFI shell execute the below commands > * > * Please, don't use HTML mail and start a separate thread per issue. > *Shell> fs1:* > *fs1:\> cd efi* > *fs1:\efi> cd grub* > *fs1:\efi\grub> grub.efi* > * > * > * > * > *grub> set debug=3Dvideo* > *grub> insmod efi_gop* > *grub> boot* > > *But when I created a grub.cfg file and try to boot, my machine will > show * > * > * > *"video/efi_gop:357: GOP: Sucess"* > * > * > *and hangs......* > * > * > * > * > *Any idea what is wrong with grub.cfg file or with my USB disk > partitions ?* > * > * > My *grub.cfg* file contents are as below > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > *set debug=3Dvideo* > *insmod efi_gop* > * > * > *menuentry "Linux Kernel-2.6.32.28 (Single Image)" {* > *linux (hd2,gpt2)/bzImage* > *}* > * > * > *menuentry "Linux-2.6.32.28 Kernel with custom ramdisk image" {* > *linux (hd2,gpt2)/bzImage* > *initrd (hd2,gpt2)/ramdisk.img* > *}* > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > > My USB disk partitions are as below > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D > *Lenovo-Y310 nareshbhat # parted /dev/sdb* > *GNU Parted 2.3* > *Using /dev/sdb* > *Welcome to GNU Parted! Type 'help' to view a list of commands.* > *(parted) p =20 > * > *Model: Kingston DataTraveler G2 (scsi)* > *Disk /dev/sdb: 2000MB* > *Sector size (logical/physical): 512B/512B* > *Partition Table: gpt* > * > * > *Number Start End Size File system Name Flags* > * 1 1049kB 744MB 743MB fat32* > * 2 744MB 1585MB 841MB ext2* > * 3 1585MB 1999MB 413MB linux-swap(v1)* > * > * > *(parted)* > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D > > *Thanks in Advance!!* > * > * > *-Naresh Bhat* > > On Tue, Apr 5, 2011 at 7:48 PM, Colin Watson > wrote: > > On Tue, Apr 05, 2011 at 07:19:51PM +0530, Naresh Bhat wrote: > > I wanted to checkout the GRUB2 git repository. Can somebody > please provide > > me the correct link ? > > GRUB is maintained in Bazaar, not git. Instructions are here: > > http://www.gnu.org/software/grub/grub-download.en.html > > -- > Colin Watson =20 > [cjwatson@ubuntu.com ] > > _______________________________________________ > Grub-devel mailing list > Grub-devel@gnu.org > http://lists.gnu.org/mailman/listinfo/grub-devel > > > > > > > _______________________________________________ > Grub-devel mailing list > Grub-devel@gnu.org > http://lists.gnu.org/mailman/listinfo/grub-devel --=20 Regards Vladimir '=CF=86-coder/phcoder' Serbinenko --------------enig50E8813010517B35DB20D265 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.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iF4EAREKAAYFAk2cEYYACgkQNak7dOguQgn31gD9GZiw+IAx9U1kWL1lnpkWEzaV W9/Ah01UKL40zNGtxrgA/0fyX4u6Tfud/U15tfmUcy4bKxrdn2pKXGR7bHsC257H =cGSb -----END PGP SIGNATURE----- --------------enig50E8813010517B35DB20D265--