Rafi Cohen wrote:
-
Thank you very much. Sorry to sound silly, but I have no grub.conf under
/etc. I did not install this system by myself, but received it "as is".
So, I understand this file is optional and not mandatory. For what does it
serve, and what do I need to do in my
--Original Message-
From: loophole [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, July 23, 2002 9:46 PM
To: [EMAIL PROTECTED]
Subject: Re: changing default kernel with Grub
you need to change the value of the 'default=xx' line
in '/etc/grub.conf'. in grub, 0 means the first entry
(a
you need to change the value of the 'default=xx' line
in '/etc/grub.conf'. in grub, 0 means the first entry
(according to the layout of your kernel entries).
the ff. example sets grub to load Red Hat Linux 7.3
with kernel 2.4.18-5
boot=/dev/hda
default=1
timeout=10
title Red Hat Linux 7.2 (2.4.
James D. Parra wrote:
-
How do change the default kernel with Grub, if you have more than one kernel
loaded?
-
there is a line in /boot/grub/grub.conf:
default=0
It is zero based, starting with the first listed title block being zero.
___