On 4/20/05, Rick Stevens <rstevens@xxxxxxxxxxxxxxx> wrote: > Antonio Olivares wrote: > > Sorry to bother again, but I can't boot 2.6.11.7 by > > default what do I to make it the default. > > > > This is what's in /boot/grub/grub.conf > > > > [root@rio ~]# cat /boot/grub/grub.conf > > # grub.conf generated by anaconda > > # > > # Note that you do not have to rerun grub after making > > changes to this file > > # NOTICE: You have a /boot partition. This means > > that > > # all kernel and initrd paths are relative to > > /boot/, eg. > > # root (hd0,0) > > # kernel /vmlinuz-version ro > > root=/dev/VolGroup00/LogVol00 > > # initrd /initrd-version.img > > #boot=/dev/hda > > default=1 > > Change that line to "default=0" (boot the first kernel listed). > > > timeout=5 > > splashimage=(hd0,0)/grub/splash.xpm.gz > > hiddenmenu > > title Fedora Core (2.6.11.7) > > root (hd0,0) > > kernel /vmlinuz-2.6.11.7 ro > > root=/dev/VolGroup00/LogVol00 quiet acpi=ht > > initrd /initrd-2.6.11.7.img > > > > title Fedora Core (2.6.9-1.667) > > root (hd0,0) > > kernel /vmlinuz-2.6.9-1.667 ro > > root=/dev/VolGroup00/LogVol00 rhgb quietacpi=ht > > initrd /initrd-2.6.9-1.667.img > > > > [root@rio ~]# > > > > > > Thanks, > > > > Antonio > > > > __________________________________________________ > > Do You Yahoo!? > > Tired of spam? Yahoo! Mail has the best spam protection around > > http://mail.yahoo.com > > > > -- > ---------------------------------------------------------------------- > - Rick Stevens, Senior Systems Engineer rstevens@xxxxxxxxxxxxxxx - > - VitalStream, Inc. http://www.vitalstream.com - > - - > - C program run. C program crash. C programmer quit. - > ---------------------------------------------------------------------- > > -- > fedora-list mailing list > fedora-list@xxxxxxxxxx > To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list > Grub considers the first kernel as 0, not 1