Subcategories

  • All Xen related stuff

    534 Topics
    5k Posts
    olivierlambertO

    IIRC, just remove it (small cross) so it should use something default

  • The integrated web UI to manage XCP-ng

    12 Topics
    229 Posts
    E

    @DustinB

    Hi Dustin,

    It's amazing what one can miss when setting something up, and I surely did miss that part. I now see much more in the way of management items. My project for the weekend will be XO/XOCE from source for my home rack. Thanks so much for seeing what I didn't.

    Take care,

    Eric

  • Section dedicated to migrations from VMWare, HyperV, Proxmox etc. to XCP-ng

    74 Topics
    930 Posts
    M

    The workaround I have found at this point is to rebuild grub after migrating to XCP-NG. Adds a few minutes to each VM but I don't have that many.

    Boot to live iso in UEFI mode (I used Debian12 given it was a Debian12 vm)

    sudo su - mount /dev/mapper/????? /mnt mount /dev/xvda2 /mnt/boot mount /dev/xvda1 /mnt/boot/efi for i in /dev /dev/pts /proc /sys /run; do sudo mount -B $i /mnt$i; done mount --bind /sys/firmware/efi/efivars /mnt/sys/firmware/efi/efivars chroot /mnt grub-install /dev/xvda update-grub exit shutdown now

    I'm using LVM so adjust the first mount to match your root partition.
    I shutdown so that I can remove iso and boot when I'm ready.

    Hope this saves somebody a bunch of frustration in the future.

  • Hardware related section

    94 Topics
    952 Posts
    olivierlambertO

    If you are that much confident, then feel free to purchase one and use it: XCP-ng supports SRIOV but for NICs, I don't know how different it could be for a GPU, but without any hardware to test it's impossible to answer. How difficult it was to work on a more simpler hypervisor (KVM) doesn't send encouraging messages though.

  • The place to discuss new additions into XCP-ng

    230 Topics
    3k Posts
    N

    @john-c said in USB Passthrough Override Script - to ensure usb-policy.conf consistency:

    This is no longer needed if you have Xen Orchestra version 5.93 or later, alternatively if using in home lab and from source then any commit dated after 29th March 2024 (or current head on GitHub Main - Master). The reason being that Xen Orchestra from version 5.93 has official support for USB Passthrough and later from version 5.95 you can do PCI Passthrough.

    This is unfortunately still needed, as otherwise the XO simply does not show the PUSB in the host, so it cannot be assigned as a VUSB for the VM.

    @zeropointer thanks for the idea, this seems to be the most pragmatic solution.