Mailinglist Archive: opensuse (1558 mails)
| < Previous | Next > |
Re: [opensuse] Installing Grub to a floppy disk OpenSuse 11.1
- From: Keith <ac7xc1nx@xxxxxxxxxxx>
- Date: Thu, 13 Aug 2009 22:44:54 -0700
- Message-id: <1250228694.9849.6.camel@winvista>
On Fri, 2009-08-14 at 14:14 +0900, Satoru Matsumoto wrote:
I did the above and when I run grub I get the same exact error 21
message.
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
Keith wrote:
I am trying to create a boot disk with grub. I am able to format the
disk and copy the files from /boot/grub to
(/dev/fd0) /mnt/floppy/boot/grub with no errors or problems,
You have to copy *image* by using dd command instead of just copying
files. ;-) Try:
# cd /boot/grub
# dd if=stage1 of=/dev/fd0 bs=512 count=1
# dd if=stage2 of=/dev/fd0 bs=512 seek=1
I did the above and when I run grub I get the same exact error 21
message.
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
| < Previous | Next > |