EndeavourOS-ArchISO no space left on device

i’m trying to build my own EndeavourOS using ArchISO. i’ve done it with vanilla arch millions of times but this one is giving me the error, “no space left on device” even though i have over 800 GB left on my hdd. it looks like it mounts a filesystem labeled ARCHISO_EFI to /dev/loop0. do I need to increase the size of that filesystem?

endeavour-archiso_error
active_window

That’s weird…I haven’t encountered this problem while building iso :thinking:

That should be more than enough :sweat_smile:

@joekamprad any ideas?

Yea, i know right. if that’s not enough then I don’t need to do it :joy:

seems space is not set big enough for changes making the stuff copied there bigger in size:
https://github.com/endeavouros-team/EndeavourOS-archiso/blob/8f2e2d2c35606b583853cf743bba296e8c369077/build.sh#L246

So that chrooted filesystem is not big enough.
I see that also on last builds.
https://github.com/endeavouros-team/EndeavourOS-archiso/commit/9c20375165a027d962db9b128e66af47191d01b2

seems 68MB is enough …
https://github.com/endeavouros-team/EndeavourOS-archiso/commit/a96fb48495bdcc548df3301731be172c57c60565

1 Like

:thinking: where the bloat coming from?! :laughing:

kernel images growing it seems, may time to go for dracut :wink:

1 Like

that worked! thanks for your help

1 Like