Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
GRUB + new kernel.. how?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
vash
n00b
n00b


Joined: 13 Jul 2002
Posts: 59

PostPosted: Sun Jul 14, 2002 5:42 pm    Post subject: GRUB + new kernel.. how? Reply with quote

Yesterday, I posted a problem with my hardware in relation to the auto detection hanging when scanning my PCI. Found out its just the motherboard. Swapped the motherboards and I'm on Gentoo now, posting via Galeon.

Here is my next problem, I can't get the sound output loud enough using sound driver I compiled into the kernel (for SBLive!). When I launch XMMS, the sound is there, but quite quiet.

Doing some more searching, I find ALSA and go ahead and try that -- that did not work as posted in the desktop guide. Reading further into the threads, someone mentioned do not add support for the specific card in the kernel compile, just have sound support via a module.

So, I recompile the kernel, named it bzImage (my base kernel is base-kernel) and place it into the /boot folder. Low and behold, the original bzImage isn't there, neither is my other kernel file.

I'm very new to GRUB, I am much more used to LILO and how it handles the new kernel (edit lilo.conf and rerun lilo to pickup the new settings). How do I get GRUB to register the new kernel I made?

vash
Back to top
View user's profile Send private message
pjp
Administrator
Administrator


Joined: 16 Apr 2002
Posts: 20067

PostPosted: Sun Jul 14, 2002 5:55 pm    Post subject: Reply with quote

/boot is nout mounted by default. You need to manually 'mount /boot' then copy your kernel over.
Also, you might want to add a 2nd entry for your currently working kernel just in case something
goes wrong.

Example:
Code:
# Gentoo Linux
title=Gentoo Linux
root (hd0,1)
kernel /boot/bzImage root=/dev/hda4

# Gentoo Linux (Emergency)
title=Gentoo Linux (Emergency)
root (hd0,1)
kernel /boot/bzImage.emergency root=/dev/hda4

_________________
Quis separabit? Quo animo?
Back to top
View user's profile Send private message
kybber
Apprentice
Apprentice


Joined: 25 Jun 2002
Posts: 228
Location: Trondheim, Norway

PostPosted: Mon Jul 15, 2002 8:46 am    Post subject: Re: GRUB + new kernel.. how? Reply with quote

vash wrote:
I'm very new to GRUB, I am much more used to LILO and how it handles the new kernel (edit lilo.conf and rerun lilo to pickup the new settings). How do I get GRUB to register the new kernel I made?
vash


There is no need to rerun Grub after compiling and installing a new kernel.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum