Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can't build the iso. #263

Open
Ghodawalaaman opened this issue Aug 19, 2022 · 1 comment
Open

can't build the iso. #263

Ghodawalaaman opened this issue Aug 19, 2022 · 1 comment

Comments

@Ghodawalaaman
Copy link

Ghodawalaaman commented Aug 19, 2022

The build_minimal_linux_live.sh script failed when trying to make an uefi compatible iso.
ERROR:
mkdir: cannot create directory ‘~/programing/third_party/minimal/src/work/uefi/loader/entries’: No space left on device

EDIT: i have enough space on my device

@ivandavidov
Copy link
Owner

ivandavidov commented Aug 19, 2022

You should run the build scripts one by one when you encounter any errors and try to figure out what went wrong. That's the whole idea of the project - to learn how the different pieces stick together. :)

Anyway, I guess your problem is on this line.

Try to increase the size of the image by replacing 65536 with 655360 (or try with a bigger number) and see if this resolves the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants