I recently find that the current stable is now buster, so I decided to upgrade from oldstable stretch. I update the source list and then I ran the apt update upgrade.
Till here no problem!
But I had some problem during upgrade:
- Code: Select all
[...]
Installing new version of config file /etc/lvm/lvm.conf ...
update-initramfs: deferring update (trigger activated)
Removing obsolete conffile /etc/init.d/lvm2-lvmetad ...
Created symlink /etc/systemd/system/sysinit.target.wants/blk-availability.service → /lib/systemd/system/blk-availability.service.
Setting up grub-efi-amd64 (2.02+dfsg1-20) ...
Installing for x86_64-efi platform.
File descriptor 3 (pipe:[2873411]) leaked on vgs invocation. Parent PID 2340: grub-install
File descriptor 5 (/dev/sdd1) leaked on vgs invocation. Parent PID 2340: grub-install
File descriptor 12 (/dev/pts/1) leaked on vgs invocation. Parent PID 2340: grub-install
File descriptor 13 (/dev/pts/1) leaked on vgs invocation. Parent PID 2340: grub-install
File descriptor 3 (pipe:[2873411]) leaked on vgs invocation. Parent PID 2340: grub-install
File descriptor 5 (/dev/sdd1) leaked on vgs invocation. Parent PID 2340: grub-install
File descriptor 12 (/dev/pts/1) leaked on vgs invocation. Parent PID 2340: grub-install
File descriptor 13 (/dev/pts/1) leaked on vgs invocation. Parent PID 2340: grub-install
grub-install: warning: Cannot set EFI variable Boot0012.
grub-install: warning: efivarfs_set_variable: writing to fd 7 failed: No space left on device.
grub-install: warning: _efi_set_variable_mode: ops->set_variable() failed: No space left on device.
grub-install: error: failed to register the EFI boot entry: No space left on device.
Failed: grub-install --target=x86_64-efi
WARNING: Bootloader is not properly installed, system may not be bootable
Generating grub configuration file ...
File descriptor 12 (/dev/pts/1) leaked on vgs invocation. Parent PID 2612: /usr/sbin/grub-probe
File descriptor 13 (/dev/pts/1) leaked on vgs invocation. Parent PID 2612: /usr/sbin/grub-probe
File descriptor 12 (/dev/pts/1) leaked on vgs invocation. Parent PID 2612: /usr/sbin/grub-probe
File descriptor 13 (/dev/pts/1) leaked on vgs invocation. Parent PID 2612: /usr/sbin/grub-probe
[...]
- Code: Select all
[...]
Processing triggers for initramfs-tools (0.133) ...
update-initramfs: Generating /boot/initrd.img-4.9.0-8-amd64
Processing triggers for libc-bin (2.28-10) ...
Processing triggers for libgdk-pixbuf2.0-0:amd64 (2.38.1+dfsg-1) ...
Processing triggers for systemd (241-5) ...
Errors were encountered while processing:
shim-signed-common
shim-signed:amd64
E: Sub-process /usr/bin/dpkg returned an error code (1)
[...]
I searched a bit but I can't find a solution. Seems that there's some problem with efivars but the only I can say is that debian is installed on a raid1 system and the boot is out of the lvm
- Code: Select all
$ lsblk -f
NAME FSTYPE LABEL UUID FSAVAIL FSUSE% MOUNTPOINT
sda
└─sda1 ntfs Magia 3624EB3324EAF531 938.1G 50% /data/Magia
sdb
└─sdb1 linux_raid_member Qnap:0 8b168708-bb2d-aa44-0f05-17449ac9f15f
└─md0 LVM2_member 087bEN-15VR-FQAI-4vf5-szpB-l61Z-I9LZJL
├─vg0-lv0 swap e999a470-b372-4146-9b1e-76a16dc99e96 [SWAP]
├─vg0-lv1 ext4 root 4aea0113-a39c-4111-b710-0f894c453383 460.2M 90% /
├─vg0-lv2 ext4 home 20911b87-68c8-4f9d-aab8-6bfba2adcda8 25.2G 3% /home
└─vg0-lv3 ext4 data e7940358-4281-4cfc-b265-662811b4cab5 463.6G 82% /data
sdc
└─sdc1 linux_raid_member Qnap:0 8b168708-bb2d-aa44-0f05-17449ac9f15f
└─md0 LVM2_member 087bEN-15VR-FQAI-4vf5-szpB-l61Z-I9LZJL
├─vg0-lv0 swap e999a470-b372-4146-9b1e-76a16dc99e96 [SWAP]
├─vg0-lv1 ext4 root 4aea0113-a39c-4111-b710-0f894c453383 460.2M 90% /
├─vg0-lv2 ext4 home 20911b87-68c8-4f9d-aab8-6bfba2adcda8 25.2G 3% /home
└─vg0-lv3 ext4 data e7940358-4281-4cfc-b265-662811b4cab5 463.6G 82% /data
sdd
└─sdd1 vfat 45D0-9CB5 477M 2% /boot/efi
sde
└─sde1 ntfs Travel F00473F20473BA64 868.3G 7% /data/Travel
I have not yet rebooted the device because I'm little worry about the fact it won't boot anymore!
Like you can see I'm not so expert so maybe the solution is pretty simple.
Do you have any idea or advice in order to resolve the problem?