diff options
Diffstat (limited to 'docs/gnulinux/grub_boot_installer.html')
-rw-r--r-- | docs/gnulinux/grub_boot_installer.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/gnulinux/grub_boot_installer.html b/docs/gnulinux/grub_boot_installer.html index 3a99d001..13293bdb 100644 --- a/docs/gnulinux/grub_boot_installer.html +++ b/docs/gnulinux/grub_boot_installer.html @@ -33,14 +33,14 @@ <p> Check that it wasn't automatically mounted. If it was, unmount it. For example:<br/> - <b>$ sudo umount /dev/sdb*</b><br/> - <b># umount /dev/sdb*</b> + <b>$ sudo umount /dev/sdX*</b><br/> + <b># umount /dev/sdX*</b> </p> <p> dmesg told you what device it is. Overwrite the drive, writing your distro ISO to it with dd. For example:<br/> - <b>$ sudo dd if=gnulinux.iso of=/dev/sdb bs=8M; sync</b><br/> - <b># dd if=gnulinux.iso of=/dev/sdb bs=8M; sync</b> + <b>$ sudo dd if=gnulinux.iso of=/dev/sdX bs=8M; sync</b><br/> + <b># dd if=gnulinux.iso of=/dev/sdX bs=8M; sync</b> </p> </div> |