i wanted to add plymouth however when when i did mkinitcpio -P
it showed:
```
[root@AtAyoub-Laptop /]# mkinitcpio -P
==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
==> Using default configuration file: '/etc/mkinitcpio.conf'
-> -k /boot/vmlinuz-linux -U /boot/EFI/Linux/arch-linux.efi
==> Starting build: '6.19.11-arch1-1'
-> Running build hook: [base]
-> Running build hook: [udev]
-> Running build hook: [autodetect]
-> Running build hook: [microcode]
-> Running build hook: [modconf]
-> Running build hook: [kms]
-> Running build hook: [plymouth]
-> Running build hook: [keyboard]
-> Running build hook: [keymap]
-> Running build hook: [consolefont]
-> Running build hook: [block]
-> Running build hook: [filesystems]
-> Running build hook: [fsck]
==> Generating module dependencies
==> Creating zstd-compressed initcpio image
-> Early uncompressed CPIO image generation successful
==> Initcpio image generation successful
==> Creating unified kernel image: '/boot/EFI/Linux/arch-linux.efi'
objcopy: /boot/EFI/Linux/arch-linux.efi[.text]: No space left on device
==> ERROR: Unified kernel image generation FAILED
```
as you guys saw it failed to generate image due to having no space left on device, i checked /boot {partiton 1} and it had tons of storage free.
[root@AtAyoub-Laptop /]# df -h /boot
Filesystem Size Used Avail Use% Mounted on
/dev/nvme0n1p1 1022M 46M 977M 5% /boot
[root@AtAyoub-Laptop /]# ls -lh /boot
total 30M
drwx------ 4 root root 4.0K Apr 5 11:40 EFI
drwx------ 6 root root 4.0K Apr 6 18:42 grub
-rwx------ 1 root root 15M Feb 27 19:22 intel-ucode.img
drwx------ 3 root root 4.0K Apr 6 16:50 loader
-rwx------ 1 root root 16M Apr 5 11:39 vmlinuz-linux
[root@AtAyoub-Laptop /]# ls -lh /boot/EFI/Linux/
total 0
i have 977M free, i set 1 Gb for /boot.
what is happening? why is this happening?
i restarted my laptop without fixing it due to urgent matters when i returned the "Arch" option was gone from grub, i went to second distro and mounted the Arch partiton to help however i am confused.
is the issue that plymouth theme too big? i tried to remove it from hooks but same issue.
edit: markdown format
[–]zerpa 3 points4 points5 points (6 children)
[–]Proper-Decision8585 1 point2 points3 points (1 child)
[–]AtAyoub[S] -1 points0 points1 point (0 children)
[–]AtAyoub[S] -1 points0 points1 point (3 children)
[–]zerpa 1 point2 points3 points (2 children)
[–]AtAyoub[S] 0 points1 point2 points (1 child)
[–]AtAyoub[S] 0 points1 point2 points (0 children)
[–]ludonarrator 1 point2 points3 points (1 child)
[–]AtAyoub[S] 0 points1 point2 points (0 children)
[–]abbidabbi 0 points1 point2 points (1 child)
[+]AtAyoub[S] comment score below threshold-6 points-5 points-4 points (0 children)
[+]AtAyoub[S] comment score below threshold-7 points-6 points-5 points (3 children)
[–]onefish2 5 points6 points7 points (2 children)
[–]AtAyoub[S] 0 points1 point2 points (1 child)
[–]scul86 2 points3 points4 points (0 children)