Hacking Crappy Bootrate using Menuhax 2.1 and rxTools

dpad_5678

Ape weak on own. Ape strong in unity.
OP
Member
Joined
Nov 19, 2015
Messages
2,219
Trophies
1
XP
2,880
Country
United States
Anyway To Increase The Bootrate?

I am Using @ihaveamac 's Modified Payloads (For No Colors or Debug Output) . I Am Also Using This Menuhax Image.

The Restarting Probably Isn't Very "Healthy" For The 3DS or The Battery.

Anyway to Increase The Bootrate?


Thanks Guys.





EDIT: Here Is The rxTools Build I Am Using.
 
Last edited by dpad_5678,

YourHero

Well-Known Member
Member
Joined
Apr 22, 2010
Messages
1,025
Trophies
0
XP
502
Country
United States
Im hearing RXtools in general has a crappy boot rate. These issues dont happen on GW so I can only suggest another CFW. I don't really know much about their differences though.
 

carlitos92jose

Well-Known Member
Newcomer
Joined
May 11, 2010
Messages
93
Trophies
1
XP
617
Country
United States
I was having the same issue, what I did was delete menuhax and reinstall it, then use ctrbootmanager and boot the rxtools.3dsx from there and it seems much better install ctrbootmanager and use my boot.cfg edit: Im using the normal payload not the modified that might help
// Boot menu configuration
boot_config =
{
// Default timeout in secondes
// If timeout = -1, disable autoboot
timeout = 0;

// 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 = 9;

// 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.3dsx";
},
{
title = "HomeBrewMenu";
path = "/boot_hb.3dsx"
key = 3; // Start
}
);
};
 
Last edited by carlitos92jose,

dpad_5678

Ape weak on own. Ape strong in unity.
OP
Member
Joined
Nov 19, 2015
Messages
2,219
Trophies
1
XP
2,880
Country
United States
I was having the same issue, what I did was delete menuhax and reinstall it, then use ctrbootmanager and boot the rxtools.3dsx from there and it seems much better install ctrbootmanager and use my boot.cfg edit: Im using the normal payload not the modified that might help
// Boot menu configuration
boot_config =
{
// Default timeout in secondes
// If timeout = -1, disable autoboot
timeout = 0;

// 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 = 9;

// 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.3dsx";
},
{
title = "HomeBrewMenu";
path = "/boot_hb.3dsx"
key = 3; // Start
}
);
};
Thanks Man!
 
  • Like
Reactions: carlitos92jose

Vampirex

Dhampir
Member
Joined
Mar 12, 2008
Messages
258
Trophies
1
XP
434
Country
Canada
I was having the same issue, what I did was delete menuhax and reinstall it, then use ctrbootmanager and boot the rxtools.3dsx from there and it seems much better install ctrbootmanager and use my boot.cfg edit: Im using the normal payload not the modified that might help
I did something similar:
menuhax 2.1
rxtools updated to nightly build
ctrbootmanager
o3ds custom payload (higher bootrate apparently, found on GBAtemp)

but using a different path to boot:
Code:
title  = "RX-E EmuNAND Mode";
path = "/rxTools/sys/code.bin";
offset = "0x12000";

My boot rate is 100% so far, havn't had a black or yellow screen in a while now. *Crossing Fingers*
 
Last edited by Vampirex,

dpad_5678

Ape weak on own. Ape strong in unity.
OP
Member
Joined
Nov 19, 2015
Messages
2,219
Trophies
1
XP
2,880
Country
United States
I did something similar:
menuhax 2.1
rxtools updated to nightly build
ctrbootmanager
o3ds custom payload (higher bootrate apparently, found on GBAtemp)

but using a different path to boot:
Code:
title  = "RX-E EmuNAND Mode";
path = "/rxTools/sys/code.bin";
offset = "0x12000";

My boot rate is 100% so far, havn't had a black or yellow screen in a while now. *Crossing Fingers*
What Nightly Are You Using?

If You Could Upload It, That Would Be Great, as http://lavanoid.github.io Links Always Lead To A 429 Error On Dropbox.
 

DaBlackDeath

.::[ lone wolf ]::.
Member
Joined
Dec 22, 2007
Messages
928
Trophies
2
XP
4,454
Country
Germany
I did something similar:
menuhax 2.1
rxtools updated to nightly build
ctrbootmanager
o3ds custom payload (higher bootrate apparently, found on GBAtemp)

but using a different path to boot:
Code:
title  = "RX-E EmuNAND Mode";
path = "/rxTools/sys/code.bin";
offset = "0x12000";

My boot rate is 100% so far, havn't had a black or yellow screen in a while now. *Crossing Fingers*
yep, I've been using same path and happy with 100%.
 

dpad_5678

Ape weak on own. Ape strong in unity.
OP
Member
Joined
Nov 19, 2015
Messages
2,219
Trophies
1
XP
2,880
Country
United States
Try here, but looks like a new one came out today:
https://www.omicron.pw/
Hmmm.... Using That Build With These CTRBootManager Settings:
Code:
title  = "RX-E EmuNAND Mode";
path = "/rxTools/sys/code.bin";
offset = "0x12000";

Gives a black screen after the rxTools splash screen when EmuNAND is supposed to start.
 
Last edited by dpad_5678,

MelonGx

Well-Known Member
Member
Joined
Jan 8, 2009
Messages
1,653
Trophies
1
XP
915
Country
China
- Use CtrBootManager instead of other methods
- You must change autobootfix to 2 in boot.cfg
- Confirm that your emuNAND ISN'T 9.6-10.4
 
Last edited by MelonGx,

dpad_5678

Ape weak on own. Ape strong in unity.
OP
Member
Joined
Nov 19, 2015
Messages
2,219
Trophies
1
XP
2,880
Country
United States
- Use CtrBootManager instead of other methods
- You must change autobootfix to 2 in boot.cfg
- Confirm that your emuNAND ISN'T 9.6-10.4
My EmuNAND is 10.1.
My aubootfix is 9, more then the recommended, so that should make it better if anything?
 

dubbz82

Well-Known Member
Member
Joined
Feb 2, 2014
Messages
1,572
Trophies
0
Age
41
XP
1,215
Country
United States
Unless you're specifically using the tools that rxTools has, I'd recommend Cake's cfw....if you're not making use of the more advanced features and simply want an emunand, it works fine (and has a higher boot rate, from what i've seen).
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
    SylverReZ @ SylverReZ: https://www.youtube.com/watch?v=uLN9qrJ8ESs