I've just installed Fedora 8 into my laptop (dual boot) and after i installed the updates that it recommended the bootloader now shows 2 fedoras (one newer than the other).
here is a copy of my /etc/grub.conf:
what can i do to completely remove the older version of fedora from my system without screwing it all up? cuz if i delete the lines in the grub.conf it won't show up anymore at the bootloader but it'll still be on the computer...i don't want that.
another question, does anyone know where i can find good linux drivers, cuz my wireless requires me to do some tweaks here and there to get it working and i'm working if theres a better way (my laptop is HP Pavilion zd8000 series).
thanks
here is a copy of my /etc/grub.conf:
Code:
# 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,2) # kernel /vmlinuz-version ro root=/dev/VolGroup00/LogVol00 # initrd /initrd-version.img #boot=/dev/sda default=2 timeout=5 splashimage=(hd0,2)/grub/splash.xpm.gz hiddenmenu title Fedora (2.6.23.15-137.fc8) root (hd0,2) kernel /vmlinuz-2.6.23.15-137.fc8 ro root=/dev/VolGroup00/LogVol00 rhgb quiet initrd /initrd-2.6.23.15-137.fc8.img title Fedora 8 (2.6.23.1-42.fc8) root (hd0,2) kernel /vmlinuz-2.6.23.1-42.fc8 ro root=/dev/VolGroup00/LogVol00 rhgb quiet initrd /initrd-2.6.23.1-42.fc8.img title Windows XP rootnoverify (hd0,0) chainloader +1
another question, does anyone know where i can find good linux drivers, cuz my wireless requires me to do some tweaks here and there to get it working and i'm working if theres a better way (my laptop is HP Pavilion zd8000 series).
thanks
Comment