utmapp / UTM

Virtual machines for iOS and macOS
https://getutm.app
Apache License 2.0
26.87k stars 1.34k forks source link

Increase boot partition size for Arch Linux ARM VM #6444

Open cezarmathe opened 4 months ago

cezarmathe commented 4 months ago

The 200MB partition is no longer sufficient. When upgrading, I get a:

==> Generating module dependencies
==> Creating gzip-compressed initcpio image: '/boot/initramfs-linux-fallback.img'
  -> Early uncompressed CPIO image generation successful

gzip: stdout: No space left on device
bsdtar: Write error
bsdtar: Write error
==> ERROR: Initcpio image generation FAILED: 'bsdtar (step 1)' reported an error
error: command failed to execute correctly

This would save new users from the need to fiddle with their setup. Make it 500MB like most people would set up for Arch Linux.

Now onto fixing my Arch setup 😄

nnathan commented 3 months ago

Ran into this issue trying to install btrfs-progs and it failed to create the initramfs on /boot. This needs to be upped to at minimum 500MB.