Closed 1stqualifier closed 3 weeks ago
Hey @1stqualifier,
You can specify disk size with --disk-size
argument when you invoke tart create
.
Hey @1stqualifier,
You can specify disk size with
--disk-size
argument when you invoketart create
.
--disk-size doesn't seem to work with --from-ipsw https://github.com/cirruslabs/tart/issues/929#issuecomment-2455095752
Or perhaps we're doing something wrong, in which case it would be good to hear your guidance on how to use it correctly. Thanks.
--disk-size doesn't seem to work with --from-ipsw
It does work for me on Tart 2.19.3.
The code is also pretty straightforward in this regard. First, we create a disk and resize it:
...and only then we start the installation.
You can also verify this by checking the disk.img
size in an UUID directory in ~/.tart/tmp
while the tart create
is running.
--disk-size doesn't seem to work with --from-ipsw
It does work for me on Tart 2.19.3.
Well it does work for me now too. And I tried exact same command as yesterday, when it failed in the same fashion as what's described here https://github.com/cirruslabs/tart/issues/929
Not sure how to explain it, but at least it works...
The 50 gig that the macOS install default to (for the from ipsw option) is not big enough anymore as the OS itself takes up a lot of space (around 20 gig) and when updating it asks for 25 of free space to process (based on upgrading to 15.1), which obviously can't happen, even if you don't have much installed. Can you increase the default size to something that wouldn't cause issues in the long run, e.g. 80?