problems in creating grub bootable disk
Posted: Sat Feb 20, 2010 5:49 am
hi
which step for creating an bootable floppy with grup is wrong?
i get a per-installed version of grub from here
1.dd if=/dev/zero of=floppy.img bs=512 count=2880
2.losetup /dev/loop0 floppy
3. mkdosfs /dev/loop0
4. mount /dev/loop0 /mnt/floppy
5. coying boot to /mnt/floppy
6. dd if=/mnt/floppy/boot/grub/stage1 of=/dev/loop0 bs=512 count=1
7. dd if=/mnt/floppy/boot/grub/stage2 of=/dev/loop0 bs=512 seek=1
what is wrong?
which step for creating an bootable floppy with grup is wrong?
i get a per-installed version of grub from here
1.dd if=/dev/zero of=floppy.img bs=512 count=2880
2.losetup /dev/loop0 floppy
3. mkdosfs /dev/loop0
4. mount /dev/loop0 /mnt/floppy
5. coying boot to /mnt/floppy
6. dd if=/mnt/floppy/boot/grub/stage1 of=/dev/loop0 bs=512 count=1
7. dd if=/mnt/floppy/boot/grub/stage2 of=/dev/loop0 bs=512 seek=1
what is wrong?