ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    XCP-NG PV to HVM of Ubuntu 20.04 to 22.04 VM

    IT Discussion
    ubuntu xcp-ng hvm pv
    1
    1
    288
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • dbeatoD
      dbeato
      last edited by dbeato

      I had an issue with upgrading some VMs from Ubuntu 20.04 to 22.04 in XCP-NG. Upon Upgrade the VMs would shutdown and not reboot to Linux. Changing the Boot Properties from PV Boot to HVM did not fix the issue. However reinstalling GRUB on the servers did fix the issue. It looked like this but it was not.

      https://xcp-ng.org/forum/topic/7474/cant-boot-ubuntu-22-04-lts-after-release-update/12

      • Boot VM to Ubuntu Server 22.04 Install Disk
      • Enter Terminal
      • Mount the Disk on the VM
        sudo mount /dev/xvda1 /mnt
      • Upgrade GRUB on the VM
        sudo grub-install --boot-directory=/mnt/boot /dev/xvda
      • Reboot

      SOURCE: https://help.ubuntu.com/community/Grub2/Installing#via_the_LiveCD_terminal

      1 Reply Last reply Reply Quote 1
      • 1 / 1
      • First post
        Last post