Hacking SWITCH NOOB PARADISE - Ask questions here

binkinator

Garfield’s Fitness Coach
Member
GBAtemp Patron
Joined
Mar 29, 2021
Messages
6,511
Trophies
2
XP
6,154
Country
United States
Followed it now a new error pops up:


A fatal error occured when running Fusee.
Incorrect fusee version! (program=0xb46dcf71, mtc=0xd40bf51f)

Press power to reboot
Great! We need to update your injector as well.

If you inject using Hekate you can use the same Hakate.x.x.x.bin file you just downloaded in the zip file in Tegra on your PC
 

EndymionXTV

Well-Known Member
Newcomer
Joined
Nov 20, 2019
Messages
57
Trophies
0
Age
30
XP
135
Country
Canada
Great! We need to update your injector as well.

If you inject using Hekate you can use the same Hakate.x.x.x.bin file you just downloaded in the zip file in Tegra on your PC
It booted to the Hekate v5.9.0 menu which it never got there before when i injected payload it would just boot cfw and get me to the homescreen for the switch

But anyway..
I picked launch
chose CFW - emuMMC

then this happened

Panic Occured while running Atmosphere.
Title: ID: 0100000000000BD00
Error: std::abort (oxFFE)
Report saved to /atmopshere/fatal_errors/report_019a6549f.bin
Press power to continue
 

binkinator

Garfield’s Fitness Coach
Member
GBAtemp Patron
Joined
Mar 29, 2021
Messages
6,511
Trophies
2
XP
6,154
Country
United States
It booted to the Hekate v5.9.0 menu which it never got there before when i injected payload it would just boot cfw and get me to the homescreen for the switch

But anyway..
I picked launch
chose CFW - emuMMC

then this happened

Panic Occured while running Atmosphere.
Title: ID: 0100000000000BD00
Error: std::abort (oxFFE)
Report saved to /atmopshere/fatal_errors/report_019a6549f.bin
Press power to continue
You just over wrote your original /atmosphere….you didn’t move it to /atmosphere.bk

I can tell because Mission Control is barfing on the new FW.

It’s OK

Do this quick test…

Move(or rename) /atmosphere/contents to /atmosphere/contents.bk temporarily and reboot.
 

EndymionXTV

Well-Known Member
Newcomer
Joined
Nov 20, 2019
Messages
57
Trophies
0
Age
30
XP
135
Country
Canada
You just over wrote your original /atmosphere….you didn’t move it to /atmosphere.bk

I can tell because Mission Control is barfing on the new FW.

It’s OK

Do this quick test…

Move(or rename) /atmosphere/contents to /atmosphere/contents.bk temporarily and reboot.

I saved the originals folders on my PC Atmosphere and Bootloader that I copied from the SD card before downloading all the new stuff you instructed

Im uncertain of what you mean by BK?

I just deleted the contaminated atmosphere & bootloader folder on the SD should I just drag the new atmosphere and bootloader folders that you asked me to download earlier? onto the sd?
 

binkinator

Garfield’s Fitness Coach
Member
GBAtemp Patron
Joined
Mar 29, 2021
Messages
6,511
Trophies
2
XP
6,154
Country
United States
I saved the folders on my PC Atmosphere and Bootloader.

Im uncertain of what you mean by BK?

I just deleted the contaminated atmosphere & bootloader folder on the SD should I just drag the new atmosphere and bootloader folders that you asked me to download earlier? onto the sd?
.bk is just a random set of letters I add to a directory so it is out of the way.
Gives the new /atmosphere files contained in the zip a clean place to lay down.
You could have renamed it to /atmosphere.MyCoolFilesThatIDontWantToOverWrite but it takes a lot longer to type than /atmosphere.bk.

We’re beyond that now…let’s keep moving forward. Almost there. Just move/rename /atmosphere/contents to /atmosphere/contents.bk and reboot.

E: if you already deleted them, that’s fine…just copy over the files from the zips. You will need to create a new /bootloader/hekate_ipl.ini file as the new ones from the zip won’t have one.

Also recreate your /atmosphere/hosts/ files as the new zip won’t have that either…
 

EndymionXTV

Well-Known Member
Newcomer
Joined
Nov 20, 2019
Messages
57
Trophies
0
Age
30
XP
135
Country
Canada
.bk is just a random set of letters I add to a directory so it is out of the way.
Gives the new /atmosphere files contained in the zip a clean place to lay down.
You could have renamed it to /atmosphere.MyCoolFilesThatIDontWantToOverWrite but it takes a lot longer to type than /atmosphere.bk.

We’re beyond that now…let’s keep moving forward. Almost there. Just move/rename /atmosphere/contents to /atmosphere/contents.bk and reboot.

E: if you already deleted them, that’s fine…just copy over the files from the zips. You will need to create a new /bootloader/hekate_ipl.ini file as the new ones from the zip won’t have one.

Also recreate your /atmosphere/hosts/ files as the new zip won’t have that either…


awesome its fixed and working again thanks!

