SelfhostedPro

Results 147 comments of SelfhostedPro

Also, I am happy to get a board for whoever needs it to test. Just reach out to me on discord or email and ping me here. @selfhostedpro on discord...

I've been working on building this myself but have been running into the following issue and am not fully sure why/how to resolve it: ``` [ OK ] DietPi-Imager |...

I believe that's the version I'm using here: https://github.com/SelfhostedPro/radxa-zero3w/blob/98020929a55d62b304dc053b6a40d72ca6a1ce6f/.github/workflows/armbian_custom.yml#L153 (unless you meant to recommend one other than what's in the master branch of your repo) ~~I'm also going to try...

Ah, latest one got much further but runs into the same error: https://github.com/SelfhostedPro/radxa-zero3w/actions/runs/8768856129/job/24063717270#step:11:192

I've tried a few variations of options but am still running into similar errors. https://github.com/SelfhostedPro/radxa-zero3w/actions/workflows/armbian_custom.yml These are the actions. Arabian builds fine but still having the same issue with the...

Hey, sorry. I have tried that in my latest runs and it got further than with master but still fails: https://github.com/SelfhostedPro/radxa-zero3w/blob/main/.github/workflows/armbian_custom.yml https://github.com/SelfhostedPro/radxa-zero3w/actions/runs/8770310869/job/24066758618#step:11:169 (Also tried messing around the dos partition variables).

This is the commit that added board support to Armbian: https://github.com/armbian/build/blob/main/config/boards/radxa-zero3.wip This is the command I'm using for the build: https://github.com/SelfhostedPro/radxa-zero3w/blob/acd31e2c4b010296a3ccf5e3af4819a6eca6dd36/.github/workflows/armbian_custom.yml#L108 I don't think anything would modify the partition tables...

Sounds good. Have a good night and I appreciate your help with this!

Would there be an alternative command to sgdisk that we could utilize? Or something I could run in the armbian customization process to enable another command to use if it...

Also, just wanting to link the pr in armbian that added support: https://github.com/armbian/build/pull/6420