Homebrew CtrBootManager: 3ds boot manager/loader (HomeMenuHax)

  • Thread starter Thread starter cpasjuste
  • Start date Start date
  • Views Views 405,455
  • Replies Replies 850
  • Likes Likes 96
ikeep getting config file not found and then it freezes, my boot.cfg file is:

// Boot menu configuration
boot_config =
{
// Default timeout in seconds
// If timeout = -1, disable autoboot
timeout = 3;

// Some devices (n3ds?) seems to have
// some timing problems when using timeout=0 (autoboot).
// You may increase this value to improve boot success rate.
// Default delay (8) should be good for o3ds, 2 seems good for n3ds
autobootfix = 8;

// if timeout = 0 (autoboot),
// hold this key to enter the menu
// keycode list : https://goo.gl/4XLDIL
recovery = 2; // SELECT

// Default boot entry
default = 0;

// Boot menu entries (11 max)
entries =
(
{
title = "rxTools";
path = "/rxTools/sys/code.bin";
offset = "0x12000";
key = 0; // key to override default boot entry (A)
},
{
title = "Luma3DS";
path = "/Luma3DS.dat";
offset = "0x12000";
},
{
title = "HomeBrewMenu";
path = "/boot_hb.3dsx";
},
{
title = "HomeMenu";
path = "homemenu"; // magic path for homemenu, do not change
},
{
title = "Reboot";
path = "reboot"; // magic path for reboot, do not change
},
{
title = "Shutdown";
path = "shutdown"; // magic path for poweroff, do not change
}
);

// RGB colors
theme =
{
bgTop1 = "4a0031";
bgTop2 = "6f0149";
bgBottom = "6f0149";
highlight = "dcdcdc";
borders = "ffffff";
font1 = "ffffff";
font2 = "000000"; // selection
bgImgTop = "/yourimage.bin"; // 400x240 pixels
bgImgBot = "/yourimage2.bin"; // 320x240 pixels
};
};
 
Does this support A9LH using the arm9loaderhax.bin? If not, can you make it support it so I don't have to use menuhax in order to boot into it?
 
Could you show me a screenshot of what it looks like on the 3ds?
There is some on that thread, is a much improved version which supports animations, thumnails, splashes but most important, it works with more recent payloads and A9LH implementations :)
I recommend you to install Aurora's A9LH and put this as "arm9loaderhax_si.bin" since it requires screeninit.
 
There is some on that thread, is a much improved version which supports animations, thumnails, splashes but most important, it works with more recent payloads and A9LH implementations :)
I recommend you to install Aurora's A9LH and put this as "arm9loaderhax_si.bin" since it requires screeninit.
So I keep the Luma3DS's arm9loaderhax.bin and rename the file that the ctrbootloader to what you put and then it will work?
 
Ever since I've updated Luma CFW, my 3DS will freeze after selecting the option. Help?
I've checked the cfg file, but everything seems fine.

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

Ever since I've updated Luma CFW, my 3DS will freeze after selecting the option. Help?
I've checked the cfg file, but everything seems fine.
Edit: Oh, never mind! Got it to work xD
I was pointing the directory towards Luma.dat, instead of Luma.3dsx
 

Site & Scene News

Popular threads in this forum