Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

BootMenu Vita: Difference between revisions

From GameBrew
m (Text replacement - "GameBrew!" to "GameBrew")
No edit summary
Line 1: Line 1:
{{cleanup|article|Needs cleanup}}
{{#seo:
{{#seo:
|title=Vita Homebrew Apps (Plugins) - GameBrew
|title=Vita Homebrew Apps (Plugins) - GameBrew
Line 9: Line 8:
|title=BootMenu
|title=BootMenu
|image=bootmenuvita.jpg
|image=bootmenuvita.jpg
|description=A VitaLinux/VitaOS boot menu for PSVita and PSTV.
|description=A VitaLinux/VitaOS boot menu for PS Vita and PS TV.
|author=CreepNT
|author=CreepNT
|lastupdated=2020/11/13
|lastupdated=2020/10/13
|type=Plugins
|type=Plugins
|version=0.2
|version=0.2
|license=MIT
|license=MIT
|download=https://dlhb.gamebrew.org/vitahomebrews/bootmenuvita.7z
|download=https://dlhb.gamebrew.org/vitahomebrews/bootmenuvita.7z
|website=
|website=https://forum.devchroma.nl/index.php?topic=276.0
|source=https://github.com/CreepNT/BootMenu
|source=https://github.com/CreepNT/BootMenu
}}
}}
A VitaLinux/VitaOS boot menu for PSVita and PSTV.
BootMenu is a GRUB-like menu allowing to automatically bootstrap any baremetal payload and, in turn, Linux, right after the PSVita boots.  


==Media==
Recommended for Ensō users only.
<youtube>RIaJHh60hQY</youtube>


==Installation==
[VitaLinux build instructions here https://gist.github.com/xerpi/5c60ce951caf263fcafffb48562fe50f].


==Screenshots==
To install the plugin, place BootMenu.skprx on your Memory Card (ux0:linux/BootMenu.skprx) or your internal storage (ur0:tai/BootMenu.skprx).
https://dlhb.gamebrew.org/vitahomebrews/bootmenuvita-01.jpg
https://dlhb.gamebrew.org/vitahomebrews/bootmenuvita-02.jpg
https://dlhb.gamebrew.org/vitahomebrews/bootmenuvita-03.jpg
https://dlhb.gamebrew.org/vitahomebrews/bootmenuvita-04.jpg
https://dlhb.gamebrew.org/vitahomebrews/bootmenuvita-05.jpg
https://dlhb.gamebrew.org/vitahomebrews/bootmenuvita-06.jpg
https://dlhb.gamebrew.org/vitahomebrews/bootmenuvita-07.jpg
https://dlhb.gamebrew.org/vitahomebrews/bootmenuvita-08.jpg


==Changelogs==
Then add it to your taiHEN config.txt, in the *KERNEL section
'''(v.1.0)'''
#For internal memory
* First Release.
*KERNEL
ur0:tai/BootMenu.skprx
#For memory card
*KERNEL
ux0:linux/BootMenu.skrpx
 
Place the [https://github.com/xerpi/vita-baremetal-linux-loader.git baremetal payload] at ux0:linux/payload.bin.
 
Place the Linux zImage and dtb at the location the baremetal payload expects.
 
Optional: Can load a background image located at ur0:tai/BootMenu.bmp. Create it with Paint, save as 24bit BMP.
 
==User guide==
'''PS Vita users:'''
 
D-Pad Up/Down - Navigate the menu
 
Circle/Cross - Choose an option
 
'''PS TV users:'''
 
Hold Triangle/POWER after the PS logo appears - Skip the plugin entirely
 
POWER - Abort the countdown and boot the PS Vita OS
 
'''Note:''' The POWER functionality is not tested, so it might actually not work. It is recommended placing the plugin on the memory card in case it doesn't work.
 
==Compatibility==
Recommended for Ensō users only.
 
==Credits==
*teakhanirons : Menu code from EmergencyMount + dev help.
*xerpi : Linux port for Vita + Vita-baremetal-loader code.
*Several members of Team CBPS.
*VitaSDK and DolceSDK maintainers.
 
==Changelog==
'''Version 0.2 2020/10/13'''
* Merged the vita-baremetal-loader inside of BootMenu, removing the dependency on an external plugin.
* Thanks to xerpi for letting me reuse the code.
 
'''Version 0.1 2020/09/20'''
*Initial release.


== External links ==
== External links ==
* Official Website -
* GitHub - https://github.com/CreepNT/BootMenu
* Github - https://github.com/CreepNT/BootMenu
* CBPS Forums - https://forum.devchroma.nl/index.php?topic=276.0
* VitaDB -
* Gbatemp -
* Google Source -
* Reddit -
* Gitlab -

Revision as of 04:08, 10 Ocak 2023

BootMenu
File:Bootmenuvita.jpg
General
AuthorCreepNT
TypePlugins
Version0.2
LicenseMIT License
Last Updated2020/10/13
Links
Download
Website
Source

BootMenu is a GRUB-like menu allowing to automatically bootstrap any baremetal payload and, in turn, Linux, right after the PSVita boots.

Recommended for Ensō users only.

Installation

[VitaLinux build instructions here https://gist.github.com/xerpi/5c60ce951caf263fcafffb48562fe50f].

To install the plugin, place BootMenu.skprx on your Memory Card (ux0:linux/BootMenu.skprx) or your internal storage (ur0:tai/BootMenu.skprx).

Then add it to your taiHEN config.txt, in the *KERNEL section

#For internal memory
*KERNEL
ur0:tai/BootMenu.skprx

#For memory card
*KERNEL
ux0:linux/BootMenu.skrpx

Place the baremetal payload at ux0:linux/payload.bin.

Place the Linux zImage and dtb at the location the baremetal payload expects.

Optional: Can load a background image located at ur0:tai/BootMenu.bmp. Create it with Paint, save as 24bit BMP.

User guide

PS Vita users:

D-Pad Up/Down - Navigate the menu

Circle/Cross - Choose an option

PS TV users:

Hold Triangle/POWER after the PS logo appears - Skip the plugin entirely

POWER - Abort the countdown and boot the PS Vita OS

Note: The POWER functionality is not tested, so it might actually not work. It is recommended placing the plugin on the memory card in case it doesn't work.

Compatibility

Recommended for Ensō users only.

Credits

  • teakhanirons : Menu code from EmergencyMount + dev help.
  • xerpi : Linux port for Vita + Vita-baremetal-loader code.
  • Several members of Team CBPS.
  • VitaSDK and DolceSDK maintainers.

Changelog

Version 0.2 2020/10/13

  • Merged the vita-baremetal-loader inside of BootMenu, removing the dependency on an external plugin.
  • Thanks to xerpi for letting me reuse the code.

Version 0.1 2020/09/20

  • Initial release.

External links

Advertising: