> >>>4. adda menu in grub.conf to handle the new kernel: copy and paste the
> >>>lines for your other kernel and change whatever is needed.
> >>
> >>What shall I add to /boot/grub/grub.conf
> >>default 0
> >>timeout 30
> >>splashimage=(hd0,0)/boot/grub/splash.xpm.gz
> >>
> >>title=Gentoo Linux (genkernel)
> >>root (hd0,0)
> >>kernel (hd0,0)/boot/kernel-2.4.20-gentoo-r7 root=/dev/hde3 hdd=ide-scsi
> >>initrd (hd0,0)/boot/initrd-2.4.20-gentoo-r7
> >
> >Sorry, I'm a lilo-user. When I try to install grub, I get stuck in the
> >post-bios-boot-thingy (before bootloader gets loaded) with a blinking
> > cursor at bottom of screen.
> >
> >but, I would do the following.
> >
> >title=Gentoo Linux (genkernel)
> >root (hd0,0)
> >kernel (hd0,0)/boot/kernel-2.4.20-gentoo-r8 root=/dev/hde3 hdd=ide-scsi
> >initrd (hd0,0)/boot/initrd-2.4.20-gentoo-r8
> >
> >or in vi
> >/Gentoo4yy3jpf(Cgentoo-r9<esc>2j^Aj^A:wq
> >;-)
>
> Sorry, I am not very clear.  It seems having only one kernel there, the
> new kernel.  How can I select the old kernel if something going wrong.
> I expect clarifying it before start.
>
> Any folk on the List can shed me some light.

_append_ the lines at the end of grub.conf, like this:

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

title=Gentoo Linux (genkernel)
root (hd0,0)
kernel (hd0,0)/boot/kernel-2.4.20-gentoo-r7 root=/dev/hde3 hdd=ide-scsi
initrd (hd0,0)/boot/initrd-2.4.20-gentoo-r7

title=Gentoo Linux, my own new kernel gentoo-r8
root (hd0,0)
kernel (hd0,0)/boot/kernel-2.4.20-gentoo-r8 root=/dev/hde3 hdd=ide-scsi
initrd (hd0,0)/boot/initrd-2.4.20-gentoo-r8

-- 
mathieu

--
[EMAIL PROTECTED] mailing list

Reply via email to