pocopico / tinycore-redpill

GNU General Public License v3.0
2.14k stars 631 forks source link

Error creating bootloader, "gzip: stdout: No space left on device" #38

Open compiks opened 2 years ago

compiks commented 2 years ago

When creating a bootloader, it gives an error "gzip: stdout: No space left on device [!] Failed to unpack /home/tc/redpill-load/ext/boot-image-template.img.gz to loader.img" A flash drive on which the image "tinycore-redpill.v0.4.6.img" is recorded, 16 GB in size. Screenshot with the error is attached. Please help with a solution if possible. Thanks error_redpill_create_bootloader .

pocopico commented 2 years ago

Increase ram size

compiks commented 2 years ago

Then to create a bootloader you need at least 2 GB RAM, as I understand it... Because right now, I have only 1 GB RAM installed. Thanks

GuidoKuo commented 2 years ago

how to increase raw size. i have same problem.i dont know how to do

pocopico commented 2 years ago

I need to check can you please send me the output of the build command ?

shaun-blake commented 2 years ago

I just got this error building as well. Here's my build command output: tinycore-build-error.txt

I've tried a clean first but still got the error. The machine has 12 GB of ram. It's strange because I built it without a problem about a week ago with the same USB drive and machine.

I can build apollolake-7.0.1-42218 but I get this error building bromolow-7.0.1-42218.

If I try to clean after the failed build, I get this error:

tc@box:~$ ./rploader.sh clean now
Clearing local redpill files
rm: cannot remove '/home/tc/redpill-load/build/1652621859/img-mnt/part-2': Device or resource busy
rm: cannot remove '/home/tc/redpill-load/build/1652621859/img-mnt/part-1': Device or resource busy

I have to reboot to be able to clean again, but I get the same error after cleaning.

willba4 commented 2 years ago

image

I'm getting a similar space related error, i've tried multiple USB's of different sizes, and have 8gb of ram

https://xpenology.com/forum/topic/60130-redpill-tinycore-loader-installation-guide-for-dsm-71-baremetal/page/10/

looks like there might be a few people experiencing this (or similar)

image