Re: confguring grub to load new kernel

2005-01-27 Thread David Hollis
On Thu, 2005-01-27 at 01:01 -0500, [EMAIL PROTECTED] wrote: > Hi, > > I just compiled kernel 2.6.10 and now wondering how to make the grub to > load the newkernel. > > The grub.conf file is configured as: > > #boot=/dev/hda > default=1 > timeout=10 > splashimage=(hd0,5)/boot/grub/splash.xpm.gz >

Re: confguring grub to load new kernel

2005-01-26 Thread Andy liu
[EMAIL PROTECTED] wrote: Hi, I just compiled kernel 2.6.10 and now wondering how to make the grub to load the newkernel. The grub.conf file is configured as: #boot=/dev/hda default=1 timeout=10 splashimage=(hd0,5)/boot/grub/splash.xpm.gz title Red Hat Linux (2.4.20-8) root (hd0,5) ker

Re: confguring grub to load new kernel

2005-01-26 Thread Valdis . Kletnieks
On Thu, 27 Jan 2005 12:43:34 +0530, Sabarinathan said: > Put this entry in your grub.conf file > > title Red Hat Linux (2.6.10) > root (hd0,5) > kernel /boot/vmlinuz-2.6.10 ro root=LABEL=/ rhgb quiet > initrd /boot/initrd-2.6.10.img And *DONT* remove this one: > >title

Re: confguring grub to load new kernel

2005-01-26 Thread Sabarinathan
Hi, Put this entry in your grub.conf file title Red Hat Linux (2.6.10) root (hd0,5) kernel /boot/vmlinuz-2.6.10 ro root=LABEL=/ rhgb quiet initrd /boot/initrd-2.6.10.img [EMAIL PROTECTED] wrote: Hi, I just compiled kernel 2.6.10 and now wondering how to make the grub to load t

confguring grub to load new kernel

2005-01-26 Thread [EMAIL PROTECTED]
Hi, I just compiled kernel 2.6.10 and now wondering how to make the grub to load the newkernel. The grub.conf file is configured as: #boot=/dev/hda default=1 timeout=10 splashimage=(hd0,5)/boot/grub/splash.xpm.gz title Red Hat Linux (2.4.20-8) root (hd0,5) kernel /boot/vmlinuz-2.