Hi
What would indicate that the command redo-mbr ought to be given or should be given ?
OW
Once installed grub should
not need to be reinstalled to the MBR
unless another OS is installed and the
PCLinuxOS grub is
overwritten. This can be
avoided by having subsequent
Linux OS install their grub to the
boot sector of their
own / partition. One can then either copy the
first stanza of the
new OS's menu.lst to the
PCLinuxOS's menu.lst, or create a
chainloader stanza in the
PCLinuxOS menu.lst as follows;
title <new OS>
root (hdn,n)
chainloader +1Replace
n with the
hard drive number, and
n with the
partition number, remembering that grub starts counting at
0.