0

I installed Debian Squeeze 2.6 (on a recently bought server) with a software RAID1. During installation I installed GRUB loader (1.9 version). System boots OK with GRAB loader BUT right after authorization it cannot execute GRUB command (I want to copy the GRUB from the SDA to SDB). System warning right after GRUB command invocation looks as:

root@servername:~# grub
-bash: grub: command not found

How it could be? (GRUB already installed and no any other OS was installed at all)

Mikalaj
  • 115
  • 1
  • 4
  • Not sure if you meant something else, but there is no such thing as `Debian Squeeze 2.6`. The current version is labeled `6.0.6` – gparent Nov 16 '12 at 22:45

1 Answers1

0

There is no binary named grub installed that is part of the grub-pc package on Debian Squeeze.

The command you would use to install the boot loader to another drive/partition is grub-install.

Zoredache
  • 128,755
  • 40
  • 271
  • 413