On Tue, 11 Sep 2001, MRZ wrote:

> 
>  Me on Fri, Sep 07, 2001 at 02:37:30PM -0700:
> mustang@mustang:/usr/share/grub/i386-pc$ dd if=stage2
> of=/dev/fd0 bs=3D512 seek=1 > dd: /dev/fd0: Permission denied >
> 105+1 records in > 105+1 records out >
> mustang@mustang:/usr/share/grub/i386-pc$
> 
try it with 
cat stage1 stage2 >/dev/fd0
this allways worked for me (never tried dd)

Jan




PS: verification if it's written corectly to the disk
can be done with a combination of dd & cmp, but don't
ask me for the syntax.


_______________________________________________
Bug-grub mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-grub

Reply via email to