diff --git a/wiki/src/install/inc/steps/install_with_gnome_disks.inline.mdwn b/wiki/src/install/inc/steps/install_with_gnome_disks.inline.mdwn
index 4edddd4dcc677fb42ac96b43f142db4e6578da87..6ff5fc5d0a9c4b3b3d4915f8093733402cd20dc2 100644
--- a/wiki/src/install/inc/steps/install_with_gnome_disks.inline.mdwn
+++ b/wiki/src/install/inc/steps/install_with_gnome_disks.inline.mdwn
@@ -41,66 +41,6 @@
 
    [[!img install/inc/screenshots/gnome_disks_system.png link="no" alt=""]]
 
-   <div class="bug">
-
-   XXX Should below (intermediary Tails instructions) be removed? 
-
-   <p>If your version of <span class="application">GNOME Disks</span> is even
-   older and has neither a
-   [[!img lib/open-menu.png alt="Menu" class="symbolic" link="no"]] nor a
-   [[!img lib/emblem-system.png alt="System" class="symbolic" link="no"]]
-   button, you have to [[!toggle id="dd" text="install an intermediary Tails
-   using the command line"]].</p>
-
-   </div>
-
-   [[!toggleable id="dd" text="""
-
-   Install an intermediary Tails using the command line
-   ----------------------------------------------------
-
-   1. Take note of the *device name* of the first USB stick as displayed in the
-      right pane. The device name should be something like `/dev/sdb`,
-      `/dev/sdc`, etc.
-
-   <div class="caution">
-
-   <p>If you are not sure about the device name, you should stop proceeding or
-   you risk overwriting any hard disk on the computer.</p>
-
-   </div>
-
-   1. Open a terminal.
-
-   1. Execute the following command, replacing `[tails.iso]` with the path to the
-      ISO image that you want to install and `[device]` with the device name
-      found in step 1.
-
-          dd if=[tails.iso] of=[device] bs=16M && sync
-
-      Here is an example of command to execute, yours is probably different:
-
-          dd if='/home/amnesia/tails-2.0.iso' of=/dev/sdc bs=16M && sync
-
-   <div class="tip">
-
-   <p>If you are not sure about the path to the ISO image or if you get a <span
-   class="guilabel">No such file or directory</span> error message, you can
-   first type <code>dd</code>, followed by a space, and then drag and drop the
-   icon of the ISO image from a file browser onto the terminal. Doing so should
-   insert the correct path to the ISO image in the terminal.  Then complete the
-   command and execute it.</p>
-
-   </div>
-
-   1. If no error message is returned, Tails is being install on the USB stick.
-      The installation takes a few minutes.
-
-   You can now continue with the next step and [[Open these instructions on
-   another device|usb#intermediary]].
-
-   """]]
-
 1. In the <span class="guilabel">Restore Disk Image</span> dialog, click on
    the file selector button and choose the USB disk image that you downloaded
    earlier.