All of lore.kernel.org
 help / color / mirror / Atom feed
* GRUB2 git repo
@ 2011-04-05 13:49 Naresh Bhat
  2011-04-05 14:18 ` Colin Watson
  0 siblings, 1 reply; 4+ messages in thread
From: Naresh Bhat @ 2011-04-05 13:49 UTC (permalink / raw)
  To: grub-devel

[-- Attachment #1: Type: text/plain, Size: 124 bytes --]

Hi,

I wanted to checkout the GRUB2 git repository. Can somebody please provide
me the correct link ?

--Thanks
Naresh Bhat

[-- Attachment #2: Type: text/html, Size: 176 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: GRUB2 git repo
  2011-04-05 13:49 GRUB2 git repo Naresh Bhat
@ 2011-04-05 14:18 ` Colin Watson
  2011-04-06  7:02   ` Naresh Bhat
  0 siblings, 1 reply; 4+ messages in thread
From: Colin Watson @ 2011-04-05 14:18 UTC (permalink / raw)
  To: The development of GNU GRUB

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                                       [cjwatson@ubuntu.com]


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: GRUB2 git repo
  2011-04-05 14:18 ` Colin Watson
@ 2011-04-06  7:02   ` Naresh Bhat
  2011-04-06  7:08     ` Vladimir 'φ-coder/phcoder' Serbinenko
  0 siblings, 1 reply; 4+ messages in thread
From: Naresh Bhat @ 2011-04-06  7:02 UTC (permalink / raw)
  To: The development of GNU GRUB; +Cc: Colin Watson

[-- Attachment #1: Type: text/plain, Size: 2587 bytes --]

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
*
*
*Shell> fs1:*
*fs1:\> cd efi*
*fs1:\efi> cd grub*
*fs1:\efi\grub> grub.efi*
*
*
*
*
*grub> set debug=video*
*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

============================================
*set debug=video*
*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*
*}*
===============================================================================

My USB disk partitions are as below
================================================================================
*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                                                                *
*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)*
==================================================================================

*Thanks in Advance!!*
*
*
*-Naresh Bhat*

On Tue, Apr 5, 2011 at 7:48 PM, Colin Watson <cjwatson@ubuntu.com> 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                                       [cjwatson@ubuntu.com]
>
> _______________________________________________
> Grub-devel mailing list
> Grub-devel@gnu.org
> http://lists.gnu.org/mailman/listinfo/grub-devel
>

[-- Attachment #2: Type: text/html, Size: 7273 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: GRUB2 git repo
  2011-04-06  7:02   ` Naresh Bhat
@ 2011-04-06  7:08     ` Vladimir 'φ-coder/phcoder' Serbinenko
  0 siblings, 0 replies; 4+ messages in thread
From: Vladimir 'φ-coder/phcoder' Serbinenko @ 2011-04-06  7:08 UTC (permalink / raw)
  To: The development of GNU GRUB; +Cc: Naresh Bhat, Colin Watson

[-- Attachment #1: Type: text/plain, Size: 3341 bytes --]

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=video*
> *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
>
> ============================================
> *set debug=video*
> *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*
> *}*
> ===============================================================================
>
> My USB disk partitions are as below
> ================================================================================
> *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                                                          
>      *
> *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)*
> ==================================================================================
>
> *Thanks in Advance!!*
> *
> *
> *-Naresh Bhat*
>
> On Tue, Apr 5, 2011 at 7:48 PM, Colin Watson <cjwatson@ubuntu.com
> <mailto:cjwatson@ubuntu.com>> 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                                      
>     [cjwatson@ubuntu.com <mailto:cjwatson@ubuntu.com>]
>
>     _______________________________________________
>     Grub-devel mailing list
>     Grub-devel@gnu.org <mailto: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


-- 
Regards
Vladimir 'φ-coder/phcoder' Serbinenko



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 294 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-04-06  7:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-05 13:49 GRUB2 git repo Naresh Bhat
2011-04-05 14:18 ` Colin Watson
2011-04-06  7:02   ` Naresh Bhat
2011-04-06  7:08     ` Vladimir 'φ-coder/phcoder' Serbinenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.