Magic Memory Stick

From PSP Developer wiki
Revision as of 01:50, 21 February 2020 by CelesteBlue (talk | contribs)
Jump to navigation Jump to search

A Magic Memory Stick refers to any Memory Stick that has been converted to work with a JigKick Battery.

Depending on the method of creation, a Magic Memory Stick can either downgrade or boot PSPs to 1.50 FW (FAT), upgrade to 3.71/3.80 M33, and their counterparts, or be able to launch various homebrews.

Creation

The Memory Stick must be a PRO DUO between 256MB and 4GB and it must be official for MagicGate support. However, with the use of the UPMS Installer, a fake Memory Stick can be converted to work properly as a Magic Memory Stick.

Installation requires any app that can write the IPL file to the Memory Stick. This IPL file can be installed by several programs like using msinst in team C+D's Pandora Battery Package.

The methods of preparing a memory stick have dramatically increased since the 1.50 Pandora Battery method where the use of Magic Memory Sticks have originated. The oldest method of creation required a 1.50 homebrew-enabled PSP or at least a CFW with 1.50 kernel mode.

UPMS Installer

The most popular has been the use of the Ultimate Pandora Memory Stick Installer (UPMS), which the latest version (v3) installs a Magic Memory Stick that can not only boot between Service Mode, and the XMB via coldboot, but also has the options to run Pandora to 1.50, or Despertar Cementerio v3/v4. Also, it has a tools menu where it can launch jas0nuk's ELF menu. All of this is controlled through Ghost's Ultimate Loader menu.

Overfiendx's Ultimate Pandora Memory Stick Installer installs the 1.50 Pandora, Despertar Cementerio v3/v4, Hellcat's and J0ker's Pandora Menus, as well as a Tools Menu which has access to Jas0nuk's ELF Menu. All of this is controlled via Gh0st's Ultimate Loader. Currently, the latest version of UPMS comes in .cso format which will require a PSP that is setup to load ISO images. Install takes up about 150MB. The newest version is UPMS Sapphire.

Despertar Del Cementerio

A Despertar Del Cementerio-ready Magic Memory Stick can be prepared for use, just as the 1.50 Pandora. However, the install process involves the 1.50, 3.40, and 3.71/3.80 update EBOOT.PBP (depending on version used).

1.50 Pandora

1.50 Pandora requires a PSP that can run 1.50 homebrew. In addition, this method will only work on FAT PSPs. This process requires a Memory Stick that is properly reformatted and repartitioned, where the first ~250kb sector is for Pandora. Also, this requires a decrypted IPL, that will be able to launch the service menu, instead of booting to the XMB with a Pandora Battery inserted. Reformatting/repartitioning, and writing the IPL all takes command prompt, or equivalent. Due to Windows Vista unable to boot cmd scripts, the repartitioning, and reformatting steps will not work properly. However, writing the IPL will work fine if it is launched under an 'administrator' prompt. Also, this process is known to work on Linux distributions.

Hellcat's Pandora Installer

Due to the original 1.50 Pandora apps not working on Slims, or (at the time) the released 3.71 M33 firmware, Hellcat developed an installer that does every step needed for a full 1.50 FW installation. The installer will only perform certain steps if the firmware eboot is present on the root of the Memory Stick, named as 'UPDATE.PBP'. In addition, the installer is known to convert both Phat and Slim batteries to Pandora, and back without much problems.

Linux

The Magic Memory Stick IPL file can be installed by using msinst in team C+D's Pandora Battery Package or in linux by using:

dd if=msipl.bin of=/dev/sde bs=512 seek=16
sync 

Instructions on formatting a Memory Stick in Linux using fdisk and mkfs. vfat can be found on the internet as well, so not only Windows, but Mac and Linux users can also make these Magic Memory Sticks.

Deletion

If for some reason, a user feels that they need to revert their Magic Memory Stick to a normal Memory Stick, it is possible. The easiest way to do this is via formatting. However, if the user is using the Magic Memory Stick with other storage data, a backup needs to be performed in case data is lost. However, if it is just a regular Magic Memory Stick, it can be formatted.

Usage

Regardless of the method used to create the Magic Memory Stick, all requires the use of a JigKick Battery. Once obtained, the Service Menu will boot once the battery and Magic Memory Stick have been inserted into the PSP within the required time limit (can range from 20 seconds to never-ending). Once booted, different various actions can be performed depending on the method that was used to make the Magic Memory Stick.

A Magic Memory Stick can be used as an ordinary Memory Stick once the formatting, and repartitioning step has been performed. A Magic Memory Stick can have its IPL rewritten with Booster's Multi-IPL loader in which, a user can boot to the XMB with a Pandora Battery, and still have the option to boot to Service Mode as long as the Pandora Battery is inserted, and booted by holding L during a coldboot. A Magic Memory Stick can be used as a normal Memory Stick with a regular battery inserted.

Installation limitations

Windows command prompt issues

Due to the command prompt interface that the original creation method of a Magic Memory Stick used, mostly Windows XP users could benefit through this process. All of the Windows Vista systems lacked support for command prompt scripts and therefore failed to operate. In both cases of reformatting, and writing the IPL via command prompt, Windows Vista refused to reformat the Memory Stick so it can hold the IPL. Due to this, the regular IPL could not fit onto the boot sector of the Memory Stick since it requires 32 sectors while the Memory Stick under a regular partition has 31. However, users have found that the 'msinst' application of command prompt works fine under administrator mode. But, due to the small space, and if a user lacked access to a Windows XP computer, whether physically, or through emulation, a smaller IPL had to be used. One IPL that worked was Booster's Multi-IPL.

Linux

At first, the Magic Memory Stick could not be completely created on a Linux machine. However with the use of a terminal to reformat the Memory Stick to use the VFAT file system, and use the terminal to write the IPL (see code below). In this case, the boot sector space for the IPL would be big enough to hold the standard IPL. Therefore, seeking another IPL was not needed.

MacOS

Mspformat or msinst cannot be run on a Mac. However, if the Mac can be booted natively into Windows XP, Windows Vista, or Linux via Bootcamp, the user can thus use the appropriate methods to create the Magic Memory Stick.