Homebrew [RELEASE] CtrBootManager9

  • Thread starter Thread starter cpasjuste
  • Start date Start date
  • Views Views 108,177
  • Replies Replies 502
  • Likes Likes 68
Is it possible to delete/hide the 'remove entry' option?
I really would like the boot-menu to be static/locked. Editing anything should only be possible through the .cfg file
 
cd $dir_build/CtrBootManager/source;
sed -i -e 's|#define CONFIG_PATH "/a9lh.cfg"|#define CONFIG_PATH "/A9LH/a9lh.cfg"|g' config.h
sed -i -e 's|"/a9lh.cfg"|"/A9LH/a9lh.cfg"|g' config_new.c
Pretty much what I did. Change was easy, getting it to compile on Windows was not :(
Just gave up and did the linux dance to get it going.
Hi how did you did this? i dont know how to do it i want to move a lot of my stuff in one folder do I have to edit the arm9loaderhax.bin? i want to use this with the boot animation for arm9loaderhax.
 
Hi how did you did this? i dont know how to do it i want to move a lot of my stuff in one folder do I have to edit the arm9loaderhax.bin? i want to use this with the boot animation for arm9loaderhax.

I would just suggest using Ctrbootmanager9 if you're not comfortable with messing with the source code. Otherwise you need to recompile and reinstall arm9loaderhax onto your 3ds from decibile's github with the changes above.

Edit: didn't completely read your post. Just modify a9lh.cfg to have an entry to your boot animation payload.
 
Last edited by 3xkrazy,
I would just suggest using Ctrbootmanager9 if you're not comfortable with messing with the source code. Otherwise you need to recompile and reinstall arm9loaderhax onto your 3ds from decibile's github with the changes above.

Edit: didn't completely read your post. Just modify a9lh.cfg to have an entry to your boot animation payload.

Hi thanks for the answer I want to do that, I mean i want to put every thing in one folder on youtube there is a guy that move the ctrbootmanager inside an aurei folder and the same with the a9lh.cfg but he put another name and a lot of weird stuf I dont know how did he did that i could use that but is in spanish I prefere use it in english so, the main problem is move the al9h.cfg into a folder how can I do that pd:I know about code (java). I can adapt myself for whatever language is used for this I just want to move the cfg
 
This is my config file...

Code:
; CtrBootManager configuration file

[general]        ; General configuration
timeout = 3        ; Default timeout in seconds (-1 = disable autoboot)
recovery = 2            ; Hold this key to enter the menu (SELECT) (keycode: https://goo.gl/4XLDIL)
default = 0             ; Default boot entry

[theme]                     ; theme use RGB colors
bgTop1 = 000000             ; top gradient 1 (BLACK)
bgTop2 = 000000             ; top gradient 2 (BLACK)
bgBottom = 000000           ; bottom color (BLACK)
highlight = dcdcdc          ; selection highlight box (WHITE/GREY)
borders = ffffff            ; borders color (WHITE)
font1 = ffffff              ; default font (WHITE)
font2 = 000000              ; selected font (BLACK)
bgImgTop = /bgTop.bin       ; 400x240 pixels (https://xem.github.io/3DShomebrew/tools/image-to-bin.html)
bgImgBot = /bgBot.bin       ; 320x240 pixels

[entry]
title =    AuReiNand    ;
path =    /AuReiNand.bin    ;
offset = 0        ;
key = -1        ; Key to override default boot entry (NONE). Don't remove, must be last entry !

[entry]
title =    Cakes        ;
path =    /Cakes.bin    ;
offset = 0        ;
key = -1        ; Key to override default boot entry (NONE). Don't remove, must be last entry !

[entry]
title =    Decrypt9            ;
path =    /Decrypt9WIP.bin  ;
offset = 0                  ;
key = 3                     ; Key to override default boot entry (START). Don't remove, must be last entry !

I have renamed a9loaderhax.bin to AuReiNand.bin, so if i hold nothing it should boot a9lh as usual and if i hold start it should boot decrypt9, is that correct?
 
This is my config file...

Code:
; CtrBootManager configuration file

[general]        ; General configuration
timeout = 3        ; Default timeout in seconds (-1 = disable autoboot)
recovery = 2            ; Hold this key to enter the menu (SELECT) (keycode: https://goo.gl/4XLDIL)
default = 0             ; Default boot entry

[theme]                     ; theme use RGB colors
bgTop1 = 000000             ; top gradient 1 (BLACK)
bgTop2 = 000000             ; top gradient 2 (BLACK)
bgBottom = 000000           ; bottom color (BLACK)
highlight = dcdcdc          ; selection highlight box (WHITE/GREY)
borders = ffffff            ; borders color (WHITE)
font1 = ffffff              ; default font (WHITE)
font2 = 000000              ; selected font (BLACK)
bgImgTop = /bgTop.bin       ; 400x240 pixels (https://xem.github.io/3DShomebrew/tools/image-to-bin.html)
bgImgBot = /bgBot.bin       ; 320x240 pixels

[entry]
title =    AuReiNand    ;
path =    /AuReiNand.bin    ;
offset = 0        ;
key = -1        ; Key to override default boot entry (NONE). Don't remove, must be last entry !

[entry]
title =    Cakes        ;
path =    /Cakes.bin    ;
offset = 0        ;
key = -1        ; Key to override default boot entry (NONE). Don't remove, must be last entry !

[entry]
title =    Decrypt9            ;
path =    /Decrypt9WIP.bin  ;
offset = 0                  ;
key = 3                     ; Key to override default boot entry (START). Don't remove, must be last entry !

I have renamed a9loaderhax.bin to AuReiNand.bin, so if i hold nothing it should boot a9lh as usual and if i hold start it should boot decrypt9, is that correct?
You tried booting before editing this, right?
 
ok ill try a fresh cfg file

--------------------- MERGED ---------------------------

You should try it

Ok i have just replace my cfg file with the fresh one from the zip file and still nothing boots!. Any ideas what the issue maybe?....the cfg has to be in the root of the SD card right?
 
ok ill try a fresh cfg file

--------------------- MERGED ---------------------------



Ok i have just replace my cfg file with the fresh one from the zip file and still nothing boots!. Any ideas what the issue maybe?....the cfg has to be in the root of the SD card right?
Do you have the latest arm9loaderhax from your cfw download? Yes
 

Site & Scene News

Popular threads in this forum