Upgrade 8>9 stuck in "Welcome to Grub"

Mechanix

New Member
Mar 21, 2025
3
0
1
Hi,
my Proxmox server is installed on a nvme0n1 SSD (standard partitions) and has a storage zpool of 4x8TB
I've followed the upgrade guide step-by-step, the pre-checks completed all with no errors. After rebooting the server it stuck at grub "Welcome to Grub" and reboots into BIOS after a while.
Since I got a the Legacy BIOS:

Bash:
[ -d /sys/firmware/efi ] && echo UEFI || echo BIOS
BIOS

Bash:
efibootmgr -v 
EFI variables are not supported on this system

all posts I've found couldn't fix the issue.

I've bootet with the ISO "Terminal Debug" and could chroot into the installation and run:


Bash:
grub-install /dev/nvme0n1
update-grub
update-initramfs -u -k all

but that didn't help although no errors occured.

Now, I thought something changed in the BIOS. Tried different settings (legacy/uefi) with no success.

Strangely lsblk shows a small FAT32 partition (see screenshot)

So I'm stucked. Any help is much appreciated!!!
 

Attachments

  • Screenshot 2026-04-29 at 23.41.26.png
    Screenshot 2026-04-29 at 23.41.26.png
    157.6 KB · Views: 7
Last edited:
any chance you can switch to UEFI booting? if not, you can still try "proxmox-boot-tool" to install grub onto the ESP, and boot from there. on some systems that works around issues grub might have with larger disks.
 
Thanks for your reply. I managed to boot the server by
Bash:
apt reinstall grub-efi-amd64
and added a corresponding fstab entry:

Bash:
UUID=539B-6D66    /boot/efi    vfat    umask=0077    0    1

fix also found here