2019-12-01 01:18:59 +01:00
# Blocking Updates
2020-01-02 08:18:41 +01:00
---
2022-08-30 15:36:25 +02:00
All currently known Wii U exploits can, unlike e.g. the Nintendo Switch RCM exploit, be patched by a system update. Although the Wii U is no longer officially supported, Nintendo may still release updates for it. Namely, the updates 5.5.3 up to 5.5.6 were all released after the Wii U was discontinued, so blocking updates is still a recommended action.
2019-12-01 01:18:59 +01:00
2022-09-04 23:45:10 +02:00
While Tiramisu already has built-in update blocking functionality, it is recommended to delete the update folder to effectively block system updates.
If you get a red warning screen while booting into Tiramisu, the update folder still exists and it is recommended to delete it using the guide below.
2020-07-14 04:50:56 +02:00
### Instructions {docsify-ignore}
2019-12-01 01:18:59 +01:00
2022-09-04 23:45:10 +02:00
Currently, two ways exist to effectively block updates on the Wii U system:
2019-12-01 01:18:59 +01:00
<!-- tabs:start -->
2020-07-14 04:50:56 +02:00
#### **Deleting Update Folder**
### Deleting Update Folder
2020-05-26 20:34:47 +02:00
?> This method of update blocking is a bit more advanced than DNS Blocking and uses a homebrew app to modify system files. However, it has the advantage that the eShop's functionality will not be restricted.
2019-12-03 17:52:47 +01:00
1. Plug your SD Card into your Computer.
2020-05-26 20:34:47 +02:00
1. Download and extract [UFDiine ](https://github.com/GaryOderNichts/UFDiine/releases ) to the root of your SD Card.
2019-12-03 17:52:47 +01:00
1. Plug the SD Card into your Wii U console and power it on.
2020-05-26 20:34:47 +02:00
1. Enter the Homebrew Launcher.
1. Navigate the Homebrew Launcher and run the UFDiine app.
1. Press the A button to delete the update folder.
1. Confirm that it says `Update folder is deleted` . You are now blocking updates.
2019-12-01 01:18:59 +01:00
2020-07-14 04:50:56 +02:00
#### **DNS Blocking**
### DNS Blocking
2021-12-20 12:55:21 +01:00
?> This method is the easier method and is recommended to less advanced users. It does, however, prevent the eShop from working. This can be worked around by running [NNUPatcher ](https://wiiubru.com/appstore/zips/nnupatcher.zip ) before starting the eShop.
2019-12-03 17:52:47 +01:00
1. Plug your SD Card into your Computer.
2020-08-11 23:12:40 +02:00
1. Copy the contents of the `nnupatcher.zip` file to the root of your SD Card. If asked, overwrite any duplicate files.
2019-12-03 17:52:47 +01:00
1. Plug the SD Card into your Wii U console and power it on.
1. Enter the Wii U's system settings and navigate to `Internet > Connect to the Internet > Connection List >`
`Your WiFi connection > Change Settings > DNS` and set the option to `Do not auto-obtain` .
1. You will be asked to input a primary and secondary DNS. Enter the following IP addresses:
2021-03-20 22:24:27 +01:00
- Primary DNS: 168.235.092.108
- Secondary DNS: 081.004.127.020
2019-12-09 03:04:49 +01:00
< img src = "docs/assets/img/DNS.png" alt = "DNS Block" >
2020-05-26 20:34:47 +02:00
1. Click on confirm.
1. You are now blocking updates. In order to access the eShop, run the NNUPatcher app from the Homebrew Launcher before launching the eShop.
2019-12-01 01:18:59 +01:00
2020-05-26 20:34:47 +02:00
<!-- tabs:end -->