fail0verflow / shofel2

Tegra X1 bootrom exploit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Where to put ArchLinux

NightHammer1000 opened this issue · comments

commented

I have everything running now.
Just need to know where to put ArchLinux

commented

I'm assuming you just extract the tarball to the root of your Switch's microSD card.

commented

Currently trying. Lets see how that works^^

It has to be formatted to ext4 though

commented

Cool. If everything works we better create a Detailed Setup Howto.

commented

Works! Thanks for the Info!

Good to know ! Wasn't able to compile Linux yet so I didn't test it

commented

Well. A bit too premature. I see a quick bootup screen and thats it. It boots back to the Flash Mode.

commented

Something is not working right. If i boot without SD Card it shows that its waiting for the Card. If i insert the SD Card, ext4 Formated with the RootFS on it a wall of text apperas in less than a Second and it boots back to Flash Mode.

Linux actually searches for mmcblk0p2 which is the second partition of the SD card. My guess it that it's supposed to work like a Raspberry Pi : the first partition is a FAT32 one while the second is the actual rootfs. I don't know if the first partition is actually used here.

I have the same issue as you - I'll try to move the rootfs to the second partition and see how it works.

commented

You are a Genius! It works!

commented

I am going to do a writeup on all this. On the Stuff with the Firmwares and this with the Linux Setup. Basicly a How To.

I made one on GBATemp, you can find it here : https://gbatemp.net/threads/quick-tuto-how-to-boot-linux-on-your-switch.501918/

Do you see anything I could add ?