shadow22 escribió:Prueba el IOS 60 v6400
DenSho escribió:Si se bajan los IOS del server oficial Nintendo, al bajarte el IOS60 que es el System Menu, si estás en la 4.1, ta vas a bajar un stub y vas a quedar con una Wii jodida
Changelog:
-------------------------------------------------------------------------------------
0.30 Edits By phpgeek:
Revision 2
-fixed temperamental issue with autobooting
-fixed issue with shutdown to preloader
-fixed issue causing unpredictable behavior when reading settings
-disabled mounting sd when launching installed dol (can cause stack dump)
Revision 1
-added missing event handling from the official source
-fixed a number of bugs that was preventing preloader from working
-built installation and removal utility for compiled binary
-added modifications supplied by DacoTaco (see below)
0.30 Edits By DacoTaco:
-added autoboot Bootmii IOS
-added Bootmii IOS booting option
-let preload remount sd
-try and boot the HAXX Homebrew channel Title ID if JODI isn't found
-renamed the settings file it accesses as this version changes stuff and still needs testing!
0.30:
-added SDHC support
-added a new option to the "return to" setting; "return to: autoboot"
-fixed a bug where enabled autoboot overwrote the "return to preloader" setting
-removed netcode, online update check, online update code.
0.29:
-added a feature to load the system menu with any IOS version you want.
-The installer includes an IOS patcher which when found patches IOS60
so preloader can fully work with system menu 4.0
-Moved some text around for better visibility on 4:3 screens
-fixed a bug which let the disc endlessly spin when wc24 was enabled
and the wii got turned off
-fixed a bug which broke system menu loading when the system got formated
0.28:
-rewrote the hacks parser, it's more solid now
and detects syntax errors much better
-added a new font
-optimized the menu layout
-you can now add unlimited offsets/value in one hack entry
-added beta version related code
-added a setting which allows to always turn you Wii off
even when standby is enabled
-fixed that when shutting down from the System Menu,
the Wii always got powered down instead of using the set shutdownmode.
-fixed a bug which prevented updating to a non beta version during beta testing
-fixed a bug in the System Menu hacks scrolling code
0.27
-added a setting to stop the disc when autoboot is disabled
-added a setting to return to preloader when Wii titles
are using the switch off state
-added a setting to show beta updates
-added a setting to disable lighting the drive slot on an error
-added one message to make the online update not look frozen
-errors when parsing the hacks.ini now show the line
-preloader now regards the shutdownmode (OFF/Standby)
-fixed that under certain circumstances hacks from another version were applied
-fixed a settings related bug
0.26:
-added elf-loading (able to load white-linux!)
-added an option to load preloader or the System Menu
when the return-to state is used.
-made the hacks list scrollable, allowing an unlimited amount of hacks
-rewrote the installer
-added some interface improvements
-fixed the online update
-fixed returning to the System Menu, which loaded preloader instead
-fixed shutting down from System Menu, which loaded preloader instead
-fixed a bug in the "Install/Load File" menu that allowed users
to move out of the list
-fixed System Menu loading for all System Menu versions
-fixed the stuck-systemmenuhack-option bug
-fixed the bug that when a nunchuck was connected the System Menu wouldn't load
-fixed a bug which caused the Wii to freeze when power was pressed
-fixed a bug where only the first Wiimote was powered down
when the Wii got turned off
Posts merged
QUOTE(micric100 @ Oct 14 2009, 12:43 AM) *
QUOTE(micric100 @ Oct 14 2009, 12:50 AM) *
can I install this on 4.2, i have a stubbed ios60, and don't have preloader installed since I upgraded. I have ios70 truncha signed
anyone know the answer to this?
You need to have IOS70 trucha signed and ES_Identity signed, search for **********************.wad. Available via xzxero's guide. If you have this installed, then you can install preloader on a 4.2 system
preloader v0.30 (source) by crediar (10/6/2009)
-------------------------------------------------------------------------------------
Many tanks to ajd4096 who donated me an USBGecko!
First of all I want to thank 'zouzzz zzzuoz', AlexLH, GizmoTheGreen and SquidMan.
Thanks to svpe for the ES_DIVerfiy patch.
Thanks to marcan for the stub code (stub.S)
IMPORTANT NOTE:
-------------------------------------------------------------------------------------
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation version 2.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
NOTE:
-------------------------------------------------------------------------------------
Since there is still a high demand for preloader and I don't really want to work on
it anymore I thought it would be the best to release the source.
Note on compiling:
-------------------------------------------------------------------------------------
Code has been tested on the latest devkitPro with devkitPPC and should compile fine.
Before you can compile anything you need to place a certs.bin into the data directory.
What is preloader and what the hell does it do:
-------------------------------------------------------------------------------------
preloader is a small application which places itself before the system menu.
It's main feature is to directly boot the Homebrew Channel or a file you can install
from a FAT device.
preloader is also able to apply memory patches the system menu to remove limitations
or other things.
Since preloader places itself before the system menu any problems that would cause
the system menu to fail are not causing your whole wii to stop working.
If autoboot is enabled and you want to access preloader's menu simply hold RESET
while powering the wii on.
Hacks:
-------------------------------------------------------------------------------------
To install additional System Menu patches, simply copy the "hacks.ini" file
included with preloader into the root of your SD card.
Then,boot into preloader's settings, and chose to enable or disable the patches
in the Hack Settings menu.
Once applied, your patches are placed in NAND, so feel free to erase the file
on your SD card.
The format for adding additional hacks, or patches, to your hacks.ini file is simple
and should explain itself.
see http://wiibrew.org/wiki/Preloader/hacks for many user created hacks!
Uninstall:
-------------------------------------------------------------------------------------
The simplest and safest way to remove preloader is to reinstall the System Menu
using AnyRegion Changer or a WAD installer.
http://wiibrew.org/wiki/AnyRegion_Changer
http://wiibrew.org/wiki/WadImport
Greetings:
-------------------------------------------------------------------------------------
(in random order)
there are way to many people to greet and before I forget
some I just don't list any
devkitPro
Team Twiizers
#todXXX the sanctuary!
#playground
#wiidev (both of them!)
#dsidev
#gamingexposed
Changelog:
-------------------------------------------------------------------------------------
0.30 Edits By phpgeek:
Revision 3
-fixed issue with the boot state that could
cause the wii to power down during boot
Revision 2
-fixed temperamental issue with autobooting
-fixed issue with shutdown to preloader
-fixed issue causing unpredictable behavior when reading settings
-disabled mounting sd when launching installed dol (can cause stack dump)
Revision 1
-added missing event handling from the official source
-fixed a number of bugs that was preventing preloader from working
-built installation and removal utility for compiled binary
-added modifications supplied by DacoTaco (see below)
0.30 Edits By DacoTaco:
-added autoboot Bootmii IOS
-added Bootmii IOS booting option
-let preload remount sd
-try and boot the HAXX Homebrew channel Title ID if JODI isn't found
-renamed the settings file it accesses as this version changes stuff and still needs testing!
0.30:
-added SDHC support
-added a new option to the "return to" setting; "return to: autoboot"
-fixed a bug where enabled autoboot overwrote the "return to preloader" setting
-removed netcode, online update check, online update code.
0.29:
-added a feature to load the system menu with any IOS version you want.
-The installer includes an IOS patcher which when found patches IOS60
so preloader can fully work with system menu 4.0
-Moved some text around for better visibility on 4:3 screens
-fixed a bug which let the disc endlessly spin when wc24 was enabled
and the wii got turned off
-fixed a bug which broke system menu loading when the system got formated
0.28:
-rewrote the hacks parser, it's more solid now
and detects syntax errors much better
-added a new font
-optimized the menu layout
-you can now add unlimited offsets/value in one hack entry
-added beta version related code
-added a setting which allows to always turn you Wii off
even when standby is enabled
-fixed that when shutting down from the System Menu,
the Wii always got powered down instead of using the set shutdownmode.
-fixed a bug which prevented updating to a non beta version during beta testing
-fixed a bug in the System Menu hacks scrolling code
0.27
-added a setting to stop the disc when autoboot is disabled
-added a setting to return to preloader when Wii titles
are using the switch off state
-added a setting to show beta updates
-added a setting to disable lighting the drive slot on an error
-added one message to make the online update not look frozen
-errors when parsing the hacks.ini now show the line
-preloader now regards the shutdownmode (OFF/Standby)
-fixed that under certain circumstances hacks from another version were applied
-fixed a settings related bug
0.26:
-added elf-loading (able to load white-linux!)
-added an option to load preloader or the System Menu
when the return-to state is used.
-made the hacks list scrollable, allowing an unlimited amount of hacks
-rewrote the installer
-added some interface improvements
-fixed the online update
-fixed returning to the System Menu, which loaded preloader instead
-fixed shutting down from System Menu, which loaded preloader instead
-fixed a bug in the "Install/Load File" menu that allowed users
to move out of the list
-fixed System Menu loading for all System Menu versions
-fixed the stuck-systemmenuhack-option bug
-fixed the bug that when a nunchuck was connected the System Menu wouldn't load
-fixed a bug which caused the Wii to freeze when power was pressed
-fixed a bug where only the first Wiimote was powered down
when the Wii got turned off
riauriau escribió:Por cierto, también he seguido el hilo de gbatemp y una advertencia a navegantes: la nueva versión (0.30) no parchea el ios del system menu, es decir, el que quiera instalar esta versión debe, previamente, parchear el ios del system menú (ios60 para 4.0 o 4.1, ios70 para 4.2) con el ES_DIVerify porque si no luego preloader no puede arrancar el system menú
Usage:
Press (+) to install or update Preloader.
Press (-) to remove Preloader and restore your system menu.
Hold Down (B) with any of the above options to use IOS249.
Press (HOME) to chicken out and quit the installer!
riauriau escribió:Por cierto, tengo una pregunta, ¿si saca esta gente otra revisión, hace falta desinstalar la previa o vale instalarla encima? A ver si me sacáis de la duda
Electrux escribió:entonces es tan facil como iniciarlo y sustituye al 0.29? no hay que hacer nada y el hacks.ini podemos utilizar el que teniamos?? o no vale?
tengo 4.0 Wanin
tolomeomanseca escribió:una duda, cuando intento instalarlo me dice que es incapaz de leer el ticket y que cancela la instalación (unable to read the ticket, aborting mission)
que es lo que hago mal? tengo 4.1E con el ios 60 con trucha y el parche ES_DIVerify, utilizo una SDHC y cargando el archivo tanto desde el wiiload como desde la sd me da el mismo error
Gracias
riauriau escribió:Si, perfectamente puedes instalarlo encima, la muestra la tienes en hal9000 y su post anterior. Los hacks te siguen valiendo ya que no cambian, sólo se corresponden a la versión del system menu.
riauriau escribió:tolomeomanseca escribió:una duda, cuando intento instalarlo me dice que es incapaz de leer el ticket y que cancela la instalación (unable to read the ticket, aborting mission)
que es lo que hago mal? tengo 4.1E con el ios 60 con trucha y el parche ES_DIVerify, utilizo una SDHC y cargando el archivo tanto desde el wiiload como desde la sd me da el mismo error
Gracias
Prueba a instalarlo presionando el botón "B" antes de pulsar "+". Esto hace que la instalación utilice el cIOS249 de wanin (me imagino que lo tendrás). También gente que ha reportado el mismo error lo ha solucionado instalado previamente la versión 0.29, luego instalan encima esta.
tolomeomanseca escribió:ya probaré lo del preloader0.29
hal9000 escribió:tolomeomanseca escribió:ya probaré lo del preloader0.29
Mejor pruebalo con el 0.29 JODI, mas que nada porque el 0.29 original no te va encontrar el HBC nuevo.
Electrux escribió:ok gracias por responderme se me olvido decirtelo tengo Bootmii como boot2 pasa algo?
Electrux escribió:donde esta la 0.30 rev 4 o cual es la ultima?? no la veo
hal9000 escribió:Eso de una versión final lo veo complicado, mas que nada porque las fuentes de la 0.30 son de Crediar, pero ha sido continuadas por otros.. y puede pasar que salga la 0.30 by fulanito, la 0.30 by menganito, ect..
Esto ya se ha contestado pero..
El hacks.ini, el mismo, ni tocarlo.
Sobre el parcheo del IOS60 no se porque leches no lo han puesto en esta nueva versión, un novato que instale por primera vez preloader 0.30 y vea que al salir de el le sale el cartelito de ficheros de sistema corruptos puede darle un amago de infarto
La mas sencillo para el que vaya a instalar preloader 0.30 revxx por primera vez y no sepa si tiene el parche ES_identify, es instalar el preloader 0.29 oficial y acto seguido machacarlo con el nuevo y punto.
lamateporunyogur escribió:Con lo de la versión final no me refiero a una versión definitiva, y yá sé que es estable, como lo era la versión 0.29. A lo que me refiero es que en cosa de unas semanas no se podrá mejorar más, se habrá limpiado el código y los problemas que no se puedan solucionar (como podría ser el del parcheo de IOS70) quedarán estancados. Además se impondrá la versión que mejor funcione, ya sea la de fulanito o la de menganita, según funcionen para la mayoría de usuarios. Entonces se creará un proceso de instalación como el que se está dando. Actualmente: instalar primero 0.29 y luego 0.30 para fw <4.2, instalar IOS70 trucha y luego 0.30 para fw=4.2 (corregidme si me equivoco).
Llegado ese momento, podemos decir que preloader 0.30 by meganito es la versión "final" o "estable", al menos todo lo que se ha podido. Máximos posibles de compatibilidad y prestaciones. No me refiero a que sea inestable por peligrosidad, sino por compatibilidad y estado de desarrollo.
Perdón si no me había expresado bien en mi anterior mensaje.
PD ¿Puedo abrir un hilo oficial de los de verdad?
Este está muy verde.
tolomeomanseca escribió:Lo unico que pasa que si intento mirar los "dols" instalados me salta un code dump, pero supongo que es normal en esta version (r4), por lo demas los dols se "autobootean" sin problemas...
hal9000 escribió:tolomeomanseca escribió:Lo unico que pasa que si intento mirar los "dols" instalados me salta un code dump, pero supongo que es normal en esta version (r4), por lo demas los dols se "autobootean" sin problemas...
Opsssss pues eso a mi no me pasa, al mirar los "dols" me salta el loadmii 0.3 sino me equivoco.
Sobre lo de hacer un nuevo hilo oficial, se pide a gritos..
tolomeomanseca escribió:No se ya probare en una que no sea SDHC, o cuando saquen una nueva revisión
gracias de todos modos
hal9000 escribió:tolomeomanseca escribió:No se ya probare en una que no sea SDHC, o cuando saquen una nueva revisión
gracias de todos modos
Es posible que sea por eso que te falle, yo uso una SD de 2 Gigas porque se que es compatible con todas las utilidades que necesiten usar la SD, sobretodo las mas antiguas.
Ademas como no lanzo juegos ni emus desde la SD pues con 2 Gigas voy sobrao por todos los lados, aun teniendo en cuenta que tengo dos backups de la nand
tolomeomanseca escribió:Lo unico que pasa que si intento mirar los "dols" instalados me salta un code dump, pero supongo que es normal en esta version (r4), por lo demas los dols se "autobootean" sin problemas...
Gracias por vuestra ayuda
EDITO: el dol que esta instalado es el mplayer ce, no se si tendra que ver
hal9000 escribió:tolomeomanseca escribió:Lo unico que pasa que si intento mirar los "dols" instalados me salta un code dump, pero supongo que es normal en esta version (r4), por lo demas los dols se "autobootean" sin problemas...
Gracias por vuestra ayuda
EDITO: el dol que esta instalado es el mplayer ce, no se si tendra que ver
Pues haciendo mas pruebas, esto es lo que he sacado en claro:
Preloader 0.30 rev4, al entrar en la opción Installed Files (sin tener ningún fichero instalado previo), salta el LoadMii 0.3 y te permite explorar los ficheros y carpetas de la SD y lanzarlos si así lo deseas.
Ahora, al instalar un fichero desde la opción Install File y después intentar entrar en la opción Installed Files, code dump al canto como bien comentas.
El dol que yo he instalado es el del usb loader gx
al igual que a ti el autoboot funciona perfectamente, solo queda el detallito de que funcione bien el Installed Files y creo que se tendría una release candidate para ser la 0.31
geko2bytes escribió:pues yo quiero borrar el bootmi que he instalado en el preloader,le di sinquerer a install file y no le di a load.
alguien sabe como quitar el install ese?.
uso preloader 0.29
master42 escribió:geko2bytes escribió:pues yo quiero borrar el bootmi que he instalado en el preloader,le di sinquerer a install file y no le di a load.
alguien sabe como quitar el install ese?.
uso preloader 0.29
Cómo?
el bootmii instalado en el preloader?
q tratas de decir?
Helwem escribió:existe una aplicación llamada Nandclean que pude borrar eso, los settings y los hacks
hal9000 escribió:tolomeomanseca escribió:Lo unico que pasa que si intento mirar los "dols" instalados me salta un code dump, pero supongo que es normal en esta version (r4), por lo demas los dols se "autobootean" sin problemas...
Gracias por vuestra ayuda
EDITO: el dol que esta instalado es el mplayer ce, no se si tendra que ver
Pues haciendo mas pruebas, esto es lo que he sacado en claro:
Preloader 0.30 rev4, al entrar en la opción Installed Files (sin tener ningún fichero instalado previo), salta el LoadMii 0.3 y te permite explorar los ficheros y carpetas de la SD y lanzarlos si así lo deseas.
Ahora, al instalar un fichero desde la opción Install File y después intentar entrar en la opción Installed Files, code dump al canto como bien comentas.
El dol que yo he instalado es el del usb loader gx
al igual que a ti el autoboot funciona perfectamente, solo queda el detallito de que funcione bien el Installed Files y creo que se tendría una release candidate para ser la 0.31
raulin93 escribió:Habeis hablado de crear un nuevo post sobre el preloader, seria posible, si o si, ya que me he leido este tres veces y al final casi acabo mas liado que al principio, entre una version y otra, cual instalar primero, cual instalar despues para machacar la anterior, que version de preloader instalar en una version de wii o en otra.
De verdad que se agradeceria, me imagino que no es facil, pero se aclararian muchas dudas si estubiera actualizada desde el primer post.
Gracias.
comepiedras escribió:raulin93 escribió:Habeis hablado de crear un nuevo post sobre el preloader, seria posible, si o si, ya que me he leido este tres veces y al final casi acabo mas liado que al principio, entre una version y otra, cual instalar primero, cual instalar despues para machacar la anterior, que version de preloader instalar en una version de wii o en otra.
De verdad que se agradeceria, me imagino que no es facil, pero se aclararian muchas dudas si estubiera actualizada desde el primer post.
Gracias.
Cada versión sobrescribe a la anterior, asi qeu no se instala uno primero y otro despues, se instala el último y punto.
hal9000 escribió:comepiedras escribió:raulin93 escribió:Habeis hablado de crear un nuevo post sobre el preloader, seria posible, si o si, ya que me he leido este tres veces y al final casi acabo mas liado que al principio, entre una version y otra, cual instalar primero, cual instalar despues para machacar la anterior, que version de preloader instalar en una version de wii o en otra.
De verdad que se agradeceria, me imagino que no es facil, pero se aclararian muchas dudas si estubiera actualizada desde el primer post.
Gracias.
Cada versión sobrescribe a la anterior, asi qeu no se instala uno primero y otro despues, se instala el último y punto.
Si comepiedras tienes razón, pero hay un pequeño pero....
Resulta que Preloader 0.30 revxx no parchean el IOS60 con ES_identify, esto hace que si nunca antes estuvo instalado Preloader y/o no tienes parcheado el IOS60 con ES_identify, dará como resultado que al intentar salir al SystemMenu salte el mensaje de ficheros de sistema corruptos.
Si le pasa esto a un novato fijo que se pone al borde del infarto
Ya se que simplemente yendo a la configuración de Preloader -> Settings y seleccionando por ejemplo el IOS 249 se soluciona este problema.
Por eso desde mi punto de vista lo mejor para el poco iniciado es instalar el Preloader 0.29 oficial o mejor Preloader 0.29 JODI, estas versiones si que parchean el IOS60 y acto seguido instalar Preloader 0.30 rev4 o superior. sin mas miramientos.
No se tarda mas de 30-40 segundos en instalar las dos versiones.
raulin93 escribió:Eso es a lo que me refiero, se que no es tarea facil el hacer un tutorial y seguirlo, para tenerlo actualizado, pero es que lees y lees y al final pues no me atrevo hacer nada por miedo a meter la pata, prefiero esperar.
Es como los tutos de lametoporunyogur o tu misma comepiedras, sin menospreciar a nadie por supuesto, realmente da gusto leerlos y ver que estan actualizados o al menos estan + o - al dia, sin estar muy puesto en esto de la scene, es casi imposible no hacerlo bien.
Gracias por todo, no tengo prisa, esperare y lo que haga lo hare con pies de plomo, ya que no tengo la posibilidad del bootmii como boot2.
Un saludo.
jmax91 escribió:Quería comentar una cosa sobre la v0.30 de preloader (rev3 y rev4) y es que al salir de los canales (ya sea el homebrew channel o el canal disco, me ocurre con todos) y al cargarse el system menu, lo carga reinciándolo, es decir, con el mensaje de advertencia de seguridad. No he conseguido solucionarlo cambiando los ajustes de preloader de "autoboot" y "return to" ni desactivando todos los hacks.
He estado buscando a ver si a alguien más le ocurría pero creo no haber encontrado ningún caso reportado. Decir también que con las versiones anteriores no me ocurría. Mi Wii es una 4.1E actualizada desde 4.0E con Pimp My Wii.
riauriau escribió:jmax91 escribió:Quería comentar una cosa sobre la v0.30 de preloader (rev3 y rev4) y es que al salir de los canales (ya sea el homebrew channel o el canal disco, me ocurre con todos) y al cargarse el system menu, lo carga reinciándolo, es decir, con el mensaje de advertencia de seguridad. No he conseguido solucionarlo cambiando los ajustes de preloader de "autoboot" y "return to" ni desactivando todos los hacks.
He estado buscando a ver si a alguien más le ocurría pero creo no haber encontrado ningún caso reportado. Decir también que con las versiones anteriores no me ocurría. Mi Wii es una 4.1E actualizada desde 4.0E con Pimp My Wii.
Pues a mi no me ha dado ese problema. En settings pones autoboot "system menu" y return to "system menu" y tienes activado el hack Replace Health Screen with Backmenu, primer hack que aparece en la página de wiibrew, no debería salirte el mensaje de advertencia.