XCP-ng
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. rosivaldocorrea
    R
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 1
    • Groups 0

    rosivaldocorrea

    @rosivaldocorrea

    0
    Reputation
    3
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    rosivaldocorrea Unfollow Follow

    Latest posts made by rosivaldocorrea

    • RE: garbled console text

      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

      posted in Compute
      R
      rosivaldocorrea