Kevin McKinley <[EMAIL PROTECTED]> writes:

> On Tue, 24 Jun 2003 19:21:20 +1200
> cr <[EMAIL PROTECTED]> wrote:
>
>> <grub>  setup (hd0)
>> Checking if "/boot/grub/Stage1" exists ... no
>> Checking if "/grub/Stage1" exists ... no
>> Error 15: File not found
>> 
>> /boot/boot/grub/Stage1 does exist, though.   (And df confirms that I have
>> got /dev/hda1 mounted as /boot)
>
> Your files are in /boot/boot/grub, and they should be in /boot/grub.
>
> To solve your problem, do "cp -a /boot/boot/grub /boot".

That's not going to help if /boot is a separate partition.  You need
to separately tell GRUB where to find the stage1.5 and stage2 files
and where to install the boot sector; the Info manual suggests that
you want

  root (hd0,0)
  setup (hd0)

In this situation, I believe /boot/boot/grub is the correct directory.

-- 
David Maze         [EMAIL PROTECTED]      http://people.debian.org/~dmaze/
"Theoretical politics is interesting.  Politicking should be illegal."
        -- Abra Mitchell


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to