Jerome R. Acks wrote:
> Assuming stage1 and stage2 are in /boot/grub:
cd /boot/grub
dd if=stage1 of=/dev/fd0 bs=512 count=1
dd if=stage2 of=/dev/fd0 bs=512 seek=1
or try:
cat /boot/grub/stage1 /boot/grub/stage2 > /dev/fd0
I'm afraid the error may go beyond that. When I re-install the grub
On Sun, Sep 05, 2004 at 02:50:12AM -0500, Rob Benton wrote:
> I just did a sarge install and partitioned my drive like this:
>
> /deb/hdb1 /boot
> /dev/hdb2 /
> /dev/hdb5 /usr/local
> /dev/hdb6 /u01
> /dev/hdb7 swap
>
>
> Problem is I f
I just did a sarge install and partitioned my drive like this:
/deb/hdb1 /boot
/dev/hdb2 /
/dev/hdb5 /usr/local
/dev/hdb6 /u01
/dev/hdb7 swap
Problem is I forgot to set /dev/hdb1 to bootable when I was
partitioning. So I re-ran
3 matches
Mail list logo