Re: GRUB2 git repo

2011-04-06 Thread Naresh Bhat
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 prior

Re: GRUB2 git repo

2011-04-06 Thread Vladimir 'φ-coder/phcoder' Serbinenko
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 32bi

With grub.cfg Linux Kernel boot hangs

2011-04-06 Thread Naresh Bhat
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 targ

Re: With grub.cfg Linux Kernel boot hangs

2011-04-06 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 06.04.2011 09:38, Naresh Bhat wrote: > grub> set debug=video > grub> insmod efi_gop >grub> boot There are obviously some more commands here. Which ones? > set debug=video debug messages can sometimes confuse the EFI console. Have you tried w/o them? > insmod efi_gop > > menuentry "Linux Kernel

Re: With grub.cfg Linux Kernel boot hangs

2011-04-06 Thread Naresh Bhat
Hi Vladimir, Thank you very much for the reply. Yes, I have tried without "set debug=video" which resulted displaying nothing on the screen (blank screen). I have even tried with noefi option as below. The "Linux Kernel-2.6.32.28 (Single Image)" is hangs the system. But second menuentry "Linux-

Re: With grub.cfg Linux Kernel boot hangs

2011-04-06 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 06.04.2011 11:39, Naresh Bhat wrote: > I have even tried with noefi option as below. The "Linux > Kernel-2.6.32.28 (Single Image)" is hangs the system. But second > menuentry "Linux-2.6.32.28 Kernel with custom ramdisk image" is > booted. with or without noefi? Your issue may be the one discuss

Re: How to debug 'out of disk' error.

2011-04-06 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 16.03.2011 16:13, Lennart Sorensen wrote: > I am trying to figure out why grub2 (from Debian Squeeze) gives an 'out > of disk' error when trying to boot from the HD after doing an install. > It ends up at a grub rescue prompt, given it can't even read the disk > well enough to load the full grub

Beginner's talk on GRUB devellopment

2011-04-06 Thread shibasish
I am a newbee in LINUX and currently using UBUNTU10.10.I am very much interested in contributing to GRUB.Presently i had an idea of making the boot-option screen to be graphical like it is in SUSE and side-by-side developing a Welcome-Screen in that, like the way we have in cell phones.As i am

Re: Beginner's talk on GRUB devellopment

2011-04-06 Thread Alexander Kurtz
Am Mittwoch, den 06.04.2011, 18:20 +0530 schrieb shibasish: > I am a newbee in LINUX and currently using UBUNTU10.10.I am very much > interested in contributing to GRUB.Presently i had an idea of making the > boot-option screen to be graphical like it is in SUSE and side-by-side > developing a W

Re: With grub.cfg Linux Kernel boot hangs

2011-04-06 Thread Naresh Bhat
Hi Vladimir The second menu entry is booted without providing noefi ==My Second Menuentry= menuentry "Linux-2.6.32.28 Kernel with custom ramdisk image" { linux (hd2,gpt2)/bzImage initrd (hd2,gpt2)/ramdisk.img } ==

RE: Full documentation for GRUB2

2011-04-06 Thread Treutwein Bernhard
Hi Robert, although I have different requirements, these are similar enough to yours that I might give you tips ... In your case I would try to use tincore (http://tinycorelinux.com/). You should install the ntfs and grub2 extensions (see: http://distro.ibiblio.org/tinycorelinux/3.x/tcz/index.ht

Re: How to debug 'out of disk' error.

2011-04-06 Thread Lennart Sorensen
On Wed, Apr 06, 2011 at 02:50:01PM +0200, Vladimir 'φ-coder/phcoder' Serbinenko wrote: > I have another idea. Could you try GRUB 1.97 and GRUB Legacy? A similar > report on our BTS seems to indicate that GRUB Legacy works. Major > difference between Legacy and latest GRUB2 is that GRUB2 uses C-wra

Re: With grub.cfg Linux Kernel boot hangs

2011-04-06 Thread Vladimir 'φ-coder/phcoder' Serbinenko
> Now, My problem is that When I create a menu entry for the above > manual commands I can see the following message on the screen and > system will hangs...The menu entry I have created as below > Is it latest bzr? Can you try with debug=relocator and compare the outputs? > Now my questions are >

Re: [PATCH] add proper variable quoting to grub-mkconfig_lib (Debian bug #612417)

2011-04-06 Thread Alexander Kurtz
Am Dienstag, den 05.04.2011, 23:27 +0200 schrieb Nicolas de Pesloüan: > Le 05/04/2011 22:53, Colin Watson a écrit : > > > On Unix-like systems, though, and particularly when it comes to shell, > > this often involves knowing about historical behaviour as well as > > current behaviour. > > Thanks

Re: Grub2 EFI: Image loading from USB takes too long

2011-04-06 Thread Aravind Srinivasan
Dint see any further response on this. So can I assume the block-io patch provided will become part of some official release ? If so, which one ? Do I need to log a bug for this ? Thanks, Aravind - Original Message From: Aravind Srinivasan To: The development of GNU GRUB Sent: Tue,

Re: [PATCH] add proper variable quoting to grub-mkconfig_lib (Debian bug #612417)

2011-04-06 Thread Nicolas de Pesloüan
Le 06/04/2011 17:31, Alexander Kurtz a écrit : Am Dienstag, den 05.04.2011, 23:27 +0200 schrieb Nicolas de Pesloüan: Le 05/04/2011 22:53, Colin Watson a écrit : On Unix-like systems, though, and particularly when it comes to shell, this often involves knowing about historical behaviour as well

Re: [PATCH] add proper variable quoting to grub-mkconfig_lib (Debian bug #612417)

2011-04-06 Thread Colin Watson
On Wed, Apr 06, 2011 at 08:14:24PM +0200, Nicolas de Pesloüan wrote: > a="`echo "$b"`" > ^ Is this quote closing the first one or opening a nested quote. It nests. -- Colin Watson [cjwat...@ubuntu.com] __

Re: [PATCH] add proper variable quoting to grub-mkconfig_lib (Debian bug #612417)

2011-04-06 Thread Nicolas de Pesloüan
Le 06/04/2011 21:31, Colin Watson a écrit : On Wed, Apr 06, 2011 at 08:14:24PM +0200, Nicolas de Pesloüan wrote: a="`echo "$b"`" ^ Is this quote closing the first one or opening a nested quote. It nests. Ok, thanks. I failed to find a clear answer in the man. So the whole patch i

Re: Out of Memory Error

2011-04-06 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 30.03.2011 15:27, Gus Zernial wrote: > I can believe it's a BIOS problem, but ... 120 GB is a "large drive"? > > Are you able to list your files with ls (hdX,1)/ (iterate X over digits) -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital signature __