1. Can i try and update the scarlet version again by matching local data? or will i get back into the same problem i had earlier?
2. what do I do with my old files/folder (atmosphere & bootloader)
3. how can i boot up my switch automatically to the homescreen skipping the hekate menu like before?
 
  • Love
Reactions: binkinator

binkinator

Garfield’s Fitness Coach
Member
GBAtemp Patron
Joined
Mar 29, 2021
Messages
6,511
Trophies
2
XP
6,154
Country
United States
awesome its fixed and working again thanks!

1. Can i try and update the scarlet version again by matching local data? or will i get back into the same problem i had earlier?
Sure, you are at latest and greatest…nothing can touch you now. :-)
2. what do I do with my old files/folder (atmosphere & bootloader)
Your /atmosphere/contents directory has some sys-modules and stuff that you might want. You will probably have to upgrade them in order to make them work with your new firmware. They are small…keep them around for a while and if you notice something weird, you can reference them to find out what you need to upgrade to get it to work.

E: here’s the Mission Control update that would fix the error (0100000000000BD00) we got earlier:
https://github.com/ndeadly/MissionControl

3. how can i boot up my switch automatically to the homescreen skipping the hekate menu like before?

Your hekate_ipl.ini has some settings in it. You can read about the autoboot setting here:

https://github.com/CTCaer/hekate#hekate-global-configuration-keysvalues-when-entry-is-config

Here’s what I would probably do, but you should read about the options just the same.

[config]
autoboot=1
autoboot_list=0
bootwait=1
backlight=65
autohosoff=2
autonogc=1
updater2p=1
bootprotect=0

[Atmosphere CFW]
payload=bootloader/payloads/fusee.bin
icon=bootloader/res/icon_payload.bmp

[Stock SysNAND]
fss0=atmosphere/package3
stock=1
emummc_force_disable=1
icon=bootloader/res/icon_switch.bmp
 
Last edited by binkinator,
  • Like
Reactions: EndymionXTV

Mike_77712

Well-Known Member
Member
Joined
Apr 7, 2016
Messages
331
Trophies
0
Age
26
XP
1,046
Country
United States
Muppet here. Recently bought this unpatched switch from a pawn shop store on ebay, at least I'm pretty sure it is. Can someone put my mind at ease? It was a good deal so I didn't study the picture as long as I should have before buying (and I was stoned). Pretty sure the first 6 numbers of the serial after the XAW1 are 005621.
 

Attachments

  • s-l1600.jpg
    s-l1600.jpg
    95 KB · Views: 20
  • 1669957364136.png
    1669957364136.png
    78.1 KB · Views: 23

warriosbest

Well-Known Member
Member
Joined
Sep 4, 2012
Messages
267
Trophies
1
XP
598
Country
hmm now i realized my sysnand (ofw) have about 20.8GB free on MicroSD Card while 19.6 Fortnite +4.1GB Game installed, total 44.5GB

System Memory still 25.8GB

I thought we must use seperate MicroSD card if want to install content on switch(ofw)
 

marhalloweenvt

Well-Known Member
Member
Joined
Oct 2, 2014
Messages
235
Trophies
0
Age
29
XP
916
Country
Muppet here. Recently bought this unpatched switch from a pawn shop store on ebay, at least I'm pretty sure it is. Can someone put my mind at ease? It was a good deal so I didn't study the picture as long as I should have before buying (and I was stoned). Pretty sure the first 6 numbers of the serial after the XAW1 are 005621.
When I checked with a Online Web:
👍 Your console is not patched. Hooray!
That's all the information we could know through the serial number.

hmm now i realized my sysnand (ofw) have about 20.8GB free on MicroSD Card while 19.6 Fortnite +4.1GB Game installed, total 44.5GB

System Memory still 25.8GB

I thought we must use seperate MicroSD card if want to install content on switch(ofw)
No necessary to do that. I am using emuNAND and sysNAND on the same card (256gb) and everthing seems good.
 

warriosbest

Well-Known Member
Member
Joined
Sep 4, 2012
Messages
267
Trophies
1
XP
598
Country
When I checked with a Online Web:

That's all the information we could know through the serial number.


No necessary to do that. I am using emuNAND and sysNAND on the same card (256gb) and everthing seems good.
so microsd share partition between cfw and ofw or it create each partition for cfw/ofw right ?
ofw can't see other than it partition, cfw can see all, when enabled MTP too
 

marhalloweenvt

Well-Known Member
Member
Joined
Oct 2, 2014
Messages
235
Trophies
0
Age
29
XP
916
Country
so microsd share partition between cfw and ofw or it create each partition for cfw/ofw right ?
They share the same ex-data partition (which is indicated microSD Card under Data Management) but they never use data in that partition of each other.

