Hey folks, I'm having some issues upgrading PVE to version 7 on this system. It seems to be hanging at 58% during the upgrade.
Here's where it's getting stuck:
In my limited ability to troubleshoot kernel/upgrade issues, I opened another terminal to check, and it looks like it's getting hung up on a memtest86 package...
I have plenty of space to work with as well.
Rebooting the box at this point will kill it.. Any suggestions on how to move forward?
Here's where it's getting stuck:
Code:
Found Debian GNU/Linux 10 (buster) on /dev/mapper/pve-vm--115--disk--0
File descriptor 3 (pipe:[188629]) leaked on vgs invocation. Parent PID 30125: /usr/sbin/grub-probe
File descriptor 3 (pipe:[188629]) leaked on vgs invocation. Parent PID 30125: /usr/sbin/grub-probe
File descriptor 3 (pipe:[188629]) leaked on vgs invocation. Parent PID 30125: /usr/sbin/grub-probe
File descriptor 3 (pipe:[188629]) leaked on vgs invocation. Parent PID 30125: /usr/sbin/grub-probe
File descriptor 3 (pipe:[188629]) leaked on vgs invocation. Parent PID 30125: /usr/sbin/grub-probe
File descriptor 3 (pipe:[188629]) leaked on vgs invocation. Parent PID 30125: /usr/sbin/grub-probe
File descriptor 3 (pipe:[188629]) leaked on vgs invocation. Parent PID 30125: /usr/sbin/grub-probe
File descriptor 3 (pipe:[188629]) leaked on vgs invocation. Parent PID 30125: /usr/sbin/grub-probe
/usr/sbin/grub-probe: error: disk `lvmid/VvrFeF-HkQ9-3Zp8-Dy7e-18Kc-D88V-ZLcB46/G7GZdl-BZq2-dw9A-3K8W-kPmZ-OGtF-SRVTcr' not found.
Found Debian GNU/Linux 10 (buster) on /dev/mapper/pve-vm--130--disk--0
Adding boot menu entry for UEFI Firmware Settings ...
done
Progress: [ 58%] [#############################################################################################....................................................................]
In my limited ability to troubleshoot kernel/upgrade issues, I opened another terminal to check, and it looks like it's getting hung up on a memtest86 package...
Code:
root@Proxmox-Server:~# ps af
PID TTY STAT TIME COMMAND
30509 pts/2 Ss 0:00 -bash
945 pts/2 R+ 0:00 \_ ps af
8419 pts/0 Ss 0:00 -bash
6954 pts/0 S+ 0:01 \_ apt dist-upgrade
27585 pts/1 Ss+ 0:00 \_ /usr/bin/dpkg --status-fd 23 --configure --pending
27586 pts/1 S+ 0:00 \_ /usr/bin/perl -w /usr/share/debconf/frontend /var/lib/dpkg/info/memtest86+.postin
27595 pts/1 Z+ 0:00 \_ [memtest86+.post] <defunct>
2308 tty1 Ss+ 0:00 /sbin/agetty -o -p -- \u --noclear tty1 linux
root@Proxmox-Server:~#
I have plenty of space to work with as well.
Code:
root@Proxmox-Server:~# df -h
Filesystem Size Used Avail Use% Mounted on
udev 16G 0 16G 0% /dev
tmpfs 3.2G 1.1M 3.2G 1% /run
/dev/mapper/pve-root 59G 4.2G 51G 8% /
tmpfs 16G 31M 16G 1% /dev/shm
tmpfs 5.0M 0 5.0M 0% /run/lock
tmpfs 16G 0 16G 0% /sys/fs/cgroup
/dev/sdi2 511M 312K 511M 1% /boot/efi
zpool-content 899G 1.7G 898G 1% /zpool-content
zpool-backup 429G 151G 279G 35% /zpool-backup
/dev/fuse 30M 16K 30M 1% /etc/pve
tmpfs 3.2G 0 3.2G 0% /run/user/0
Rebooting the box at this point will kill it.. Any suggestions on how to move forward?