Oracle Linux 9 VM is not booting after migration from Windows Server 2016 to Proxmox 7.2-3 (/dev/mapper/ol-root doesn't exist)


Boot from the installation ISO in Troubleshooting mode

Bind system paths

mount -o bind /dev /mnt/sysroot/dev
mount -o bind /sys /mnt/sysroot/sys
mount -o bind /proc /mnt/sysroot/proc

Chroot into /mnt/sysroot/

chroot /mnt/sysroot/

Regenerate all initramfs images

dracut -f --regenerate-all

Leave a Reply