grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: With grub.cfg Linux Kernel boot hangs


From: Naresh Bhat
Subject: Re: With grub.cfg Linux Kernel boot hangs
Date: Wed, 6 Apr 2011 15:09:50 +0530

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-2.6.32.28 Kernel with custom ramdisk image" is
booted.

Is there any restriction by considering the ramdisk image size or
kernel image size ? My Image sizes are as below

-rw-r--r-- 1 root root 161694112 2011-04-05 13:28 bzImage-2.6.32
-rw-r--r-- 1 root root   4373376 2011-04-05 18:02 bzImage
-rw-r--r-- 1 root root  20971520 2011-04-05 18:00 ramdisk.img


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

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

menuentry "Linux-2.6.32.28 Kernel with custom ramdisk image" {
       linux (hd2,gpt2)/bzImage
       initrd (hd2,gpt2)/ramdisk.img
}
===========================================================

Thanks
-Naresh Bhat


2011/4/6 Vladimir 'φ-coder/phcoder' Serbinenko <address@hidden>:
> 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-2.6.32.28 (Single Image)" {
>>       linux (hd2,gpt2)/bzImage
> Have you tried with "noefi"
>> }
>
>
> --
> Regards
> Vladimir 'φ-coder/phcoder' Serbinenko
>
>
>
> _______________________________________________
> Grub-devel mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/grub-devel
>
>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]