archlinux / archinstall

Arch Linux installer - guided, templates etc.
GNU General Public License v3.0
5.84k stars 508 forks source link

"No space left on device" error while configuring grub #2419

Closed Redcarred2 closed 4 months ago

Redcarred2 commented 4 months ago

Trying to install arch on-top of a windows install, EFI boot partition is 2gb, thanks in advance

https://0x0.st/HFeB.log

Redcarred2 commented 4 months ago

ID10T error on my part, closing issue

b3ldin commented 1 week ago

Hi, I have this issue too and i still can't understand what happens, can you please tell how did you solve it?

Torxed commented 1 week ago

It's usually due to remaining partition space being too small to fit additional boot loader data. Especially if using EFI partitions, windows tend to make the boot partition around 100MiB small, and their own binary takes 92MiB of those. Then GRUB comes along and wants to place its 100MiB boot code and things go south quickly.

MBR is a different story, but can also run into space issues.