Hacking Haxchi-coldboot - autobooting Haxchi installer

DavidBowman

Member
Newcomer
Joined
Apr 7, 2008
Messages
9
Trophies
0
XP
191
Country
United States
Ok I dusted off my wii u from this march. before I attempt this hachi stuff I got 2 questions:
1. I need access to the wiiu shop to buy a ds game yes?
2. Is the latest firmware exploitable? cause I hadn't bought a ds game yet.
Yes to both questions.

Truly, we've reached the Promised Land.
 

zeldaism

Well-Known Member
Member
Joined
Apr 19, 2016
Messages
844
Trophies
0
Age
26
XP
1,350
Country
United States
I've heard that if you have games on your HDD while using cold boot your Wii U will brick. Is this true?
 

::Phoenix::

Well-Known Member
OP
Member
Joined
May 11, 2010
Messages
209
Trophies
1
XP
2,360
Country
Italy
I've heard that if you have games on your HDD while using cold boot your Wii U will brick. Is this true?
You will brick if your DS VC game is on USB and not in sysNAND, but the installer will make sure that the game you select is in sysNAND. USB games are not shown in the list.
 
  • Like
Reactions: zeldaism

socialbacon

Well-Known Member
Newcomer
Joined
Jan 3, 2016
Messages
74
Trophies
0
XP
984
Country
Canada
This is awesome, thank you! I assume coldboot is now considered "safe" to use? I don't think I'll use it until a simple uninstaller is available.
 

ihaveahax

Well-Known Member
Member
Joined
Apr 20, 2015
Messages
6,070
Trophies
2
XP
7,852
Country
United States
@::Phoenix:: now another issue. I tried installing coldboothax (5.5.1U), but it said "Default id is wrong. Coldboothax already installed? Exiting...", despite the fact I've never modified system.xml at all. do you know why this could happen?

storage_slc/config/system.xml contents
Code:
<?xml version="1.0" encoding="utf-8"?> 
<system type="complex" access="777"> 
  <version type="unsignedInt" length="4">21</version> 
  <cmdFlags type="unsignedInt" length="4">0</cmdFlags> 
  <default_os_id type="hexBinary" length="8">000500101000400a</default_os_id>

  <default_title_id type="hexBinary" length="8">0005001010040100</default_title_id>

  <log type="complex" length="0"> 
    <enable type="unsignedInt" length="4">0</enable> 
    <max_size type="unsignedInt" length="4">8388607</max_size> 
  </log> 
  <standby type="complex" length="0"> 
    <enable type="unsignedInt" length="4">1</enable></standby> 
  <ramdisk type="complex" length="0"> 
    <cache_user_code type="unsignedInt" length="4">0</cache_user_code> 
    <max_file_size type="unsignedInt" length="4">10485760</max_file_size>

    <cache_delay_ms type="unsignedInt" length="4">10000</cache_delay_ms> 
  </ramdisk> 
  <simulated_ppc_mem2_size type="hexBinary" length="4">00000000</simulated_ppc_mem2_size>

  <dev_mode type="unsignedInt" length="4">0</dev_mode> 
  <prev_title_id type="hexBinary" length="8">0000000000000000</prev_title_id>

  <prev_os_id type="hexBinary" length="8">0000000000000000</prev_os_id> 
  <default_app_type type="hexBinary" length="4">90000001</default_app_type>

  <default_device_type type="string" length="16" /> 
  <default_device_index type="unsignedInt" length="4">0</default_device_index>

  <fast_relaunch_value type="unsignedInt" length="4">0</fast_relaunch_value>

  <default_eco_title_id type="hexBinary" length="8">0005001010066000</default_eco_title_id>

</system>
 

::Phoenix::

Well-Known Member
OP
Member
Joined
May 11, 2010
Messages
209
Trophies
1
XP
2,360
Country
Italy
@::Phoenix:: now another issue. I tried installing coldboothax (5.5.1U), but it said "Default id is wrong. Coldboothax already installed? Exiting...", despite the fact I've never modified system.xml at all. do you know why this could happen?

storage_slc/config/system.xml contents
Code:
<?xml version="1.0" encoding="utf-8"?>
<system type="complex" access="777">
  <version type="unsignedInt" length="4">21</version>
  <cmdFlags type="unsignedInt" length="4">0</cmdFlags>
  <default_os_id type="hexBinary" length="8">000500101000400a</default_os_id>

  <default_title_id type="hexBinary" length="8">0005001010040100</default_title_id>

  <log type="complex" length="0">
    <enable type="unsignedInt" length="4">0</enable>
    <max_size type="unsignedInt" length="4">8388607</max_size>
  </log>
  <standby type="complex" length="0">
    <enable type="unsignedInt" length="4">1</enable></standby>
  <ramdisk type="complex" length="0">
    <cache_user_code type="unsignedInt" length="4">0</cache_user_code>
    <max_file_size type="unsignedInt" length="4">10485760</max_file_size>

    <cache_delay_ms type="unsignedInt" length="4">10000</cache_delay_ms>
  </ramdisk>
  <simulated_ppc_mem2_size type="hexBinary" length="4">00000000</simulated_ppc_mem2_size>

  <dev_mode type="unsignedInt" length="4">0</dev_mode>
  <prev_title_id type="hexBinary" length="8">0000000000000000</prev_title_id>

  <prev_os_id type="hexBinary" length="8">0000000000000000</prev_os_id>
  <default_app_type type="hexBinary" length="4">90000001</default_app_type>

  <default_device_type type="string" length="16" />
  <default_device_index type="unsignedInt" length="4">0</default_device_index>

  <fast_relaunch_value type="unsignedInt" length="4">0</fast_relaunch_value>

  <default_eco_title_id type="hexBinary" length="8">0005001010066000</default_eco_title_id>

