01-23-04 09:54 PM
On 23 Nov 2003 16:34:58 -0800, Rob Baxter
<rbaxter@cyence.com> wrote:quote:
> Hi,
>
> I am unable to install grub on my gnu-linux (debian) system. The
> current bootloader is lilo, but I would much prefer grub. I am able
> to 'enter' grub, that is, get to the "grub>" prompt, however, I
> receive the following error when I attempt the "setup (hd0)" command:
>
> Checking if "/boot/grub/stage1" exists... no
> Checking if "/grub/stage1" exists... no
>
> Error 15: File not found
>
> What is 'stage1'? What kind of file is it? How do I create it?
> Thanks in advance as always,
>
apt-get install grub-doc
apt-get install info ; # if it isn't already installed
info grub
(summary: you can install the grub bootloader with "grub", but
"grub-install" is recommended.)
I'm not sure why grub and grub-doc are separate packages, probably
because of the GNU "Free" Documentation License.
--
You can go anywhere you want if you look serious and carry a clipboard.
[ Post a follow-up to this message ]
|