grub on 5.4

Uli Middelberg uli at middelberg.de
Fri Apr 22 12:47:53 PDT 2005


Dick Davies schrieb:
> grub> find /boot/grub/stage1
>  (hd0,0,a)
> 
> grub> setup (hd0)
>  Checking if "/boot/grub/stage1" exists... yes
>  Checking if "/boot/grub/stage2" exists... yes
>  Checking if "/boot/grub/ufs2_stage1_5" exists... yes
>  Running "embed /boot/grub/ufs2_stage1_5 (hd0)"... failed (this is not fatal)
>  Running "embed /boot/grub/ufs2_stage1_5 (hd0,0,a)"... failed (this is not fatal)
>  Running "install /boot/grub/stage1 (hd0) /boot/grub/stage2 p /boot/grub/menu.lst "... failed
> 
> Error 29: Disk write error
> 
> grub> quit
> 

It will work when you install grub after booting
from floppy disk or CD.

You may create a bootable grub floppy with
$ cd /boot/grub
$ dd if=stage1 of=/dev/fd0 bs=512 count=1
$ dd if=stage2 of=/dev/fd0 bs=512 seek=1

Uli Middelberg
--
http://lists.freebsd.org/pipermail/freebsd-questions/2005-February/076136.html



More information about the freebsd-stable mailing list