> -----Original Message----- > From: Tia Haenni > Sent: Thursday, June 20, 2002 12:04 PM > To: KC LUG > Subject: Re: grub configuration tool > > > I have a somewhat related question. I have RH 7.2 with grub > dual booted with Windws 2kPro. How can I change which OS is > the default? Open up /boot/grub/menu.lst in your text editor of choice. Change the following line: default 0 to: default ? where ? is the entry of the option. This is zero indexed, so the first title is 0, the second title is 1, etc. Save the file. That's it. Brian