Re: grub /boot partition error

2004-09-05 Thread Rob Benton
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

Re: grub /boot partition error

2004-09-05 Thread Jerome R. Acks
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

grub /boot partition error

2004-09-05 Thread Rob Benton
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