I am not very familiar with grub, so which one do I want to change? The one under /etc/grub.conf or boot/grub/grub.conf?
This is what my grub.conf looks like:
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,0)
# kernel /vmlinuz-version ro root=/dev/hda2
# initrd /initrd-version.img
#boot=/dev/hda
default=1
timeout=10
splashimage=(hd0,0)/grub/splash.xpm.gz
title Red Hat Linux (2.4.18-26.8.0)
root (hd0,0)
kernel /vmlinuz-2.4.18-26.8.0 ro root=LABEL=/
initrd /initrd-2.4.18-26.8.0.img
title Red Hat Linux (2.4.18-14)
root (hd0,0)
kernel /vmlinuz-2.4.18-14 ro root=LABEL=/
initrd /initrd-2.4.18-14.img
So, I probably need to modify the lines with title Red Hat Linux (2.4.18-26.8.0) and add after the line
kernel /vmlinuz-2.4.18-26.8.0 ro root=LABEL=/ ide1=0x170,0x376,15
Is this correct?
thanks
Bookmarks