When you create EmuNAND with partition option, you will create a new partition in microSD and this partition isn't accessible in any machine (window, mac,...) without specific software (after created EmuNAND partition, whenever you plug microSD into a window machine, there is always a pop up to ask you format a "disk" that window can't read). This partition is System Memory under Data Management in CFW.
Sum up, there would be 3 region partition and there place:
  1. System Memory of OFW - eMMC in Switch machine
  2. System Memory of CFW (partition EmuNAND) - a New Partition when you create with hekate/...
  3. microSD Card of "OFW & CFW" - remaining capacity of your microSD after Create partition for your CFW - this partition is "share" capacity between OFW and CFW but their data won't be used by another.
Maybe there are some mistake in my theory, but this is what I know after a long time in this scene.
ofw can't see other than it partition, cfw can see all, when enabled MTP too
Apparently, when you plug microSD in PC, you can access one partition (which I call microSD Card - "shared ex-data partition" under Data Management). In there, it contains both OFW (Nintendo folder) and CFW (the rest) contents. As I said above, they can see all, but their data will be not used by another.

Hope that will help you to clear the mist in your mind.
 
Last edited by marhalloweenvt,
  • Like
Reactions: warriosbest

marhalloweenvt

Well-Known Member
Member
Joined
Oct 2, 2014
Messages
235
Trophies
0
Age
29
XP
916
Country
Is it possible to downgrade an ipatched switch from 12.0 firmware
"When you update your system firmware version and boot the stock operating system, your Nintendo Switch burns a microscopic fuse to prevent your Switch from being able to downgrade. Essentially, if a stock firmware tries to boot but too many fuses are burnt for that specific firmware version, the system will simply power off, preventing you from booting."
=> So, the answer is a big NO
 

Havin-tran

New Member
Newbie
Joined
Dec 2, 2022
Messages
3
Trophies
0
Age
23
XP
12
Country
United Kingdom
"When you update your system firmware version and boot the stock operating system, your Nintendo Switch burns a microscopic fuse to prevent your Switch from being able to downgrade. Essentially, if a stock firmware tries to boot but too many fuses are burnt for that specific firmware version, the system will simply power off, preventing you from booting."
and is there a way i can mod a v2/redbox switch on 12.0 firmware ,, so this ''switch.homebrew.guide/usingcfw/manualchoiupgrade" will essentially brick the system ?
 

binkinator

Garfield’s Fitness Coach
Member
GBAtemp Patron
Joined
Mar 29, 2021
Messages
6,511
Trophies
2
XP
6,154
Country
United States
I thought V4 was just the generation of the modchip. I bought one of these for my V2 Mariko and it works great.

007C70BC-033C-4708-A1FF-452549A533D5.jpeg

I wish they would have used different nomenclature….like version A, version B, version B.2, etc

Less confusing!
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
  • Xdqwerty @ Xdqwerty:
    also gonna install twilight menu in my r4 flashcard
  • Psionic Roshambo @ Psionic Roshambo:
    One thing that just occurred to me.... The sound on the 2600 sucked less back then the harsh sound we hear now is from infinitely better speakers we have now, back when the 2600 was new speakers produced a almost muffled sound, like CRTs made old graphics look slightly better.
  • Psionic Roshambo @ Psionic Roshambo:
    I wonder if I could recommend that to some emulation devs that perhaps the sound could use some smoothing out to simulate those old TVs
  • Psionic Roshambo @ Psionic Roshambo:
    I think a few of the early systems could benefit from that, at least up to the 8 bit generation, by the 16 bit generation I think TVs had gotten a lot better in almost every way
  • Xdqwerty @ Xdqwerty:
    i dont have an sd card adapter but I have an usb sd card adapter
  • K3Nv2 @ K3Nv2:
    Old people games
  • Xdqwerty @ Xdqwerty:
    its not the one that comes with the r4
  • Xdqwerty @ Xdqwerty:
    doesnt work (my flashcard is from r4isdhc.com)
  • Xdqwerty @ Xdqwerty:
    might install ysmenu first
  • Psionic Roshambo @ Psionic Roshambo:
    Try Wood firmware
  • Psionic Roshambo @ Psionic Roshambo:
    For your R4
  • Psionic Roshambo @ Psionic Roshambo:
    It's old but it's the best firmware out for DS stuff
  • Xdqwerty @ Xdqwerty:
    it says it only works for the original R4, R4i Gold (r4ids.cn), R4iDSN (r4idsn.com) and Acekard R.P.G.
  • Xdqwerty @ Xdqwerty:
    nvm it does support mine
  • Xdqwerty @ Xdqwerty:
    but why choose it over ysmenu @Psionic Roshambo?
  • Xdqwerty @ Xdqwerty:
    bc im stupid?
  • Xdqwerty @ Xdqwerty:
    yea ik im stupid
  • Xdqwerty @ Xdqwerty:
    good night
  • Psionic Roshambo @ Psionic Roshambo:
    Just give it a try, but honestly if you have a 3DS you can play DS games without a card just off the internal SD card
  • Psionic Roshambo @ Psionic Roshambo:
    Slightly slower loading but a bit more convenient
  • BakerMan @ BakerMan:
    guys, my fuckin headphones have an out of place speaker
  • K3Nv2 @ K3Nv2:
    Did you try wearing them?
    B @ btjunior: @Xdqwerty 16