Didimo Grimaldo wrote:
> I am going to eliminate LILO and try GRUB by installing it using the
> /sbin/redhat-grub-something command once I install the RPM.
> But I have a nagging doubt as to how to do it...
> 
> I suppose once I have GRUB I can safely eliminate LILO, right?
> 
> My system has a root partition '/' in /dev/hda8  and the '/boot'
> partition containing the kernel at /dev/hda5. The GRUB install
> command requires a root partition parameter, so which would it be, my
> /dev/hda8 ('/') or my /dev/hda5 ('/boot') ? 
Yes, you can eliminate lilo once grub is working.  The root partition is
your / partition.  If you leave it off --root-directory option it defaults
to /. Since you have a separate /boot partition you would want to specify
that as your --root-directory.  Something like:
grub-install --root-directory=/boot <device to install to>
The install device is the disk you want to install to.
see http://www.gnu.org/manual/grub-0.92/html_mono/grub.html for more info.

JMF
James Francis
TechRx Inc.
530 Lindbergh Dr.
Coraopolis, Pa. 15108
Phone: (412) 474-1078   Fax: (412) 474-1074



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to