XCP-ng
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    garbled console text

    Scheduled Pinned Locked Moved Compute
    3 Posts 3 Posters 255 Views 4 Watching
    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.
    • M Offline
      magicker
      last edited by magicker

      Hi there

      I am steadily migrating VMs from exsi to xcp-ng.

      I am using clonezilla destination to source and it could not be easer or quicker. So far so good.

      However, I also migrated bare metal server (ubuntu 18). Initially on reboot the vm just showed a Hard disk found message.. so i switched from bios to uefi and it booted immediately. However, the console text is unreadable.

      I have seen a few discussions around this related to the template settings. I have tested ubuntu 18 and 20 template but both have the same effect.

      ec85f5ea-b158-4f8e-a894-389ab7272138-image.png

      I cant edit any pre-boot options as nothing can be read..

      The VM is running just fine.. but one day I am going to need to use that console. ..

      Any ideas?

      1 Reply Last reply Reply Quote 0
      • olivierlambertO Online
        olivierlambert Vates 🪐 Co-Founder CEO
        last edited by olivierlambert

        Check your kernel boot params in Grub, it's probably linked to an existing (or missing) console kernel parameter.

        1 Reply Last reply Reply Quote 0
        • R Offline
          rosivaldocorrea
          last edited by

          This only affects UEFI VMs running Ubuntu. A default Ubuntu installation includes the linux-modules-extra-<kernel-version>-generic package, which provides the bochs driver—required for proper VGA display in the Xen Orchestra console. If this package is removed, the console display becomes scrambled.

          Run the following command to install the missing package (replace <kernel-version> with the version in use by the OS):

          sudo apt install -y linux-modules-extra-<kernel-version>-generic
          

          source: https://docs.xcp-ng.org/vms/#distorted-display-console-on-ubuntu-uefi-vms

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