|
@@ -32,8 +32,12 @@
|
|
following commands:</para>
|
|
following commands:</para>
|
|
|
|
|
|
<screen role="nodump"><userinput>cd /tmp
|
|
<screen role="nodump"><userinput>cd /tmp
|
|
-grub-mkrescue --image-type=floppy floppy.img
|
|
|
|
-dd if=floppy.img of=/dev/fd0 bs=1440 count=1</userinput></screen>
|
|
|
|
|
|
+grub-mkrescue --output=grub-img.iso
|
|
|
|
+dd if=grub-img.iso of=/dev/fd0 bs=1440 count=1</userinput></screen>
|
|
|
|
+
|
|
|
|
+ <para>Alternatively, a boot CD can be created by using your host system's
|
|
|
|
+ CD burning tools to burn the <filename>grub-img.iso</filename> on to a
|
|
|
|
+ blank CD.</para>
|
|
|
|
|
|
<para>GRUB uses its own naming structure for drives and partitions in
|
|
<para>GRUB uses its own naming structure for drives and partitions in
|
|
the form of <emphasis>(hdn,m)</emphasis>, where <emphasis>n</emphasis>
|
|
the form of <emphasis>(hdn,m)</emphasis>, where <emphasis>n</emphasis>
|