Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Adding second kernel to GRUB
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
Dummy
Guest





PostPosted: Thu Jun 13, 2002 12:08 am    Post subject: Adding second kernel to GRUB Reply with quote

I've compiled second kernel and would like to add it to GRUB menu as alternative. Could you please advise how to do that. Thank you.
Back to top
james
n00b
n00b


Joined: 24 Apr 2002
Posts: 56
Location: Middle Smithfield, PA

PostPosted: Thu Jun 13, 2002 12:57 am    Post subject: Reply with quote

Here's mine to use as an example.

HTH,

J

default 0
timeout 10
splashimage=(hd0,0) /boot/grub/splash.xpm.gz

title=Devel2 on BackPocket Systems Gentoo Linux 2.4.19 Pre Emp Kernel
root (hd0,0)
kernel /boot/bzImage root=/dev/hda3


title=Devel2 Back Up Kernel (Normal)
root (hd0,0)
kernel /boot/bzImage.latest1 root=/dev/hda3
_________________
17 Opps It's 19 now ;-) Gentoo's and counting
Back to top
View user's profile Send private message
syadnom
Guru
Guru


Joined: 09 May 2002
Posts: 531

PostPosted: Thu Jun 13, 2002 3:19 am    Post subject: and mine Reply with quote

default 0
timeout 10
#splashimage=*

title=base install
root (hd0,0)
kernel /boot/bzImageoriginal root=/dev/hda3

title=updated 2.4.19-r7
root (hd0,0)
kernel /boot/bzImager7 root=/dev/hda3

title=base with matrox support
root (hd0,0)
kernel /boot/bzImageMGA root=/dev/hda3
Back to top
View user's profile Send private message
Dummy
Guest





PostPosted: Thu Jun 13, 2002 7:13 pm    Post subject: Reply with quote

The problem is that I cannot find grub.conf anymore.
/boot is empty.
When I load system grub is in MBR and it works, but I cannot find it's configuration file in /boot/grub/grub.conf anymore.
/boot does not have any files

???
Back to top
fghellar
Bodhisattva
Bodhisattva


Joined: 10 Apr 2002
Posts: 856
Location: Porto Alegre, BR

PostPosted: Thu Jun 13, 2002 7:38 pm    Post subject: Reply with quote

Dummy wrote:
/boot is empty.

And it should be, unless you have mounted your boot partition. Remember to RTFM...
_________________
| www.gentoo.org | www.tldp.org | www.google.com |
Back to top
View user's profile Send private message
Damasz
Tux's lil' helper
Tux's lil' helper


Joined: 24 Apr 2002
Posts: 91
Location: Groningen, the Netherlands

PostPosted: Thu Jun 13, 2002 7:40 pm    Post subject: Reply with quote

By default the /boot partition is not mounted for safety reasons, you have to mount it yourself before you can edit the grub files.

Greetings,
Gert-Jan
Back to top
View user's profile Send private message
Dummy
Guest





PostPosted: Thu Jun 13, 2002 8:23 pm    Post subject: Reply with quote

Thanks guys !!!

:D
Back to top
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware 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