</system>
It seems thet id of the system menu is different depending on the region of your console. My installer works on EU consoles only atm. I will update the installer.

--------------------- MERGED ---------------------------

It seems thet id of the system menu is different depending on the region of your console. My installer works on EU consoles only atm. I will update the installer.
Don't know what the title id is for the JAP Wii U menu...
 

::Phoenix::

Well-Known Member
OP
Member
Joined
May 11, 2010
Messages
209
Trophies
1
XP
2,360
Country
Italy
looks like it works now, system booted to hbl
I also found the title id for the JAP Menu. Commited the changes and I uploading the new version. Thank you for letting me notice it.

--------------------- MERGED ---------------------------

Link updated, now it can be installed on USA and JAP consoles.
 

MattKimura

3DS & WiiU Enthusiast
Member
Joined
Jun 30, 2014
Messages
2,137
Trophies
1
XP
2,937
Country
United States
I just have one question. Does this still include that thing where it'll boot up fw.img twice, having to go through the IOSUHAX logo two times before the home menu loads up? I'm waiting for the times when coldboot is seamless and works as quick as booting cfw manually.
 

::Phoenix::

Well-Known Member
OP
Member
Joined
May 11, 2010
Messages
209
Trophies
1
XP
2,360
Country
Italy
I just have one question. Does this still include that thing where it'll boot up fw.img twice, having to go through the IOSUHAX logo two times before the home menu loads up? I'm waiting for the times when coldboot is seamless and works as quick as booting cfw manually.
The double loading is still there. I had to setup redNAND first, before experimenting with the issue and it took a lot to dump the nand. That's something I working on. Coldboothax has nothing to do with that issue, is an issues of fw.img and cfw_booter.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
  • Quincy @ Quincy:
    Usually when such a big title leaks the Temp will be the first to report about it (going off of historical reports here, Pokemon SV being the latest one I can recall seeing pop up here)
  • K3Nv2 @ K3Nv2:
    I still like how a freaking mp3 file hacks webos all that security defeated by text yet again
  • BigOnYa @ BigOnYa:
    They have simulators for everything nowdays, cray cray. How about a sim that shows you playing the Switch.
  • K3Nv2 @ K3Nv2:
    That's called yuzu
    +1
  • BigOnYa @ BigOnYa:
    I want a 120hz 4k tv but crazy how more expensive the 120hz over the 60hz are. Or even more crazy is the price of 8k's.
  • K3Nv2 @ K3Nv2:
    No real point since movies are 30fps
  • BigOnYa @ BigOnYa:
    Not a big movie buff, more of a gamer tbh. And Series X is 120hz 8k ready, but yea only 120hz 4k games out right now, but thinking of in the future.
  • K3Nv2 @ K3Nv2:
    Mostly why you never see TV manufacturers going post 60hz
  • BigOnYa @ BigOnYa:
    I only watch tv when i goto bed, it puts me to sleep, and I have a nas drive filled w my fav shows so i can watch them in order, commercial free. I usually watch Married w Children, or South Park
  • K3Nv2 @ K3Nv2:
    Stremio ruined my need for nas
  • BigOnYa @ BigOnYa:
    I stream from Nas to firestick, one on every tv, and use Kodi. I'm happy w it, plays everything. (I pirate/torrent shows/movies on pc, and put on nas)
  • K3Nv2 @ K3Nv2:
    Kodi repost are still pretty popular
  • BigOnYa @ BigOnYa:
    What the hell is Kodi reposts? what do you mean, or "Wut?" -xdqwerty
  • K3Nv2 @ K3Nv2:
    Google them basically web crawlers to movie sites
  • BigOnYa @ BigOnYa:
    oh you mean the 3rd party apps on Kodi, yea i know what you mean, yea there are still a few cool ones, in fact watched the new planet of the apes movie other night w wifey thru one, was good pic surprisingly, not a cam
  • BigOnYa @ BigOnYa:
    Damn, only $2.06 and free shipping. Gotta cost more for them to ship than $2.06
    +1
  • BigOnYa @ BigOnYa:
    I got my Dad a firestick for Xmas and showed him those 3rd party sites on Kodi, he loves it, all he watches anymore. He said he has got 3 letters from AT&T already about pirating, but he says f them, let them shut my internet off (He wants out of his AT&T contract anyways)
  • K3Nv2 @ K3Nv2:
    That's where stremio comes to play never got a letter about it
  • BigOnYa @ BigOnYa:
    I just use a VPN, even give him my login and password so can use it also, and he refuses, he's funny.
  • BigOnYa @ BigOnYa:
    I had to find and get him an old style flip phone even without text, cause thats what he wanted. No text, no internet, only phone calls. Old, old school.
  • Psionic Roshambo @ Psionic Roshambo:
    @BigOnYa, Lol I bought a new USB card reader thing on AliExpress last month for I think like 87 cents. Free shipping from China... It arrived it works and honestly I don't understand how it was so cheap.
    +1
    Psionic Roshambo @ Psionic Roshambo: @BigOnYa, Lol I bought a new USB card reader thing on AliExpress last month for I think like 87... +1