From 129053883aafceb1191ad176e6e5eebf815612cc Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Thu, 9 Apr 2015 21:17:15 +0100 Subject: docs/gnulinux/grub_boot_installer.html: Fix hazardous instruction --- docs/gnulinux/grub_boot_installer.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/gnulinux/grub_boot_installer.html') 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 @@

Check that it wasn't automatically mounted. If it was, unmount it. For example:
- $ sudo umount /dev/sdb*
- # umount /dev/sdb* + $ sudo umount /dev/sdX*
+ # umount /dev/sdX*

dmesg told you what device it is. Overwrite the drive, writing your distro ISO to it with dd. For example:
- $ sudo dd if=gnulinux.iso of=/dev/sdb bs=8M; sync
- # dd if=gnulinux.iso of=/dev/sdb bs=8M; sync + $ sudo dd if=gnulinux.iso of=/dev/sdX bs=8M; sync
+ # dd if=gnulinux.iso of=/dev/sdX bs=8M; sync

-- cgit v1.2.3-70-g09d2