Grub with two Kernels
After installin a new Kernel 2.6.0
I wanted to update the Grub config file
But I have some questions
1- Do I have to edit the grub.config in /boot/grub/ or that one in /etc/
2-
default=0
timeout=10
splashimage=(hd0,0)/grub/splash.xpm.gz
title Red Hat Linux (2.6.0)
root (hd0,0)
kernel /kernel-2.6 ro root=/dev/hda6 <---- new kernel image, right ?
initrd <------ what to put here, can i put "/initrd-2.4.7-10.img" ?
title Red Hat Linux (2.4.7-10)
root (hd0,0)
kernel /vmlinuz-2.4.7-10 ro root=/dev/hda6
initrd /initrd-2.4.7-10.img
Thanks a lot in advance
_________________
Gr33nData
|