stooged / PI-Pwn

pppwn
468 stars 90 forks source link

Boot problem with updated version #106

Closed Shad0w80 closed 5 months ago

Shad0w80 commented 5 months ago

Hi @stooged, i'm getting this error with the current version:

Error

I'm using an external SSD to boot the rpi If this helps. Edit: The file 'devboot.sh' seems to be the culprit, i've never had problems with the previous releases, where that file was missing.

stooged commented 5 months ago

i can see what is going on the mount on boot routine is un mounting the usb drive for the os. i will have to work on a solution for that.

for the mean time you can just edit devboot.sh and put exit 0 above the readarray line and it should cause it to exit the script

stooged commented 5 months ago

should be fixed now, just replace the devboot.sh and it should stop killing the os mount

Shad0w80 commented 5 months ago

Yes, fixed. Thank you