-
Notifications
You must be signed in to change notification settings - Fork 153
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
No space left on device (1.0.7-beta) #190
Comments
A bit more info is needed here. |
I have had the same issue, raspi B2, following config preset=server testing right now with a higer value for bootsize |
Relevant part of the logfile is up there. I'm afraid I destroyed the rest. If you really need it I could re-create another one later. But I don't see the point right now. installer-config.txt:
I'm watching a new boot right now with the |
So it fails during the installation? |
yup, runs out of space as it seems |
Yes. |
yup, it's rebooting now, bootsize 50M seems to be too small for the B2 install, needs atleast 64M I suppose if it works with Mausy5043, I had it at 70M and it works well |
@Mausy5043 that's fine (propose it to the v1.0.x branch) I/we aren't sure yet what the best/full solution is though. I already figured it probably needed to be expanded to 64M by default, but @goranche suggested that doubling it would probably be better (since you'd have very little space left). Another solution would be to delete the RPi1 installer.cpio and installer kernel on a RPi 2 (and vice versa) to reclaim some space. |
@Mausy5043 could you modify your PR? And while you're at it, also update the README.md to show the new default? |
@diederikdehaas I agree. 64M is a bit tight. Works for now. |
you proposed it to be merged with master and I'd like that to be the v1.0.x branch |
Oh right. Sorry about that. |
np |
@Mausy5043 your install was on a Pi 1, right? |
Yes Pi 1 (B). |
Ok, wanted to make sure the right kernel was getting installed. This issue should be resolved by the merge of @Mausy5043's PR. |
Up and running:
On 1.0.6:
Seems we need about >=30% free space on the boot partition to allow for unzipping of packages during installation. |
I just faced this issue today. Can you guys please release a new image? This might impact quite a few people. Thanks! |
oh, that's fun... 😒 |
This issue should now be fixed with the release of v1.0.7-RC |
I'll test this weekend. It's someones birthday next monday and he gave me the day off to celebrate it. 😉 |
haha 👍 |
It's working on v1.0.7-RC |
I hit this issue while upgrading the |
I think that any installations created with the (old) 3.12 kernels will have this problem when trying to upgrade. As the newer kernels/initrd.img require more space on the /boot partition than is currently provided. |
As promised.
Tried to build a Raspberry Pi with the 1.0.7-beta:
(I could've sworn there was already an issue logged for this, but I can't find it anymore.)
Rebooting as I type with
bootsize=+64M
in...\init.d\rcS
The text was updated successfully, but these errors were encountered: