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
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{cleanup|article|Needs cleanup}}
{{#seo:
{{#seo:
|title=Vita Homebrew Apps (Plugins) - GameBrew
|title=Vita Homebrew Apps (Plugins) - GameBrew
|title_mode=append
|title_mode=append
|image=bootmenuvita.jpg
|image=bootmenuvita2.png
|image_alt=BootMenu
|image_alt=BootMenu
}}
}}
{{Infobox Vita Homebrews
{{Infobox Vita Homebrews
|title=BootMenu
|title=BootMenu
|image=bootmenuvita.jpg
|image=bootmenuvita2.png
|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 PS Vita boots.  


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


==Installation==
[https://gist.github.com/xerpi/5c60ce951caf263fcafffb48562fe50f VitaLinux build instructions here].
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 [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.
==Controls==
'''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
(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.)


==Screenshots==
==Screenshots==
https://dlhb.gamebrew.org/vitahomebrews/bootmenuvita-01.jpg
https://dlhb.gamebrew.org/vitahomebrews/bootmenuvita3.png
https://dlhb.gamebrew.org/vitahomebrews/bootmenuvita-02.jpg
 
https://dlhb.gamebrew.org/vitahomebrews/bootmenuvita-03.jpg
==Compatibility==
https://dlhb.gamebrew.org/vitahomebrews/bootmenuvita-04.jpg
Recommended for Ensō users only.
https://dlhb.gamebrew.org/vitahomebrews/bootmenuvita-05.jpg
 
https://dlhb.gamebrew.org/vitahomebrews/bootmenuvita-06.jpg
==Changelog==
https://dlhb.gamebrew.org/vitahomebrews/bootmenuvita-07.jpg
'''Version 0.2 2020/10/13'''
https://dlhb.gamebrew.org/vitahomebrews/bootmenuvita-08.jpg
* 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.


==Changelogs==
==Credits==
'''(v.1.0)'''
*teakhanirons : Menu code from EmergencyMount + dev help.
* First Release.
*xerpi : Linux port for Vita + [https://github.com/xerpi/vita-baremetal-loader Vita-baremetal-loader code].
*Several members of Team CBPS.
*VitaSDK and DolceSDK maintainers.


== 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 -

Latest revision as of 05:09, 10 Ocak 2023

BootMenu
Bootmenuvita2.png
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 PS Vita boots.

Recommended for Ensō users only.

Installation

VitaLinux build instructions here.

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.

Controls

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

(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.)

Screenshots

bootmenuvita3.png

Compatibility

Recommended for Ensō users only.

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.

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.

External links

Advertising: