Hacking [Help] Autoboot RxTools 2.6

Tony_93

Well-Known Member
Member
Joined
Jun 13, 2015
Messages
2,457
Trophies
1
Location
California
XP
2,436
Country
United States
Is a boot manager, it lets you choose what CFW you want to launch on boot:

cbm.png


https://gbatemp.net/threads/ctrbootmanager-3ds-boot-manager-loader-homemenuhax.398383/
 

Tony_93

Well-Known Member
Member
Joined
Jun 13, 2015
Messages
2,457
Trophies
1
Location
California
XP
2,436
Country
United States
Actually you only have to:

1)Install menuhax 2.0

2)Rename HBL's boot.3dsx to boot_hb.3dsx

3)Drop ctrbootmanager files in the root of your SD card (boot.3dsx & boot.cfg)

4)Replace rxTools files for a newer build.

It shouldn't take more than 10 minutes to do everything.
 
Last edited by Tony_93,
  • Like
Reactions: Osga21

Alex3dss

Unmotivated and depressed
OP
Member
Joined
Aug 21, 2015
Messages
416
Trophies
0
Age
24
Location
Location unknown
XP
216
Country
Netherlands
Actually you only have to:

1)Install menuhax 2.0

2)Rename HBL's boot.3dsx to boot_hb.3dsx

3)Drop ctrbootmanager files in the root of your SD card (boot.3dsx & config.cg)

4)Replace rxTools files for a newer build.

It shouldn't take more than 10 minutes to do everything.
But this doesnt work on RxTools 2.6? I dont feel like updating to a nightly build.
 

Tony_93

Well-Known Member
Member
Joined
Jun 13, 2015
Messages
2,457
Trophies
1
Location
California
XP
2,436
Country
United States
But this doesnt work on RxTools 2.6? I dont feel like updating to a nightly build.

Ctrbootmanager already brings an entry to autoboot a rxTools nightly build.

I have never tried ro autoboot an official release.

You could try creating an entry for rxTools.dat and see if it works, I think it should without any problems.

To create/edit entries just open the config file using notepad in your PC and replece the path for rxTools.dat instead of code.bin
 
Last edited by Tony_93,

Alex3dss

Unmotivated and depressed
OP
Member
Joined
Aug 21, 2015
Messages
416
Trophies
0
Age
24
Location
Location unknown
XP
216
Country
Netherlands
Ctrbootmanager already brings an entry to autoboot a rxTools nightly build.

I have never tried ro autoboot an official release.

You could try creating an entry for rxTools.dat and see if it works, I think it should without any problems.

To create/edit entries just open the config file using notepad in your PC and replece the path for rxTools.dat
I just readed a thread you mentioned, but I aint that good with editing codes like that. Could you maybe do that part for me?
 

Tony_93

Well-Known Member
Member
Joined
Jun 13, 2015
Messages
2,457
Trophies
1
Location
California
XP
2,436
Country
United States
Create a file named boot.cfg, put this inside:

Code:
// Boot menu configuration
boot_config =
{
    // Default timeout in secondes
    // 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.dat";
            offset = "0x12000";
        },
        {
            title  = "HomeBrewMenu";
            path = "/boot_hb.3dsx";
        }
    );
};

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

Edited it since it had missing a couple of things.
 
Last edited by Tony_93,

Goloki

Proud TX Suporter... LOL!
Member
Joined
Nov 24, 2006
Messages
458
Trophies
0
XP
849
Country
United States
Sorry to hijack the topic. I'm positively stumped. I managed to downgrade my N3DS and create an emuNAND, but I just can't get RxTools to boot. I always get a red lower screen and a black upper screen, and I have to hard-reset. I'm pretty sure I'm using the correct firmware bins, correctly named. Any idea of what may be happening?
 

Alex3dss

Unmotivated and depressed
OP
Member
Joined
Aug 21, 2015
Messages
416
Trophies
0
Age
24
Location
Location unknown
XP
216
Country
Netherlands
Sorry to hijack the topic. I'm positively stumped. I managed to downgrade my N3DS and create an emuNAND, but I just can't get RxTools to boot. I always get a red lower screen and a black upper screen, and I have to hard-reset. I'm pretty sure I'm using the correct firmware bins, correctly named. Any idea of what may be happening?
Have you tried reinstalling everything?
What sysnand version do you have?
What RxTools version do you got?

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

Create a file named boot.cfg, put this inside:

Code:
// Boot menu configuration
boot_config =
{
    // Default timeout in secondes
    // 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.dat";
            offset = "0x12000";
        },
        {
            title  = "HomeBrewMenu";
            path = "/boot_hb.3dsx";
        }
    );
};

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

Edited it since it had missing a couple of things.
Thnx for the work m8! I really appreciate it.

Sorry for my bad english XD
 

Alex3dss

Unmotivated and depressed
OP
Member
Joined
Aug 21, 2015
Messages
416
Trophies
0
Age
24
Location
Location unknown
XP
216
Country
Netherlands
Actually you only have to:

1)Install menuhax 2.0

2)Rename HBL's boot.3dsx to boot_hb.3dsx

3)Drop ctrbootmanager files in the root of your SD card (boot.3dsx & boot.cfg)

4)Replace rxTools files for a newer build.

It shouldn't take more than 10 minutes to do everything.
One question, then Ill try to stop asking XD
Your talking about a boot.3dsx for ctrbootmanager. I cant find it. Do you have it for me?
 

Alex3dss

Unmotivated and depressed
OP
Member
Joined
Aug 21, 2015
Messages
416
Trophies
0
Age
24
Location
Location unknown
XP
216
Country
Netherlands
Last edited by Alex3dss,

Midvoc

Well-Known Member
Newcomer
Joined
Dec 11, 2015
Messages
66
Trophies
0
Age
42
XP
150
Country
Sorry to hijack the topic. I'm positively stumped. I managed to downgrade my N3DS and create an emuNAND, but I just can't get RxTools to boot. I always get a red lower screen and a black upper screen, and I have to hard-reset. I'm pretty sure I'm using the correct firmware bins, correctly named. Any idea of what may be happening?

Get into you emunand and change the theme - should fix it - also use rxTools nightly if possible.

I m in the same boat.

Can't get it to autoboot and the nighty bluid doesn't work properly for me.

it does work - just copy the tutorials that are on here to the letter
 

rasputin

Well-Known Member
Member
Joined
Mar 7, 2008
Messages
937
Trophies
0
XP
327
Country
United States
it's because you got menuhax autoboot in your emunand, this happens when creating emunand with menuhax installed

break it by changing menuhax to boot with a button pressed, ie not type 2, then once booted in emunand change the theme

then boot normal sysnand and unlink nands, see any tutorial

once nands are unlinked you can reinstall menuhax in sysnand to autoboot, type 2
 
Last edited by rasputin,

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
    Sonic Angel Knight @ Sonic Angel Knight: :ninja: