Recent content by MarcoC

  1. M

    Wiiu solid blue but no video

    Thanks @classiphil ! I successfully downloaded the ios_orig.img file and completed the setup of MCL and SLC. Just a reminder for anyone using Defuse to initiate the MCL installation: make sure the drive is connected before starting the installation process.
  2. M

    Wiiu solid blue but no video

    I tried restoring the 132K BOOT1_SLC.RAW, and with that I am able to enter Minute and boot without the Pico deFuse. However, I still can't start the MLC reinstallation. It keeps showing the following error: "ancast: IOS image might not be 5.5?"
  3. M

    Wiiu solid blue but no video

    Hello! I have a Wii U that is not displaying anything on the screen. I tried to install ISFShax, but I couldn't because the boot1 version was 8354. So I upgraded boot1 img using a dump from another Wii U (just 64KB), but after that the console stopped booting and only showed a solid red LED...
  4. M

    Unable to dump OTP.bin with de_fuse

    you are right! So it is not needed to remove the check in minute...
  5. M

    Unable to dump OTP.bin with de_fuse

    I had to modify the minute code to remove the check for redOTP in rednand.c file if(redotp && !(rednand.slc.lba_length && rednand.slccmpt.lba_length && rednand.mlc.lba_length)){ // if the slc or slccmpt gets mounted with the wrong key, it can be corrupted // TODO: add option to...
  6. M

    Unable to dump OTP.bin with de_fuse

    if I do the step 3 the resulting de_Fuse_otp.bin file is just full of 00 with 0xE1 on the 0x3FF position
  7. M

    Unable to dump OTP.bin with de_fuse

    I am trying to rebuld the MLC but I am not sure of the steps.... First I changed the minute.ini conf [partitions] slccmpt=true slc=true mlc=false [scfm] disable=false allow_sys=true [disable_encryption] mlc=false So MLC partition is false and allow_sys is true, but when I try to start using...
  8. M

    Unable to dump OTP.bin with de_fuse

    Here the python script to calculate the CRC32, you must change the bytes from the SEEPROM you want to modify. For the slccmpt I did a dump but in order to use the SD card with the MLC (64GB) I flushed the boot1_slccmpt.img, so I am not sure is usable
  9. M

    Unable to dump OTP.bin with de_fuse

    I was able to calculate the CRC using to code from minute, and now is booting!! Thanks @SDIO Is is possible to use just redOTP and redSEEPROM and write SLC/MLC to the nand HW?
  10. M

    Unable to dump OTP.bin with de_fuse

    I tried to change the sataDEvice config to 2 but won't boot anymore... maybe CRC fails Is there any tool to change seeprom value and recalculate CRC ?
  11. M

    Unable to dump OTP.bin with de_fuse

    Yes I was using the last zip you post. I tried to add the "wafel_isfshax_patch.ipx" to the plugins since I have ISFSHax installed in the working wiiu and now... it is booting! On the Wiiu HDMI I can see now the error code 160-1400, maybe because the dvd drive is not attached, should I attach...
  12. M

    Unable to dump OTP.bin with de_fuse

    Finally, I had time to test, but it doesn't work. From the Pico console, it seems there is an error: "iosPanic(): Thread 85, owned by IOS-FS(5), has corrupted stack 0x115e9d08 of size 2048!" The working WiiU I have is not the same model as this failed WiiU. Could that be the issue? I've...
  13. M

    Unable to dump OTP.bin with de_fuse

    Thanks @SDIO tomorrow I will try to install it
  14. M

    Unable to dump OTP.bin with de_fuse

    no problem at all and thank you for your help. I have tried this special minute but didn't work... !!!!!!!SPECIAL MINUTE VERSION ERASES SEEPROM!!!!!!!!!!! Write sdmc:/seeprom.bin to SEEPROM? Please enter the Konami code to continue. [POWER/Q] Abort [^ ^ v v < > < > B A ENTER] Continue... ^...
  15. M

    Unable to dump OTP.bin with de_fuse

    Here the 2 layers