diff --git a/docs/installing-isfshax.md b/docs/installing-isfshax.md
index 3a74c2ef3..02a42a934 100644
--- a/docs/installing-isfshax.md
+++ b/docs/installing-isfshax.md
@@ -166,4 +166,106 @@ If you already have an SLC backup or it is inconvenient for you to do one (no sc
3. `Dump SLC.RAW`
4. Return to Main Menu
-##
\ No newline at end of file
+## Installing ISFShax
+
+1. Choose `Boot 'ios.img'` (6x Power, 1x Eject)
+2. Now the ISFShax installer should launch (this takes a few seconds)
+3. Follow the Instructions on the screen, the buttons are the same as in minute. (3x Eject, 1x Power, 3x Eject)
+4. The console should now turn off.
+5. If the install was successful the Wii U should directly start into minute and the power LED on the console will be purple, once you turn it on.
+
+[Image of a successful ISFShax install](/docs/public/assets/img/guide/isfshaxsuccess.png)
+
+6. Press Eject to continue.
+
+## Backing up ISFShax (optional)
+Dump the SLC.RAW again. This will overwrite the previous SLC.RAW file on the SD. This is required if you need to restore the SLC for unbricking, without loosing ISFShax. Keep that backup in a safe place.
+If you skipped the first Backup also backup OTP and SEEPROM now.
+
+## Booting
+::: warning
+**If you came here from the redNAND, the MLC rebuild or the Region Change guide continue with that tutorial now.**
+:::
+
+For now your Wii U loads minute (fw.img), which then applies the required patches from SD card. (IOSU needs to be patched, so it doesn't fall over the ISFShax superblock).
+To boot into the Wii U OS select Patch (sd) and boot IOS (slc) <-- **This is the third option, not the first!**
+
+If your console just bootloops through minute over and over again, you are probably coldbooting Aroma and replaced the `wiiu/payload.elf` with the fw_img loader. Just replace the `wiiu/payload.elf` again with the Aroma one (applies to Tiramisu too).
+
+To make the Wii U booting automatically, without you having to press any buttons in the minute menu, you have to complete the "Autobooting with SD" section further down.
+
+## Autobooting with SD
+
+To make the Wii U autoboot with an SD card inserted you need to create the filesd:/minute/minute.ini (you might need to create the minute folder) with the following content:
+
+```ini
+[boot]
+autoboot=3
+autoboot_timeout=0
+```
+
+The attached isfshax.zip file contains a few example minute.ini files for autobooting slc, sd or rednand. You can copy and rename the appropriate one. The files in the zip already have the .ini file name extension. if you don't see it, then DO NOT add it, as Windows is hiding it.
+
+You can adjust the timeout (in seconds) to your liking. The autoboot option specifies which entry from the minute menu will be loaded. 1 corresponds to Patch (slc) and boot IOS (slc), which loads the ios_plugins from the SLC (see below for how to setup the files on SLC). If you haven't installed them to the SLC or want to load them from the sd for another reason you can change that value to 3 which corresponds to Patch (sd) and boot IOS (slc)
+
+As an Alternative check out the Fastboot option below.
+
+## Installing Aroma and/or Tiramisu if you didn't already
+
+To install Aroma or Tiramisu put the corresponding files on the SD.
+Tiramisu: https://tiramisu.foryour.cafe/
+Aroma: https://aroma.foryour.cafe/ (You don't need to have install Tiramisu to have Aroma, also the FTPiiU plugin will become handy later)
+Put the `5payldr.ipx` in the `ios_plugins` folder https://github.com/jan-hofmeier/wafel_payloader/releases (if you used the downloader, the plugin is already installed)
+
+## Optional: Installing Plugins to SLC (instead of SD)
+
+::::: tabs
+:::: tab default haxcopy
+
+::: danger
+If you are using haxcopy to update an existing install, make sure that the plugins have the same file name as before, else you might get duplicates, which can cause problems
+:::
+
+::: warning
+If you are redNAND user, remove the hax folder and creare a new one and copy the fw.img from the root of the SD into there, before running haxcopy.
+:::
+
+The hax folder form the download contains the fastboot fw.img, which doesn't work with redNAND. By installing the normal minute and not having the ios_plugins folder on the menu, the Wii U will display the minute menu.
+
+
+If you downloaded the files from isfsh.ax or used the download script, all the files where already put in the hax folder, so you can skip 1-5. Note that the download uses the fastboot minute (explained below).
+1. Create a folder hax on the SD card (this will be copied to the slc)
+2. Copy the fw.img to the hax folder
+3. Create a subfolder ios_plugins in the hax folder
+3. copy 00core.ipx it to the hax/ios_plugins folder
+4. copy 5isfshax.ipx to the hax/ios_plugins folder
+5. if you want to coldboot aroma or tiramisu, copy the 5payldr.ipx to hax/ios_plugins folder
+6. If you need any other plugins like the wafel_unlimit.ipx, you have to rename and copy it to the hax/ios_plugins folder
+7. Copy the [haxcopy app](https://github.com/isfshax/haxcopy/releases) to the wiiu/apps folder (like you usually install homebrew)
+8. Put the SD in the Wii U and run haxcopy to copy the hax folder to the slc.
+
+::::
+:::: tab FTP
+
+On Aroma you have to make sure access to system files is enabled:
+1. Open the Aroma Plugin Configuration Menu using L + Down + SELECT (-) on the GamePad or Pro Controller (or B + Down + Minus (-) for WiiMotes)
+2. Open the FTPiiU option, then settings and set ‘Allow access to system files’ to ‘true’ by pressing A
+
+::: danger
+If you are redNAND user only upload the fw.img and skip the ios_plugins. Also make sure to use the full minute and not the fastboot minute.
+:::
+
+Uploading files:
+
+1. (Tiramisu only) Make sure that you're running FTPiiU Everywhere
+2. Using a FTP client on your PC browse to /storage_slc/
+3. If you see a scfm.img file and sys folder go into the sys folder. If you see a bunch of folders (config import logs proc rights security title tmp) just go to the next step.
+4. Create a subfolder hax and enter it
+5. Make sure your FTP client is in binary mode (not ASCII mode)
+6. upload the minute fw.img to the /storage_slc/sys/hax folder
+7. create another subfolder ios_plugins in /storage_slc/sys/hax
+8. enter that /storage_slc/sys/hax/ios_plugins folder
+9. upload 00core.ipx
+10. upload 5isfshax.ipx
+11. upload 5payldr.ipx
+12. If you need other plugins like the wafel_unlimit.ipx, you have to rename and upload them too
\ No newline at end of file
diff --git a/docs/public/assets/img/guide/isfshaxsuccess.png b/docs/public/assets/img/guide/isfshaxsuccess.png
new file mode 100644
index 000000000..6f14e8c25
Binary files /dev/null and b/docs/public/assets/img/guide/isfshaxsuccess.png differ