View Full Version : How to....
Metroid_Fan
September 1st, 2006, 11:39
How do i use autoboot so when i turn my psp on a shell comes on instead of the XBM.
M!ckeY
September 1st, 2006, 11:44
i think a custom firmware does this, but i don't know which
bullhead
September 1st, 2006, 12:12
# Set this to the application you want to start when holding X on boot (add # to remove)
autoboot = "ms0:/PSP/GAME/IRSHELL/EBOOT.PBP";
Put that in the config of your custom firmware. And hold x on boot up.
Metroid_Fan
September 1st, 2006, 14:46
This is what i enter on the config
"E:\PSP\GAME\psix\EBOOT.PBT"
This is the config.
################################################## #########################################
############### Configuration file for the Custom Firmware - Proof of Concept #############
################################################## #########################################
# Set it to true if you want to enable the execution of normal pbp's, no-kxploited
nokxploit = true;
# Set it to true if you want to hide the icons
# Note: if you have a lot of things in the game folder, it could cause a slowdown
hidecorrupt = false;
# Set it to true if you want to skip the $CE logo. In this way you can also skip
# the auto-execution of the umd that so many people hate :)
skiplogo = true;
# Specify a program to autoexecute at startup.
# Example1:
#autoboot = "ms0:/PSP/GAME/IRSHELL/EBOOT.PBP";
# Example2:
#autoboot = "ms0:/PSP/GAME/DEVHOOK/EBOOT.PBP";
#Specify a maximum of 10 modules to load and start at the startup with the vsh.
#loadmodule0 = "E:\PSP\GAME\psix\EBOOT.PBT"
#loadmodule1 = "blahblah"
#loadmodule2 = "blahblah"
#loadmodule3 = "blahblah"
#loadmodule4 = "blahblah"
#loadmodule5 = "blahblah"
#loadmodule6 = "blahblah"
#loadmodule7 = "blahblah"
#loadmodule8 = "blahblah"
I carnt get it to work please help.
Prasoc
September 1st, 2006, 15:46
#loadmodule0 = "E:\PSP\GAME\psix\EBOOT.PBT"
isn't it .PBP not .PBT?
Metroid_Fan
September 1st, 2006, 16:16
isn't it .PBP not .PBT?
it still dosent work:(
jak66
September 1st, 2006, 18:56
it should look like this
################################################## #########################################
############### Configuration file for the Custom Firmware - Proof of Concept #############
################################################## #########################################
# Set it to true if you want to enable the execution of normal pbp's, no-kxploited
nokxploit = true;
# Set it to true if you want to hide the icons
# Note: if you have a lot of things in the game folder, it could cause a slowdown
hidecorrupt = false;
# Set it to true if you want to skip the $CE logo. In this way you can also skip
# the auto-execution of the umd that so many people hate
skiplogo = true;
# Specify a program to autoexecute at startup.
autoboot = "ms0:/PSP/GAME/psix/EBOOT.PBP";
#Specify a maximum of 10 modules to load and start at the startup with the vsh.
#loadmodule0 = "blahblah"
#loadmodule1 = "blahblah"
#loadmodule2 = "blahblah"
#loadmodule3 = "blahblah"
#loadmodule4 = "blahblah"
#loadmodule5 = "blahblah"
#loadmodule6 = "blahblah"
#loadmodule7 = "blahblah"
#loadmodule8 = "blahblah"
your problems were
you tried loading it as a module (which is a prx file, i think) not as an autoboot
You tried loading it from e: (your pc drive that is set to psp) rather than ms0: (stands for memory stick 0; psp reads from your memory stick)
Metroid_Fan
September 1st, 2006, 21:18
Thank alot it works now!:D
Powered by vBulletin® Version 4.2.3 Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.