Scenario:
I was now able to boot by running the following commands:
However, everytime I reboot now, I have to go through the same process again. Apparently GRUB can't read the /boot or /boot/efi partition as it's in a software RAID partition? Even though this was working perfectly fine in Proxmox 7 and Proxmox 8?
My RAID1 disk layout is as follows:
sda1/sdb1 -> md127 FAT32 /boot/efi
sda2/sdb2 -> md126 ext3 /boot
sda3/sdb3 -> swap
sda4/sdb4 -> md125 ext4 /root
Any ideas how I can fix this?
- Upgrade from Proxmox 8.4.19 to Proxmox 9.2.
- Remote standalone Proxmox server hosted at IONOS, no physical access only a VNC Console
- pve8to9 -full checklist was clear, all green ticks (after the VMs were shut down)
- Worked through the prerequisites list, known issues list and googled for any horror stories.
- Ironically GRUB was mentioned as a horror story but since I don't use ZFS or LVM I didn't think it would be an issue.
- Upgrade went smoothly, no errors mentioned that I could see.
- Rebooted.
I was now able to boot by running the following commands:
Code:
set root=(md/2)
linux /vmlinuz-7.0.14-5-pve root=/dev/md4 ro
initrd /initrd.img-7.0.14-5-pve
boot
However, everytime I reboot now, I have to go through the same process again. Apparently GRUB can't read the /boot or /boot/efi partition as it's in a software RAID partition? Even though this was working perfectly fine in Proxmox 7 and Proxmox 8?
My RAID1 disk layout is as follows:
sda1/sdb1 -> md127 FAT32 /boot/efi
sda2/sdb2 -> md126 ext3 /boot
sda3/sdb3 -> swap
sda4/sdb4 -> md125 ext4 /root
Any ideas how I can fix this?
Last edited: