View previous topic :: View next topic |
Author |
Message |
grumpy.biatch Tux's lil' helper

Joined: 26 Sep 2010 Posts: 97
|
Posted: Tue Jan 04, 2011 5:33 am Post subject: Grub can't find kernel during boot |
|
|
Hi,
I have configured cross Linux and installed kernel, followed all instructions as per cross-lfs handbook. When I try to boot kernel it doesnt boot automatically, I get a message -
Quote: | Error 8: kernel must be loaded before booting |
I can boot it manually from Grub prompt. I didnt create initrd and initramfs.
The grub-pc is installed on / (sdc2). I boot my box with SUSE GrUB, which is installed on MBR of sda.
Here is Menu entry in sda GrUB -
Quote: | title cross-lfs-x86_64
root (hd2,1)
kernel /boot/vmlinuz-clfs-2.6.35 root=/dev/sdc2 ro
boot |
I've tried various appends including UUID but it hasn't worked yet.
With linux-2.6.35 there is new option for making multilib-x86_64 kernel, is there any documentation for that in Gentoo Handbook.
Best,
Dave
Last edited by grumpy.biatch on Tue Jan 04, 2011 9:08 am; edited 2 times in total |
|
Back to top |
|
 |
DONAHUE Watchman


Joined: 09 Dec 2006 Posts: 7651 Location: Goose Creek SC
|
Posted: Tue Jan 04, 2011 6:13 am Post subject: |
|
|
title says bzImage?
menu says vmlinuz?
what name does the gentoo kernel in the /boot directory have? _________________ Defund the FCC. |
|
Back to top |
|
 |
grumpy.biatch Tux's lil' helper

Joined: 26 Sep 2010 Posts: 97
|
Posted: Tue Jan 04, 2011 6:46 am Post subject: |
|
|
DONAHUE wrote: | title says bzImage?
menu says vmlinuz?
what name does the gentoo kernel in the /boot directory have? |
bzImage is a gzip format and kernel is compiled that way and later saved as vmlinuz in /boot, that is not an issue. I may have edited the subject line incorrectly, sorry about that. I've edited the subject line for clarity.
This is what I got in /boot
Quote: | /boot/vmlinuz-clfs-2.6.35 |
|
|
Back to top |
|
 |
|