On Sat, 2005-01-29 at 13:41 +0100, Daniel Moyne wrote: > a) when executing in root mode : > grub-install /dev/hdb1 > I get the error message unknown command 'grub-install' ; maybe I need a grub > package ! ; then where to get it and how to install it with rpm command. First of all, make sure that you really don't have grub already installed - try specifying the full path to the command: # /sbin/grub-install /dev/hdb1 If that still fails, try: # yum install grub and then retry the grub-install command. Paul. -- Paul Howarth <paul@xxxxxxxxxxxx>