RabbitHoleEscapeR1 / r1_escape

325 stars 33 forks source link

CreateProccess failed #14

Open Humblz opened 3 months ago

Humblz commented 3 months ago

I feel like I am Almost there and I keep getting this error after the fastboot starts:

CreateProcess failed: The system cannot find the file specified. (2) fastboot: error: Cannot generate image for userdata Rewriting vbmeta struct at offset: 0 Sending 'vbmeta_a' (4 KB) OKAY [ 0.005s] Writing 'vbmeta_a' OKAY [ 0.002s] Finished. Total time: 0.050s Rebooting into fastboot OKAY [ 0.001s] < waiting for any device > Finished. Total time: 20.181s fastboot: error: cannot load 'system.img': No such file or directory Rebooting

urfdvw commented 3 months ago

Check out https://github.com/RabbitHoleEscapeR1/r1_escape/issues/2#issuecomment-2158475469 And see if it helps. The file is downloaded from https://github.com/RabbitHoleEscapeR1/r1_escape/releases

Humblz commented 3 months ago

Check out #2 (comment) And see if it helps. The file is downloaded from https://github.com/RabbitHoleEscapeR1/r1_escape/releases

alright a little bit closer. still got this, ONLY NOW, its showing "Permissions Denied" it does for a sec show the "Recovery BIOS screen on the rabbit" for a sec:

CreateProcess failed: The system cannot find the file specified. (2) fastboot: error: Cannot generate image for userdata Rewriting vbmeta struct at offset: 0 Sending 'vbmeta_a' (4 KB) OKAY [ 0.006s] Writing 'vbmeta_a' OKAY [ 0.002s] Finished. Total time: 0.035s Rebooting into fastboot OKAY [ 0.001s] < waiting for any device > Finished. Total time: 20.239s fastboot: error: cannot load 'system.img': Permission denied Rebooting

urfdvw commented 3 months ago

Did you sudo run the script?

Humblz commented 3 months ago

Did you sudo run the script?

nah im running Windows Powershell as Admin though? not sure why it said that when i 7zipped it and all (btw thank you for that info)

AgentFabulous commented 3 months ago

I don't recommend running anything with admin except the powershell policy change, I'd suggest changing owners of your r1_escape folder (has scripts and extracted system.img) to your user's ownership.

Humblz commented 3 months ago

ok I gave the permissions to my folder and then tried to do it again, looks like it GETS to fastboot but then reboots on its own. still getting "createprocess failed" also "cannot load 'system.img' : permission denied"

here are some pics PXL_20240614_132350230 PXL_20240614_132342018

Humblz commented 3 months ago

fastboot: error: Failed to boot into userspace fastboot; one or more components might be unbootable. fastboot: error: cannot load 'system.img': No such file or directory

not sure

MrMediaGuy commented 3 months ago

Did you download system.img.xz from the Releases section here, and extract it (with 7Zip if on Windows)? It needs to be in the project folder with the script and other files.