On Friday 05 March 2004 11:11, Shabbar Arsiwala wrote: > Hi, > > This is a Linux related Q. May be one of you on this list can help me with > it. > I have installed Red Hat 9.0 on one my machines using GRUB. I have 2 hard > drives - one has Windows 2000 (master) and the other has Red Hat (slave). > When I boot up I get the following options to choose from. > > Grub 0.93 (639K lower / 39219K upper memory) > > Red Hat (2.4.20-30.9) > Red Hat (2.4.20-28.9) > Red Hat (2.4.20-24.9) > Red Hat (2.4.20-20.9) > Red Hat (2.4.20.8) > DOS > > How do I set it up in such a way that I see only 2 entries on boot up - one > for Red Hat and one for DOS and I would like to make DOS my default bootup > option. > > Thanks, > Shabbar > >
Shabbar, You can edit "grub.conf" leaving just the latest kernel version and DOS menu items. Grub.conf is located at "/boot/grub/grub.conf". At the top of the file is an item "default=" the default for that is 0 (zero) that determines which partition is booted by default. Zero is really one, one is really two... I strongly urge you to make a backup copy of "grub.conf". Good Luck Lanny _______________________________________________ Nessus mailing list [EMAIL PROTECTED] http://mail.nessus.org/mailman/listinfo/nessus
