Not64 Channel Installer Verified < VALIDATED • 2025 >

Beyond the Homebrew Launcher: A Complete Guide to the Not64 Channel Installer For over a decade, the Nintendo Wii has worn many hats: a casual motion-control party console, a haven for cult-classic RPGs, and—most importantly for this guide—one of the most affordable and accessible retro emulation machines ever created. While the Wii’s Virtual Console service offered a curated (and often sparse) selection of Nintendo 64 games, the emulation was proprietary, locked down, and incomplete. Enter Not64 —a community-driven fork of the original Wii64 emulator, designed to play N64 ROMs with higher compatibility, better audio, and improved performance than its predecessor. But there has always been one friction point: convenience . Most users launch Not64 via the Homebrew Channel, requiring them to navigate through menus, load an SD card or USB drive, and select a ROM every time they want to play Mario Kart 64 or GoldenEye 007 . The solution? The Not64 Channel Installer . This article dives deep into what the Not64 Channel Installer is, why you need it, how to use it safely, and how to troubleshoot the most common issues.

Part 1: What is Not64? (A Quick Refresher) Before we discuss the installer , we need to understand the software . Not64 is an open-source Nintendo 64 emulator for the Wii. It was created by emu_kidid and later improved by Extrems (known for GameCube homebrew like Swiss). Not64 builds upon the original Wii64 core with significant upgrades:

Dynamic Recompilation (Dynarec): Faster code execution, making games like Perfect Dark and Resident Evil 2 playable. Improved Audio Emulation: Fixes crackling and desync issues common in older Wii64 builds. Controller Pak & EEPROM Support: Better save game management. Widescreen Hacking: Optional forced widescreen for certain games.

The problem: Not64 is an .elf or .dol file. Without a channel, you must: not64 channel installer

Boot the Wii. Launch the Homebrew Channel (via an SD card or forwarder). Scroll to Not64. Load the emulator. Browse to your ROM directory.

The Not64 Channel Installer eliminates steps 1-4.

Part 2: What Exactly is the "Not64 Channel Installer"? The Not64 Channel Installer is not a standalone emulator. Rather, it is a WAD file (Wii Package) – a digital distribution format used by Nintendo’s Wii Shop Channel – that installs a permanent, bootable channel directly onto your Wii’s System Menu. When you run the installer (usually via the Homebrew Channel or a WAD manager like YAWMM or Multi-Mod Manager), it writes a new icon to your Wii’s main dashboard. Clicking that icon launches Not64 immediately, skipping the Homebrew Channel entirely. Two Primary Types of Not64 Channels Beyond the Homebrew Launcher: A Complete Guide to

Forwarder Channel (Recommended): This is a small channel that points to the Not64 executable located on your SD card or USB drive. If you update Not64, the forwarder continues to work. File size: ~2MB. Standalone Channel (Full Install): The entire Not64 emulator and assets are embedded into the WAD file. This uses significantly more Wii system memory (NAND) but works without an SD card. Not recommended unless you have a lot of free internal storage.

Most modern "Not64 Channel Installer" files you find online are forwarders .

Part 3: Prerequisites – What You Need Before Installing Warning: Installing custom channels modifies the Wii’s internal NAND flash memory. While generally safe, an interruption (power loss) or a corrupt WAD file can lead to a "brick" (a non-functional console). Do not proceed unless you have installed the Homebrew Channel and BootMii. Required Hardware & Software | Item | Notes | |------|-------| | Nintendo Wii | Any model (RVL-001 preferred, though RVL-101 "Family Edition" works) | | SD Card (or microSD in adapter) | 2GB to 32GB, formatted as FAT32 . Non-SDHC cards (2GB or less) are most compatible for initial hacking. | | Not64 Emulator | Download the latest not64.dol or boot.dol from the official GitHub or GBAtemp repository. | | Not64 Channel Installer (WAD) | A .wad file that installs the forwarder. Source carefully from trusted homebrew sites (check file hashes). | | WAD Manager | Multi-Mod Manager (MMM), Yet Another Wii Mod Manager (YAWMM), or WiiMod Lite. | | Homebrew Channel | Already installed on your Wii. | | N64 ROMs | Legally owned backups of your games. Place them in a folder like sd:/not64/roms/ . | A Note on Wii U (vWii) Compatibility The Not64 Channel Installer can work on the vWii (Wii Mode inside a Wii U), but with caution. The vWii’s NAND is more fragile. Do not install standalone (full) WAD channels on vWii; forwarders only. Some users report graphical glitches on vWii that aren’t present on original hardware. But there has always been one friction point: convenience

Part 4: Step-by-Step Installation Guide This guide assumes your Wii is already softmodded with the Homebrew Channel and a WAD manager. If not, follow a current guide (like wii.guide) first. Step 1: Prepare Your SD Card

Format your SD card as FAT32 (32kb cluster size). Create the following folder structure: SD:/ ├── apps/ │ ├── not64/ │ │ └── boot.dol (renamed from not64.dol) │ └── wad_manager/ │ └── boot.dol (e.g., YAWMM or MMM) ├── wad/ │ └── not64_forwarder.wad └── not64/ └── roms/ ├── super_mario_64.z64 ├── ocarina_of_time.v64 └── (your ROMs here)