From: Per Lundberg <[EMAIL PROTECTED]> Subject: Mounting and more Date: Tue, 8 Jun 1999 13:28:50 +0200 (CEST)
> 2) I've installed the Grub 0.5 package as a Debian package, but I haven't > been able to install Grub as a bootloader on my hard drive. My boot disk > uses Grub 0.4, and I suspect this is the problem. Where do I find a Grub > 0.5 bootdisk? (I'd better RTFM, but I'm currently downloading some > packages under Linux.. ah, it was already done. I'd better reboot into > Hurd. :) You can create the boot disk by yourself. $ dd if=[somewhere]/stage1 of=/dev/fd0 bs=512 count=1 $ dd if=[somewhere]/stage2 of=/dev/fd0 bs=512 seek=1 ---------------------------------------------------------------------- OKUJI Yoshinori <[EMAIL PROTECTED]> ^o-o^ http://duff.kuicr.kyoto-u.ac.jp/~okuji (in English) m /

