XCP-ng
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. acebmxer
    A
    Online
    • Profile
    • Following 0
    • Followers 0
    • Topics 21
    • Posts 152
    • Groups 0

    acebmxer

    @acebmxer

    38
    Reputation
    9
    Profile views
    152
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    acebmxer Unfollow Follow

    Best posts made by acebmxer

    • RE: Backups not working

      Confirm commit 1a7b5 backups completed successfully.

      posted in Backup
      A
      acebmxer
    • RE: XCP-ng 8.3 updates announcements and testing

      Updated AMD Ryzen pool at home and update two Intel Dell r660 and r640 pools at work. No issues to report back.

      posted in News
      A
      acebmxer
    • RE: XCP-ng 8.3 updates announcements and testing

      @stormi

      Thanks for the reply back. Update when sucessfull. Windows Server 2025 iso now properly installs.

      At work I was not able to install default certs for UEFI due to one failing to download. Run these updates and I was able to successfully install the certs to the host.

      posted in News
      A
      acebmxer
    • RE: Is v6 preview not available on XO from source?

      @WorkAccount1000

      Reach out to who's script you are using for deploying XO from sources.

      This script - https://github.com/ronivay/XenOrchestraInstallerUpdater there is an option in the config file to enable XOv6. There are concerns with not being fully ready to its disabled by default. I currently have not any issues related to that.

      posted in Xen Orchestra
      A
      acebmxer
    • RE: Error installing windows PV drivers 9.0.9137

      @dinhngtu Well those directions didnt work as I was unable to locate the setup.exe file in any of the vmware directories. I asked google ai how to force uninstall the vmware tools and started to follow those directions of maunally deleting the services and folder and registry entries. However the vm pysically became unbootable. It would not show the logo of the bios starting up. The vm would appear to be starting up but no console screen would load. I even tried to restore from a backup taken two days ago. That VM started up and of coarse windows wanted todo updates and vm became unbootable again.

      I deleted all previous vm and did a fresh migration. This time i did remove the tools prior to the migration. VM is back working.

      posted in XCP-ng
      A
      acebmxer
    • RE: Windows 2025 Standard 24H2.11 (iso release of sept 25) crash on reboot with "INACCESSIBLE BOOT DEVICE 0x7B" in XCP 8.2.1 and XCP 8.3

      @Pilow

      Did dirty upgrade left all boxes checked and vm is setup to update drivers via windows update....

      Screenshot 2025-09-30 151025.png

      I have rebooted vm and restarts no issues.

      Screenshot 2025-09-30 151319.png

      posted in XCP-ng
      A
      acebmxer
    • RE: Windows 2025 Standard 24H2.11 (iso release of sept 25) crash on reboot with "INACCESSIBLE BOOT DEVICE 0x7B" in XCP 8.2.1 and XCP 8.3

      @dinhngtu same mine where two fresh VMs fresh install of server 2025. Older iso works newer iso does not. For me the newer iso the system rebooted 2 maybe 3 times then crashed to a hard power off of the vm.

      Again no xen tools installed as os never finished installing on a fresh vm. no OS upgrade.

      posted in XCP-ng
      A
      acebmxer
    • RE: "Backup fell back to a full" on delta backups

      as @MBNext stated disabling Purge snapshot data when using CBT worked for me.

      posted in Backup
      A
      acebmxer
    • RE: Veeam backup with XCP NG

      Correction XCP-NG backups are Application aware... Just not accessible from the right click menu on the backup. If you click from the menu bar at top it is available...

      Screenshot 2025-10-03 104430.png

      posted in Backup
      A
      acebmxer
    • RE: 1 out of 6 vms failing backup

      @Pilow

      I thought restarting tool stack affected both host? Either way did try that but on host 1 originally. So i restarted on host 2 (where problem is). still no locked. I rebooted host 2 and that seem to do the trick. Took a few min for garbage collection to complete. All clean now.

      Thanks.

      posted in Backup
      A
      acebmxer

    Latest posts made by acebmxer

    • RE: Is v6 preview not available on XO from source?

      @WorkAccount1000

      Prior to myself finding that option in the config file use to run this command that worked as well..

      cd /opt/xo/xo-web

      sudo yarn run turbo run build --filter @xen-orchestra/web

      posted in Xen Orchestra
      A
      acebmxer
    • RE: Is v6 preview not available on XO from source?

      @WorkAccount1000

      Reach out to who's script you are using for deploying XO from sources.

      This script - https://github.com/ronivay/XenOrchestraInstallerUpdater there is an option in the config file to enable XOv6. There are concerns with not being fully ready to its disabled by default. I currently have not any issues related to that.

      posted in Xen Orchestra
      A
      acebmxer
    • RE: Custom config / cloud-init

      @bvitnik thanks for that info. There is so much to learn with linux. Not that there is alot to learn with windows. I am still learning new stuff every day but still know just enough to get myself in trouble with Linux.

      posted in Management
      A
      acebmxer
    • RE: Custom config / cloud-init

      @Pilow I try the dhcp4 vs dhcp

      posted in Management
      A
      acebmxer
    • RE: Custom config / cloud-init

      So I started with a Ubuntu 24.4 image from XOA hub. I create a new vm from that image with my cloud config from above. I start the vm up. Once booted I shut it down and remove the Cloud config drive. leaving 1 single os drive. I boot the vm up and fully update the vm and install a few minor tweaks. Then shut the vm down. Networking is configure dhcp.

      If convert this newly created vm to a template. Then create another vm from this template. Even though the VM is generating a new mac address when the vm boots its still getting / using the same ip from vm used to create the template.

      If i put either network configs in during vm creation from new template i get no ip address. I cant log into console because the user does not have a password. I have tried to put password: userspassword in the config but that does not work.

      network:
        version: 1
        config:
        - type: physical
          name: eth0
          subnets:
            - type: dhcp
      

      or

      network:
        version: 2
        ethernets:
          eno1:
            dhcp4: true
      
      posted in Management
      A
      acebmxer
    • RE: Custom config / cloud-init

      Think I figured it out. first i was using the wrong key. A lot of going back and forth trying new keys forgot to swap back to original...

      new config...

      #cloud-config
      hostname: {name}
      users:
        - name: newusername
          gecos: New User
          sudo: ALL=(ALL) NOPASSWD:ALL
          groups: users, admin
          shell: /bin/bash
          ssh_authorized_keys:
            - ssh-ed25519 AAAAC3....18ZbA
      

      Any suggestions should I not use something in the above config if the server was in production?

      posted in Management
      A
      acebmxer
    • Custom config / cloud-init

      So i am trying to learn how to use the Custom config / cloud-init for ubuntu.

      If I add my ssh-key to my user account in Xen orchestra (XOA or XO-CE) I can select that during the vm creation and that works but the VM is stuck with the username ubuntu. I would to change that.

      I am not sure if I am messing up the user creation or the ssh-key as i am not able to log in do to authentication error.

      My config ---

      #cloud-config
      hostname: {name}
      users:
        - newusername
      ssh_authorized_keys:
            - ssh-rsa AAAAB3NzaC1.....XbZH6muQrfegKoTsuw== Generated By Termius
      

      The above is not my actual key. In the key saved in user profile stops before the"==" and as stated that key works. So i assume if I correct the config to remove the "==" and after that key should work as well. So my assumption is the user name is the issue.

      I would like to make the username to my desire but have the same permission as the user account ubuntu has when just inserting ssh-key.

      posted in Management
      A
      acebmxer
    • RE: Windows 11 WSL2 is not supported with your current machine configuration

      @SethNY

      Unless i am missing something here.

      xcp-ng host 8.3
      From windows 11 25h2 update. no license key installed yet.

      PS C:\Users\> wsl
      The Windows Subsystem for Linux is not installed. You can install by running 'wsl.exe --install'.
      For more information please visit https://aka.ms/wslinstall
      
      Press any key to install Windows Subsystem for Linux.
      Press CTRL-C or close this window to cancel.
      This prompt will time out in 60 seconds.
      The requested operation requires elevation.
      Downloading: Windows Subsystem for Linux 2.6.1
      Installing: Windows Subsystem for Linux 2.6.1
      Windows Subsystem for Linux 2.6.1 has been installed.
      Installing Windows optional component: VirtualMachinePlatform
      
      Deployment Image Servicing and Management tool
      Version: 10.0.26100.5074
      
      Image Version: 10.0.26200.7171
      
      Enabling feature(s)
      [==========================100.0%==========================]
      The operation completed successfully.
      The requested operation is successful. Changes will not be effective until the system is rebooted.
      Windows Subsystem for Linux has no installed distributions.
      You can resolve this by installing a distribution with the instructions below:
      
      Use 'wsl.exe --list --online' to list available distributions
      and 'wsl.exe --install <Distro>' to install.
      PS C:\Users\> wsl --version
      WSL version: 2.6.1.0
      Kernel version: 6.6.87.2-1
      WSLg version: 1.0.66
      MSRDC version: 1.2.6353
      Direct3D version: 1.611.1-81528511
      DXCore version: 10.0.26100.1-240331-1435.ge-release
      Windows version: 10.0.26200.7171
      PS C:\Users\> wsl --update
      Checking for updates.
      The most recent version of Windows Subsystem for Linux is already installed.
      

      Edit - while it let me install wsl 2 it wont let me install ubuntu 22.04 error about the virtualization. Currently have nested virtualization disabled at the vm settings.

      wsl --install ubuntu-22.04
      Launching Ubuntu 22.04 LTS...
      Installing, this may take a few minutes...
      WslRegisterDistribution failed with error: 0x80370102
      Please enable the Virtual Machine Platform Windows feature and ensure virtualization is enabled in the BIOS.
      For information please visit https://aka.ms/enablevirtualization
      Press any key to continue...
      
      posted in Compute
      A
      acebmxer
    • RE: V2V - Stops at 99%

      @tsukraw

      Wait for vates to reply for more technical information. Take a look at this - https://xcp-ng.org/blog/2025/10/16/qcow2-beta-announcement/

      you are at 1.5tb so I think you should be ok with out qcow2 support. I personal had some performance and other issues with it and disable as I didnt need 2tb support yet.

      posted in Migrate to XCP-ng
      A
      acebmxer
    • RE: Unhealthy VDIs

      @olivierlambert Yes I previously was. now back on VHD. This was in my home lab, not work enviorment.

      posted in Xen Orchestra
      A
      acebmxer