-
Notifications
You must be signed in to change notification settings - Fork 80
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 when building image #157
Comments
The problem for me was because the ROOT-A partition of the source disk/image needed to be 3GB instead of 2. I dd'd chromium.img to usb then corrected size in gparted and wrote usb back to image file. I was then able to apply the script to both usb and image. The ROOT-A partition reports 2.56GB is used of the 3GB when finished. Whilst this fixed my problem, perhaps the script failed to delete a folder or something causing the partition to run out of space, or perhaps the script could be altered to expand the ROOT-A partition (it might already). Anyhow, the image booted. Thanks for sharing. |
Thanks for the solution
Thanks for the solution. At the time of writing this, version 91 is on the stable channel. The few images I tried to chromefy, all of them had this issue. Maybe a partition size check should be added to the script to overcome this. Or we can go bug ArnoldTheBat to increase the partition sizes in his base builds. |
@5p0ng3b0b Hey, pls help with your solution. I don't have much experience, so if you could tell me the steps, it would be a great help :). |
@navaneethkm004 Here's what I did, using a Linux box: (1) I took the arnoldthebat image and used etcher to write it to a 8GB (or larger) USB. I'm sure there are more elegant ways of doing this, but this worked for me. |
Tried
sudo bash croissant.sh chromium.img recovery.bin swtpm.tar
chromium.img was arnoldthebats Camd64OS_R85-13310.B-Special.7z
recovery.bin was chromeos_13421.99.0_eve_recovery_stable-channel_mp-v2.bin
Looked like it was working until.......
There is 60gb free space on the drive these files are on, Is there something I am doing wrong?
The text was updated successfully, but these errors were encountered: