help-grub
[Top][All Lists]
Advanced

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

Re: Why You Not Like My Kernel?


From: Tim Johnston
Subject: Re: Why You Not Like My Kernel?
Date: Tue, 22 Mar 2011 11:16:32 +1000
User-agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.9.2.8) Gecko/20100802 Thunderbird/3.1.2

Wolf.

Quite right, my kernel had indeed stopped. And, as you say, removing "quiet" enabled me to see that.

In this case enabling IA32 emulation in kernel config solved the problem.

Thanks for the assistance. Regards, Tim



On 18/03/11 06:13, Robert Wolf wrote:
Hallo Tim,

I get

     >  Loading Linux 2.6.35...
     >  Loading Initial Ramdisk...

menuentry 'Debian GNU/Linux, with Linux 2.6.35' --class debian --class
gnu-linux --class gnu --class os { insmod part_msdos
insmod ext2
set root='(hd0,msdos2)'
search --no-floppy --fs-uuid --set ad648512-e526-4fa6-8041-900e849419fc
echo        'Loading Linux 2.6.35 ...'
linux      /boot/vmlinuz-2.6.35
root=UUID=ad648512-e526-4fa6-8041-900e849419fc ro    quiet echo
'Loading initial ramdisk ...' initrd    /boot/initrd.img-2.6.35
}

Try to remove "quiet" in "linux" line and you should see kernel messages. Probably kernel 
stops somewhere. You can try to add 'echo "Booting..."' after initrd command. Probably you see it, 
which means, grub starts your kernel but the kernel stops running.


Regards,

Wolf.

_______________________________________________
Help-grub mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/help-grub




reply via email to

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