Hi Vladimir,

1. I have downloaded GRUB from ftp://alpha.gnu.org/gnu/grub/
2. No luck with debug=relocator option. Same thing is repeated.

When a kernel can boot with the following manual commands

grub> set debug=video
grub> insmod efi_gop
grub> linux (hd2,gpt2)/bzImage-2.6.32.28
grub> boot

Same set of commands if I put inside the grub.cfg file and try to
boot..the output is blank screen and hangs the machine!!!!

=========================================
set debug=video
insmod efi_gop

menuentry "Linux Kernel-2.6.32.28 (Single Image)" {
      linux (hd2,gpt2)/bzImage-2.6.32
}
==========================================

There must be something wrong with my grub.cfg file ???


Thanks
-Naresh Bhat


2011/4/6 Vladimir 'φ-coder/phcoder' Serbinenko <phco...@gmail.com>:
>
>> 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
>> 1. Is there any size limitations for Kernel Image which is loaded from
>> EFI shell ?
>> 2. Is there any size limitations for ramdisk Image which is loaded
>> from EFI shell ?
>>
> GRUB is limited only by memory map and allocations already done by other
> subsystems. Linux itself might have further limits.
>
> --
> Regards
> Vladimir 'φ-coder/phcoder' Serbinenko
>
>
>



-- 
"For things to change, we must change"
-Naresh Bhat

_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to